Click here to Skip to main content
15,914,413 members
Home / Discussions / C#
   

C#

 
GeneralRe: Form using too much memory Pin
Shaun Becker24-Feb-04 10:45
Shaun Becker24-Feb-04 10:45 
GeneralRe: Form using too much memory Pin
Heath Stewart24-Feb-04 12:30
protectorHeath Stewart24-Feb-04 12:30 
GeneralRe: Form using too much memory Pin
Charlie Williams24-Feb-04 12:36
Charlie Williams24-Feb-04 12:36 
GeneralRe: Form using too much memory Pin
Charlie Williams24-Feb-04 12:35
Charlie Williams24-Feb-04 12:35 
GeneralRe: Form using too much memory Pin
CWIZO24-Feb-04 23:43
CWIZO24-Feb-04 23:43 
GeneralRe: Form using too much memory Pin
Charlie Williams25-Feb-04 10:28
Charlie Williams25-Feb-04 10:28 
GeneralRe: DateTime.Now in a label Pin
Nick Parker24-Feb-04 7:40
protectorNick Parker24-Feb-04 7:40 
GeneralRe: DateTime.Now in a label Pin
Dave Kreskowiak24-Feb-04 7:42
mveDave Kreskowiak24-Feb-04 7:42 
KoalaCowboy wrote:
Gang,

Background: I am trying to have a label (lblDateTime1) display DateTime.Now upon application load (Windows Form). I have done something similar in VB.NET as follows:

///VB.NET code
{
lblDateTime = DateTime.NOW.ToString()
}

///C# code
{
///Insert example here please
private void Form1_Load(object sender, System.EventArgs e)
{
    textBox1.Text = DateTime.Now.ToString();
}

}


RageInTheMachine9532

GeneralHelp, How to add a footer to a windows form Datagrid Pin
mdolby24-Feb-04 6:32
mdolby24-Feb-04 6:32 
GeneralRe: Help, How to add a footer to a windows form Datagrid Pin
Heath Stewart24-Feb-04 12:29
protectorHeath Stewart24-Feb-04 12:29 
GeneralHelp using C# COM Interop in VBA / Excel Pin
BeeBar24-Feb-04 4:49
sussBeeBar24-Feb-04 4:49 
GeneralRe: Help using C# COM Interop in VBA / Excel Pin
Nick Parker24-Feb-04 6:44
protectorNick Parker24-Feb-04 6:44 
GeneralRe: Help using C# COM Interop in VBA / Excel Pin
BeeBar24-Feb-04 7:01
sussBeeBar24-Feb-04 7:01 
GeneralAdd image to database Pin
Amirjalaly24-Feb-04 4:24
Amirjalaly24-Feb-04 4:24 
GeneralRe: Add image to database Pin
Judah Gabriel Himango24-Feb-04 4:53
sponsorJudah Gabriel Himango24-Feb-04 4:53 
GeneralRe: Add image to database Pin
Mazdak24-Feb-04 5:19
Mazdak24-Feb-04 5:19 
GeneralRe: Add image to database Pin
Heath Stewart24-Feb-04 5:23
protectorHeath Stewart24-Feb-04 5:23 
GeneralRe: Add image to database Pin
turbochimp25-Feb-04 10:58
turbochimp25-Feb-04 10:58 
Generalmusic files Pin
jphuphilly24-Feb-04 4:22
jphuphilly24-Feb-04 4:22 
GeneralRe: music files Pin
Mazdak24-Feb-04 5:23
Mazdak24-Feb-04 5:23 
GeneralRe: music files Pin
jphuphilly24-Feb-04 7:03
jphuphilly24-Feb-04 7:03 
GeneralCrystal Report batch console application Pin
Visionsoft24-Feb-04 3:53
Visionsoft24-Feb-04 3:53 
GeneralSorting DataGrid BoundColumn using DataGrid.SortCommand Pin
ajaylulia24-Feb-04 2:21
ajaylulia24-Feb-04 2:21 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
Mazdak24-Feb-04 3:21
Mazdak24-Feb-04 3:21 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
ajaylulia24-Feb-04 16:56
ajaylulia24-Feb-04 16:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.