Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
GeneralHIDDEN SQL SERVER Pin
eggie527-Jul-03 21:29
eggie527-Jul-03 21:29 
GeneralRe: HIDDEN SQL SERVER Pin
Alexander Kojevnikov27-Jul-03 23:23
Alexander Kojevnikov27-Jul-03 23:23 
GeneralRe: HIDDEN SQL SERVER Pin
Rbledwards28-Jul-03 11:14
Rbledwards28-Jul-03 11:14 
GeneralRe: HIDDEN SQL SERVER Pin
eggie528-Jul-03 12:30
eggie528-Jul-03 12:30 
QuestionWhat the timer is for... Pin
eggie527-Jul-03 18:53
eggie527-Jul-03 18:53 
AnswerRe: What the timer is for... Pin
J. Dunlap27-Jul-03 19:18
J. Dunlap27-Jul-03 19:18 
GeneralRe: What the timer is for... Pin
eggie527-Jul-03 20:24
eggie527-Jul-03 20:24 
GeneralRe: What the timer is for... Pin
J. Dunlap27-Jul-03 21:03
J. Dunlap27-Jul-03 21:03 
By calling it before you start, and then again when you finished, and subtracting the starting number from the ending number. This will give you the number of milliseconds the operation took.

int ctr=GetTickCount();
//--do some work here--
ctr=GetTickCount-ctr;
//ctr will now contain the # of 
//milliseconds your operation took



"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







GeneralRe: What the timer is for... Pin
eggie527-Jul-03 21:06
eggie527-Jul-03 21:06 
GeneralRe: What the timer is for... Pin
J. Dunlap27-Jul-03 21:08
J. Dunlap27-Jul-03 21:08 
Generalshowing a windows form when selected menu option Pin
rasaleela27-Jul-03 18:39
rasaleela27-Jul-03 18:39 
GeneralRe: showing a windows form when selected menu option Pin
Nick Parker27-Jul-03 18:42
protectorNick Parker27-Jul-03 18:42 
GeneralCapture windows Key. Pin
Nick Seng27-Jul-03 17:21
Nick Seng27-Jul-03 17:21 
GeneralRe: Capture windows Key. Pin
J. Dunlap27-Jul-03 17:26
J. Dunlap27-Jul-03 17:26 
GeneralRe: Capture windows Key. Pin
Nick Seng27-Jul-03 18:00
Nick Seng27-Jul-03 18:00 
QuestionHow to know when a window is maximized Pin
heelios27-Jul-03 16:33
heelios27-Jul-03 16:33 
AnswerRe: How to know when a window is maximized Pin
Nick Parker27-Jul-03 18:18
protectorNick Parker27-Jul-03 18:18 
AnswerRe: How to know when a window is maximized Pin
Alex Korchemniy27-Jul-03 18:25
Alex Korchemniy27-Jul-03 18:25 
GeneralRe: How to know when a window is maximized Pin
heelios28-Jul-03 4:05
heelios28-Jul-03 4:05 
Questionhow to call an array inside a sortedlist? Pin
kharr102727-Jul-03 13:07
kharr102727-Jul-03 13:07 
GeneralSecurity a la Palladium ¿? ;) Pin
antoine@orchus-tech27-Jul-03 12:34
antoine@orchus-tech27-Jul-03 12:34 
GeneralRe: Security a la Palladium ¿? ;) Pin
Alex Korchemniy27-Jul-03 18:13
Alex Korchemniy27-Jul-03 18:13 
GeneralRe: Security a la Palladium ¿? ;) Pin
StealthyMark27-Jul-03 23:27
StealthyMark27-Jul-03 23:27 
GeneralListboxes Pin
StorBruze27-Jul-03 10:31
StorBruze27-Jul-03 10:31 
GeneralRe: Listboxes Pin
Alex Korchemniy27-Jul-03 18:20
Alex Korchemniy27-Jul-03 18:20 

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.