Click here to Skip to main content
15,908,015 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using textbox as Query filter MS Access Pin
Eric Dahlvang20-Oct-06 4:02
Eric Dahlvang20-Oct-06 4:02 
Questionhow to use the PrintDocument and PrintDialog? Pin
quiteSmart20-Oct-06 3:00
quiteSmart20-Oct-06 3:00 
QuestionHow to get the Month name instead of the month number Pin
Support12320-Oct-06 2:40
Support12320-Oct-06 2:40 
AnswerRe: How to get the Month name instead of the month number Pin
ejuanpp20-Oct-06 2:57
ejuanpp20-Oct-06 2:57 
GeneralRe: How to get the Month name instead of the month number Pin
Support12320-Oct-06 3:08
Support12320-Oct-06 3:08 
GeneralRe: How to get the Month name instead of the month number Pin
Support12320-Oct-06 3:36
Support12320-Oct-06 3:36 
GeneralRe: How to get the Month name instead of the month number Pin
J4amieC20-Oct-06 4:54
J4amieC20-Oct-06 4:54 
AnswerRe: How to get the Month name instead of the month number Pin
quiteSmart20-Oct-06 3:03
quiteSmart20-Oct-06 3:03 
hi
you can use a simple switch statment like:

Switch (monthnumber){
case 1: monthname = "January";
case 2: monthname = "February";
.
.
.
etc
}

Jmail abou khalil
QuestionCursor not visible after DroppedDown property is set to true Pin
chettu20-Oct-06 1:56
chettu20-Oct-06 1:56 
QuestionTablet Xp Pin
sathishtl00720-Oct-06 1:33
sathishtl00720-Oct-06 1:33 
QuestionHow to draw over a image and it be save? Pin
sathishtl00720-Oct-06 0:48
sathishtl00720-Oct-06 0:48 
AnswerRe: How to draw over a image and it be save? Pin
Christian Graus20-Oct-06 0:49
protectorChristian Graus20-Oct-06 0:49 
GeneralRe: How to draw over a image and it be save? Pin
sathishtl00720-Oct-06 1:07
sathishtl00720-Oct-06 1:07 
GeneralRe: How to draw over a image and it be save? Pin
Christian Graus20-Oct-06 1:10
protectorChristian Graus20-Oct-06 1:10 
GeneralRe: How to draw over a image and it be save? Pin
sathishtl00720-Oct-06 1:22
sathishtl00720-Oct-06 1:22 
GeneralRe: How to draw over a image and it be save? Pin
Christian Graus20-Oct-06 3:35
protectorChristian Graus20-Oct-06 3:35 
QuestionStrong Naming Pin
Gareth H20-Oct-06 0:43
Gareth H20-Oct-06 0:43 
AnswerRe: Strong Naming Pin
Gareth H21-Oct-06 2:55
Gareth H21-Oct-06 2:55 
GeneralRe: Strong Naming Pin
LongRange.Shooter23-Oct-06 4:45
LongRange.Shooter23-Oct-06 4:45 
QuestionPass variable between methods Pin
Boro_Bob20-Oct-06 0:21
Boro_Bob20-Oct-06 0:21 
AnswerRe: Pass variable between methods Pin
quiteSmart20-Oct-06 0:53
quiteSmart20-Oct-06 0:53 
GeneralRe: Pass variable between methods Pin
Christian Graus20-Oct-06 0:55
protectorChristian Graus20-Oct-06 0:55 
AnswerRe: Pass variable between methods Pin
baerten20-Oct-06 0:54
baerten20-Oct-06 0:54 
AnswerRe: Pass variable between methods Pin
Christian Graus20-Oct-06 0:54
protectorChristian Graus20-Oct-06 0:54 
AnswerRe: Pass variable between methods Pin
eggsovereasy20-Oct-06 3:30
eggsovereasy20-Oct-06 3:30 

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.