Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to combine different projects into one big project. Pin
ChiYung5-Jul-03 21:10
ChiYung5-Jul-03 21:10 
Generaldelay or producing a gap Pin
Asim N.3-Jul-03 5:35
Asim N.3-Jul-03 5:35 
GeneralRe: delay or producing a gap Pin
dazinith3-Jul-03 5:54
dazinith3-Jul-03 5:54 
GeneralWMI Provider Pin
mavriq1013-Jul-03 5:35
mavriq1013-Jul-03 5:35 
GeneralRe: WMI Provider Pin
Mazdak4-Jul-03 11:09
Mazdak4-Jul-03 11:09 
GeneralC# Excel Add-in Question Pin
Francis B.3-Jul-03 3:45
Francis B.3-Jul-03 3:45 
GeneralCreating Tab Forms Pin
mcgahanfl3-Jul-03 3:25
mcgahanfl3-Jul-03 3:25 
GeneralRe: Creating Tab Forms Pin
dazinith3-Jul-03 5:52
dazinith3-Jul-03 5:52 
i am not sure about any tabbed form articles, youll have to search.. but they are built into windows.forms.. they are listed in your toolbox as 'TabControl'.. you should be able to use it pretty easy..

and here is the cursor question
Cursor.Current = Cursors.WaitCursor;
// do whatever
Cursor.Current = Cursors.Default


still a newb.. cut me some slack :P
-dz
GeneralRe: Creating Tab Forms Pin
Rocky Moore3-Jul-03 20:30
Rocky Moore3-Jul-03 20:30 
GeneralRe: Creating Tab Forms Pin
mcgahanfl7-Jul-03 2:43
mcgahanfl7-Jul-03 2:43 
GeneralMonth name from integer Pin
Uncle Monkey2-Jul-03 23:43
Uncle Monkey2-Jul-03 23:43 
GeneralRe: Month name from integer Pin
GISnet3-Jul-03 2:24
GISnet3-Jul-03 2:24 
GeneralRe: Month name from integer Pin
Uncle Monkey3-Jul-03 2:35
Uncle Monkey3-Jul-03 2:35 
GeneralRe: Month name from integer Pin
Not Active3-Jul-03 2:55
mentorNot Active3-Jul-03 2:55 
GeneralRe: Month name from integer Pin
GISnet3-Jul-03 4:25
GISnet3-Jul-03 4:25 
GeneralRe: Month name from integer Pin
Jim Stewart3-Jul-03 6:49
Jim Stewart3-Jul-03 6:49 
GeneralRe: Month name from integer Pin
Daniel Turini3-Jul-03 15:50
Daniel Turini3-Jul-03 15:50 
GeneralRe: Month name from integer Pin
Jim Stewart3-Jul-03 18:15
Jim Stewart3-Jul-03 18:15 
GeneralRe: Month name from integer Pin
Not Active3-Jul-03 18:56
mentorNot Active3-Jul-03 18:56 
GeneralRe: Month name from integer Pin
Jim Stewart3-Jul-03 18:59
Jim Stewart3-Jul-03 18:59 
GeneralRe: Month name from integer Pin
Not Active4-Jul-03 3:40
mentorNot Active4-Jul-03 3:40 
GeneralRe: Month name from integer Pin
Jim Stewart4-Jul-03 5:04
Jim Stewart4-Jul-03 5:04 
GeneralC# Zip component Pin
Martin Hart Turner2-Jul-03 20:37
Martin Hart Turner2-Jul-03 20:37 
GeneralRe: C# Zip component Pin
James T. Johnson2-Jul-03 23:22
James T. Johnson2-Jul-03 23:22 
GeneralRe: C# Zip component Pin
Martin Hart Turner3-Jul-03 0:05
Martin Hart Turner3-Jul-03 0:05 

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.