Click here to Skip to main content
15,896,118 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to open a registered file in application Pin
BigAndy26-Jul-03 5:39
BigAndy26-Jul-03 5:39 
GeneralRe: How to open a registered file in application Pin
Rocky Moore27-Jul-03 0:01
Rocky Moore27-Jul-03 0:01 
GeneralRe: How to open a registered file in application Pin
BigAndy27-Jul-03 22:06
BigAndy27-Jul-03 22:06 
GeneralMidi interfacing Pin
NareshkBajaj25-Jul-03 22:52
NareshkBajaj25-Jul-03 22:52 
GeneralRe: Midi interfacing Pin
Rocky Moore25-Jul-03 23:08
Rocky Moore25-Jul-03 23:08 
General.NET Licensing Pin
Alex Korchemniy25-Jul-03 21:56
Alex Korchemniy25-Jul-03 21:56 
GeneralReflections for automatic casting Pin
Ista25-Jul-03 18:12
Ista25-Jul-03 18:12 
GeneralRe: Reflections for automatic casting Pin
Ista25-Jul-03 18:12
Ista25-Jul-03 18:12 
GeneralShowing the newest event in a list box Pin
eggie525-Jul-03 17:38
eggie525-Jul-03 17:38 
GeneralRe: Showing the newest event in a list box Pin
Rocky Moore25-Jul-03 22:33
Rocky Moore25-Jul-03 22:33 
GeneralRe: Showing the newest event in a list box Pin
eggie525-Jul-03 22:39
eggie525-Jul-03 22:39 
GeneralRe: Showing the newest event in a list box Pin
Rocky Moore25-Jul-03 23:12
Rocky Moore25-Jul-03 23:12 
GeneralFindWindow analogue in C# Pin
zecodela25-Jul-03 16:23
zecodela25-Jul-03 16:23 
GeneralRe: FindWindow analogue in C# Pin
J. Dunlap25-Jul-03 16:41
J. Dunlap25-Jul-03 16:41 
GeneralRe: FindWindow analogue in C# Pin
zecodela25-Jul-03 16:50
zecodela25-Jul-03 16:50 
GeneralRe: FindWindow analogue in C# Pin
J. Dunlap25-Jul-03 17:07
J. Dunlap25-Jul-03 17:07 
GeneralRe: FindWindow analogue in C# Pin
Eric Gunnerson (msft)25-Jul-03 17:26
Eric Gunnerson (msft)25-Jul-03 17:26 
GeneralRe: FindWindow analogue in C# Pin
J. Dunlap25-Jul-03 17:31
J. Dunlap25-Jul-03 17:31 
GeneralRe: FindWindow analogue in C# Pin
zecodela25-Jul-03 17:32
zecodela25-Jul-03 17:32 
GeneralRe: FindWindow analogue in C# Pin
J. Dunlap25-Jul-03 17:38
J. Dunlap25-Jul-03 17:38 
GeneralGetting frames from mshtml Pin
tstyaps25-Jul-03 14:15
tstyaps25-Jul-03 14:15 
GeneralMilla Seconds in DateTime.Now Pin
eggie525-Jul-03 13:41
eggie525-Jul-03 13:41 
GeneralRe: Milla Seconds in DateTime.Now Pin
dynamic25-Jul-03 13:48
dynamic25-Jul-03 13:48 
GeneralRe: Milla Seconds in DateTime.Now Pin
dynamic25-Jul-03 13:52
dynamic25-Jul-03 13:52 
might help if it's C# code lol :
C#:
<font color="blue">private</font> <font color="blue">void</font> button4_Click(<font color="blue">object</font> sender, System.EventArgs e) <br> { <br> 	MessageBox.Show(<font color="#0000FF">DateTime</font>.Now.Ticks.ToString()); <br> } <br> 



there ya go Smile | :)


Vb:
<font color="blue">Public Function</font> TwinsOnWay(<font color="blue">ByVal</font> twins <font color="blue">As String</font>) <font color="blue">As String <br>     Select Case</font> twins<br>         <font color="blue">Case</font> "Gender" <br>             <font color="blue">Return</font> "Two Girls" <br>     <font color="blue">End Select <br> End Function</font> <br> 


GeneralRe: Milla Seconds in DateTime.Now Pin
eggie525-Jul-03 14:04
eggie525-Jul-03 14:04 

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.