Click here to Skip to main content
15,917,608 members
Home / Discussions / C#
   

C#

 
GeneralRe: beginning a c# database Pin
Miles Roberts4-Aug-04 2:06
Miles Roberts4-Aug-04 2:06 
GeneralRe: beginning a c# database Pin
Christian Graus3-Aug-04 12:19
protectorChristian Graus3-Aug-04 12:19 
GeneralRe: beginning a c# database Pin
Miles Roberts4-Aug-04 0:34
Miles Roberts4-Aug-04 0:34 
GeneralRe: beginning a c# database Pin
Christian Graus4-Aug-04 11:01
protectorChristian Graus4-Aug-04 11:01 
GeneralRe: beginning a c# database Pin
Looney Tunezez3-Aug-04 12:50
Looney Tunezez3-Aug-04 12:50 
Generalsome parts of image still on the screen after i close the form Pin
mostafa hamed3-Aug-04 10:21
mostafa hamed3-Aug-04 10:21 
GeneralRe: some parts of image still on the screen after i close the form Pin
Nick Parker3-Aug-04 10:35
protectorNick Parker3-Aug-04 10:35 
GeneralRe: some parts of image still on the screen after i close the form Pin
Jay Shankar3-Aug-04 15:16
Jay Shankar3-Aug-04 15:16 
1.Are you using API function LockWIndowUpdate(hwd handle)any where in the code???
Please make sure that window should get unlocked, before closing the form.
2.If you are not using LockWindowUpdate, then as Mr. Nick has recommended, you should Invalidate the region behind the form.

I have had this problem due to LockWindowUpdate, that is why I added the point.

Hope this helps.
GeneralRe: some parts of image still on the screen after i close the form Pin
Anonymous5-Aug-04 4:33
Anonymous5-Aug-04 4:33 
GeneralThumbnails with large files Pin
Gambit_Sunob3-Aug-04 10:03
Gambit_Sunob3-Aug-04 10:03 
GeneralRe: Thumbnails with large files Pin
Nick Parker3-Aug-04 10:28
protectorNick Parker3-Aug-04 10:28 
GeneralTab Control Pin
sreejith ss nair3-Aug-04 6:57
sreejith ss nair3-Aug-04 6:57 
GeneralC# call method from array Pin
[HUN]Slater3-Aug-04 5:55
[HUN]Slater3-Aug-04 5:55 
GeneralRe: C# call method from array Pin
Nick Parker3-Aug-04 8:29
protectorNick Parker3-Aug-04 8:29 
GeneralRe: C# call method from array Pin
[HUN]Slater3-Aug-04 23:18
[HUN]Slater3-Aug-04 23:18 
GeneralPHP Session value Pin
Alex Getman3-Aug-04 5:55
Alex Getman3-Aug-04 5:55 
GeneralRe: PHP Session value Pin
Nick Parker3-Aug-04 8:24
protectorNick Parker3-Aug-04 8:24 
GeneralFast: Implementing Per-pixel alpha image as background Pin
Stanimir_Stoyanov3-Aug-04 5:19
Stanimir_Stoyanov3-Aug-04 5:19 
GeneralRe: Fast: Implementing Per-pixel alpha image as background Pin
leppie3-Aug-04 6:39
leppie3-Aug-04 6:39 
GeneralRe: Fast: Implementing Per-pixel alpha image as background Pin
Nick Parker3-Aug-04 10:12
protectorNick Parker3-Aug-04 10:12 
QuestionSingleton instances survive garbage collection? Pin
mindfuck3-Aug-04 4:32
mindfuck3-Aug-04 4:32 
AnswerRe: Singleton instances survive garbage collection? Pin
leppie3-Aug-04 6:35
leppie3-Aug-04 6:35 
GeneralRe: Singleton instances survive garbage collection? Pin
mindfuck3-Aug-04 7:06
mindfuck3-Aug-04 7:06 
GeneralRe: Singleton instances survive garbage collection? Pin
leppie3-Aug-04 7:58
leppie3-Aug-04 7:58 
GeneralRe: Singleton instances survive garbage collection? Pin
mindfuck3-Aug-04 8:44
mindfuck3-Aug-04 8:44 

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.