i want to learn how to use klick event on some photo or textlink on my form for database...and i'm interested if i can put video or some song into sql database??? if i can't,which database you recommands
thanks a lot
5 replies to this topic
#1
Posted 22 March 2011 - 02:36 PM
|
|
|
#2
Posted 22 March 2011 - 03:05 PM
I believe it is possible to do this. I know I've done it with an Oracle DB before. Take a look at this article and the attached code. Hopefully this helps.
Store audio in Sql Server 2005 and retrieve it and play it in windows application .net. - CodeProject
Store audio in Sql Server 2005 and retrieve it and play it in windows application .net. - CodeProject
-CDG10620
Software Developer
Software Developer
#3
Posted 22 March 2011 - 03:17 PM
i don't have time now...i will read it tommorrow...and i have one more question
how can i open form like...i don't know how to say it...i will try to describe it on other way...imagine some picture that you are zooming automatically and when you get your proper size of it you stop zoom it...that's how i want to open my form...not clasicall with
Form1 d = new Form1();
d.Open();
how can i open form like...i don't know how to say it...i will try to describe it on other way...imagine some picture that you are zooming automatically and when you get your proper size of it you stop zoom it...that's how i want to open my form...not clasicall with
Form1 d = new Form1();
d.Open();
#4
Posted 23 March 2011 - 02:33 PM
how can i get my form to be full zoomed so it can cover windows taskbar...but not with maximie button, only when user start a program
#5
Posted 27 March 2011 - 05:15 PM
use the WindowState property, eg.
this.WindowState = FormWindowState.Maximized;
this.WindowState = FormWindowState.Maximized;
#6
Posted 09 April 2011 - 12:02 AM
If you are using microsoft visual studio for c# then clik on the form and go to the properties of form you will get the windows state property and set that as maximized.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









