Click here to Skip to main content
15,891,777 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Windows Property sheet Pin
Christian Graus28-May-07 11:12
protectorChristian Graus28-May-07 11:12 
QuestionClient application using request version HTTP 1.1 though the protocol is set to 1.0 in the code. Pin
prgramya27-May-07 21:58
prgramya27-May-07 21:58 
Questionentering date to datagridview Pin
AndrusM27-May-07 1:40
AndrusM27-May-07 1:40 
QuestionUser control in DataGridView cell Pin
pserranop24-May-07 8:57
pserranop24-May-07 8:57 
Questiondatabase based windows application, how to presente data ???? Pin
Hasan Jaffal24-May-07 5:19
Hasan Jaffal24-May-07 5:19 
AnswerRe: database based windows application, how to presente data ???? Pin
I.explore.code18-Jun-07 19:35
I.explore.code18-Jun-07 19:35 
GeneralRe: database based windows application, how to presente data ???? Pin
Hasan Jaffal18-Jun-07 22:48
Hasan Jaffal18-Jun-07 22:48 
QuestionWindows preemption Pin
Nir sheffi24-May-07 1:26
Nir sheffi24-May-07 1:26 
Hi,
I've encountered a problem where windows preempts for 16ms on a very simple code i'm running.
In order to check it out I've written a simple code :
while (1)
{
int t = timeGetTime();
Sleep(1);
printf ("%d,",timeGetTime()-t);

}

the result i got where interesting - on some machines i got 1-2ms and on others 16ms.
all machines run XP with no processes running in the background.
I've tried running the same process in real-time and in normal mode - the results where the same.

AnswerRe: Windows preemption Pin
kubben24-May-07 2:45
kubben24-May-07 2:45 
AnswerRe: Windows preemption Pin
Dave Kreskowiak24-May-07 6:13
mveDave Kreskowiak24-May-07 6:13 
GeneralRe: Windows preemption Pin
Nir sheffi24-May-07 8:38
Nir sheffi24-May-07 8:38 
GeneralRe: Windows preemption Pin
Dave Kreskowiak24-May-07 9:00
mveDave Kreskowiak24-May-07 9:00 
QuestionUnwanted Event firing Pin
francoisdotnet23-May-07 2:06
francoisdotnet23-May-07 2:06 
AnswerRe: Unwanted Event firing Pin
Dave Kreskowiak28-May-07 6:06
mveDave Kreskowiak28-May-07 6:06 
GeneralRe: Unwanted Event firing Pin
francoisdotnet28-May-07 11:12
francoisdotnet28-May-07 11:12 
QuestionScroll a listbox Pin
ScottM122-May-07 20:28
ScottM122-May-07 20:28 
AnswerRe: Scroll a listbox Pin
PandemoniumPasha23-May-07 1:51
PandemoniumPasha23-May-07 1:51 
GeneralRe: Scroll a listbox Pin
ScottM123-May-07 2:24
ScottM123-May-07 2:24 
QuestionWorkerthread in .Net 1.1 Pin
matthias s.22-May-07 8:27
matthias s.22-May-07 8:27 
AnswerRe: Workerthread in .Net 1.1 Pin
ScottM122-May-07 20:20
ScottM122-May-07 20:20 
QuestionMDI application help - multiple views Pin
earlgraham22-May-07 7:37
earlgraham22-May-07 7:37 
QuestionButton click event Pin
dodoxor22-May-07 5:49
dodoxor22-May-07 5:49 
AnswerRe: Button click event Pin
Paul Conrad13-Jul-07 13:47
professionalPaul Conrad13-Jul-07 13:47 
AnswerRe: Button click event Pin
dodoxor13-Jul-07 21:33
dodoxor13-Jul-07 21:33 
GeneralRe: Button click event Pin
Paul Conrad14-Jul-07 4:25
professionalPaul Conrad14-Jul-07 4:25 

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.