one Question that if i have multiple form in my project and i want to use Dynamically Display (Running) Current Date Time on multiple form Is their any way that i can define it in one form and can call it on multiple form. Is it possible?
Hi, sry about the late question on this video. Im using a timer that starts to count when my form is minimized, so the program itself closes after 5 minutes, like an idle state. But, when i dont minimize, i just select another window and let my main program there, not minimized, what state is that ?
Great tutorial as always !! i was wondering if yu could make a vid on how to cycle through database records using next/previous buttons !! I would really appreciate yu doin that ^^
:) I have maybe basic question = I have one application to read data connected on the button object . So if I want to read a value then I have to click. Exist some nice way in C# to call cyclic ? Like scan time every 1ms ? Thanks for answer
how would i show my user name to another page top of the form using c# windows application? for example, my user name : TEST password : TEST@123 my problem is how can i shifted to my user name to other page like session in asp.net but this is for windows application. Plze!!
Okay so i had a problem with this too and here is how i made it work : //Your form with login information --> Add this before the public class : public static string username; public static string pass; --> In your code, before it opens a new window add this username= textBox1.Text; pass= textBox2.Text; //In your second form do this label1.Text = (form1.username+ " " + form1.pass);
change the size of your label. I think you have to change the size of your text because you cant size the label on its corners. Click on the label and change some valuables
Excellent work sir thanks a lot
lol after all those years the tutorial still works somehow
one Question that if i have multiple form in my project and i want to use Dynamically Display (Running) Current Date Time on multiple form
Is their any way that i can define it in one form and can call it on multiple form. Is it possible?
awesome thanks.. this is what i've been looking for.. thanks again!!!
Thanks Brother!!
salamat nang madami
good job ...don't stop :)
Hi, sry about the late question on this video. Im using a timer that starts to count when my form is minimized, so the program itself closes after 5 minutes, like an idle state. But, when i dont minimize, i just select another window and let my main program there, not minimized, what state is that ?
Great tutorial as always !!
i was wondering if yu could make a vid on how to cycle through database records using next/previous buttons !!
I would really appreciate yu doin that ^^
Mate very good work its helped em out alot i might
have to watch the rest of your videos
:) I have maybe basic question = I have one application to read data connected on the button object . So if I want to read a value then I have to click. Exist some nice way in C# to call cyclic ? Like scan time every 1ms ? Thanks for answer
Thank you !! this video is very useful!
Very helpful. Thanks.
thank you for posting video
very helpful
It's work.. perfect ... thanks..:)
VIDEO is GREAT ! ! thank ya :)
hi ... your video are very helpful ...do you have one in c sharp about arduino com serial sending and receiving data with c sharp application ????
Tnx for this tutorial
how do you do that in WPF? C#.
I don't see Timer in there.
thank for the video
Thank you my friend :)
Thanks A lot
lol nice thanks works great!
thank you bro!
Okay i am a beginer so why dont i have a toolbox like that
how would i show my user name to another page top of the form using c# windows application?
for example,
my user name : TEST
password : TEST@123
my problem is how can i shifted to my user name to other page like session in asp.net but this is for windows application. Plze!!
Okay so i had a problem with this too and here is how i made it work :
//Your form with login information
--> Add this before the public class :
public static string username;
public static string pass;
--> In your code, before it opens a new window add this
username= textBox1.Text;
pass= textBox2.Text;
//In your second form do this
label1.Text = (form1.username+ " " + form1.pass);
time is shown but it doesnt match with the time of computer system and also the seconds is not increasing....how to solve plz help...
don´t forget to start() the timer
thanks
how to do that it will show only the time
with date
This might be the code you are looking which shows only the time
this.labelTime2.Text = time.TimeOfDay.ToString();
How to make Display Time look bigger?
change the size of your label. I think you have to change the size of your text because you cant size the label on its corners. Click on the label and change some valuables
Thank you it works.
Lee Jun Nice
taking so much time
without date
this.labelTime2.Text = time.TimeOfDay.ToString();
Oguz Akkas or this.lblTimeDate.Text = dataTime.Hour.ToString() + ":" + dataTime.Minute.ToString() + ":" + dataTime.Second.ToString();
or substring
?
thanks