Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralConfiguration files Pin
Config programmer6-Oct-03 1:34
sussConfig programmer6-Oct-03 1:34 
General"CausesValidation" doesn't work Pin
mitdej5-Oct-03 23:59
mitdej5-Oct-03 23:59 
Generalweb service and xml Pin
zecodela5-Oct-03 22:08
zecodela5-Oct-03 22:08 
Generalpopup menu in C# Pin
zecodela5-Oct-03 18:03
zecodela5-Oct-03 18:03 
GeneralRe: popup menu in C# Pin
J. Dunlap5-Oct-03 18:16
J. Dunlap5-Oct-03 18:16 
GeneralRe: popup menu in C# Pin
zecodela5-Oct-03 18:24
zecodela5-Oct-03 18:24 
GeneralRe: popup menu in C# Pin
J. Dunlap5-Oct-03 18:31
J. Dunlap5-Oct-03 18:31 
GeneralRe: popup menu in C# Pin
J. Dunlap5-Oct-03 18:33
J. Dunlap5-Oct-03 18:33 
A couple more useful API declarations:
[DllImport("user32.dll", EntryPoint = "AnimateWindow")]
private extern static int AnimateWindow(IntPtr hwnd, int dwTime, AnimateWindowFlags dwFlags);
internal enum AnimateWindowFlags
{
	Hor_Positive=0x1,
	Hor_Negative=0x2,
	Ver_Positive=0x4,
	Ver_Negative=0x8,
	Center=0x10,
	Hide=0x10000,
	Activate=0x20000,
	Slide=0x40000,
	Blend=0x80000
};



"Don't judge each day by the harvest you reap, but by the seeds you plant." -- Robert Louis Stevenson

FLUID UI Toolkit | FloodFill in C# & GDI+







GeneralRe: popup menu in C# Pin
Corinna John5-Oct-03 20:31
Corinna John5-Oct-03 20:31 
GeneralRe: popup menu in C# Pin
Blake Coverett5-Oct-03 21:54
Blake Coverett5-Oct-03 21:54 
GeneralSQL/C# Pin
Harry20005-Oct-03 12:18
Harry20005-Oct-03 12:18 
GeneralRe: SQL/C# Pin
mistery225-Oct-03 13:41
mistery225-Oct-03 13:41 
GeneralRe: SQL/C# Pin
Mike Ellison5-Oct-03 14:16
Mike Ellison5-Oct-03 14:16 
GeneralRe: SQL/C# Pin
Harry20005-Oct-03 17:28
Harry20005-Oct-03 17:28 
GeneralRe: SQL/C# Pin
mistery226-Oct-03 0:13
mistery226-Oct-03 0:13 
GeneralDB IV .DBF Databases Pin
gmhanna5-Oct-03 9:33
gmhanna5-Oct-03 9:33 
GeneralRe: DB IV .DBF Databases Pin
Randhir Sinha6-Oct-03 2:05
Randhir Sinha6-Oct-03 2:05 
GeneralRuntime Object state. Pin
Anonymous5-Oct-03 8:39
Anonymous5-Oct-03 8:39 
GeneralRe: Runtime Object state. Pin
Blake Coverett5-Oct-03 10:31
Blake Coverett5-Oct-03 10:31 
Questionprinter minimum margins?? Pin
mistery225-Oct-03 7:59
mistery225-Oct-03 7:59 
AnswerRe: printer minimum margins?? Pin
Nick Parker5-Oct-03 9:29
protectorNick Parker5-Oct-03 9:29 
GeneralRe: printer minimum margins?? Pin
mistery225-Oct-03 12:04
mistery225-Oct-03 12:04 
GeneralDataGrid and multiple threads Pin
ke5in5-Oct-03 5:32
ke5in5-Oct-03 5:32 
Questionwhich one is faster? Pin
abc8764-Oct-03 13:07
abc8764-Oct-03 13:07 
AnswerRe: which one is faster? Pin
J. Dunlap4-Oct-03 13:41
J. Dunlap4-Oct-03 13:41 

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.