Click here to Skip to main content
15,868,141 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Customizing BrowseFolderDialog in .Net 1.1 Pin
Thomas Stockwell9-Sep-08 3:02
professionalThomas Stockwell9-Sep-08 3:02 
Questionhow can I adjust the brightness / contrast / color of a usb camera programatically while recording Video Pin
balaji_vbr7-Sep-08 21:24
balaji_vbr7-Sep-08 21:24 
AnswerRe: how can I adjust the brightness / contrast / color of a usb camera programatically while recording Video Pin
Dave Sexton11-Sep-08 7:40
Dave Sexton11-Sep-08 7:40 
GeneralRe: how can I adjust the brightness / contrast / color of a usb camera programatically while recording Video Pin
balaji_vbr15-Sep-08 20:27
balaji_vbr15-Sep-08 20:27 
GeneralRe: how can I adjust the brightness / contrast / color of a usb camera programatically while recording Video Pin
Dave Sexton16-Sep-08 2:38
Dave Sexton16-Sep-08 2:38 
Questionhow to have an image button column in my datagridview ? Pin
devboycpp7-Sep-08 12:35
devboycpp7-Sep-08 12:35 
AnswerRe: how to have an image button column in my datagridview ? Pin
John_Adams7-Sep-08 22:20
John_Adams7-Sep-08 22:20 
QuestionMaking a menu in console app c# Pin
CaptainKrtek7-Sep-08 9:14
CaptainKrtek7-Sep-08 9:14 
Hello,
Im trying to make a little application to have a console application open and say 1 for addition 2 for multiplication, etc.
i do not know how to make a menu for a console where if i type 1 i need the console to read it and show the layout for the addition.
please help!

-Steven
krtek16@hotmail.com

p.s. i wrote it like this (addition example)
{
console.writeline("please enter first number to add");

string sNumber1Add;
sNumber1Add = console.readline();
double dNumber1;
dNumber1 = Convert.ToDouble(sNumber1Add);

console.writeline("please enter second number to add");

string sNumber2Add;
sNumber2Add = console.readline();
double dNumber2;
dNumber2 = Convert.ToDouble(sNumber2Add);

//add together

double dAnswerAdd;
dAnswerAdd = dNumber1Add + dNumber2Add;

console.writeline("The answer is + "
dAnswerAdd);

console.writeline("press enter to terminate");
console.read();
}
AnswerRe: Making a menu in console app c# Pin
nelsonpaixao9-Sep-08 14:47
nelsonpaixao9-Sep-08 14:47 
QuestionUser Controls and embedded Controls in it Pin
WolfgangRoth7-Sep-08 5:20
WolfgangRoth7-Sep-08 5:20 
AnswerRe: User Controls and embedded Controls in it Pin
LionAM7-Sep-08 11:12
LionAM7-Sep-08 11:12 
GeneralRe: User Controls and embedded Controls in it Pin
WolfgangRoth7-Sep-08 21:12
WolfgangRoth7-Sep-08 21:12 
GeneralRe: User Controls and embedded Controls in it Pin
LionAM8-Sep-08 12:04
LionAM8-Sep-08 12:04 
AnswerRe: User Controls and embedded Controls in it Pin
dan!sh 8-Sep-08 4:45
professional dan!sh 8-Sep-08 4:45 
GeneralRe: User Controls and embedded Controls in it Pin
WolfgangRoth8-Sep-08 6:05
WolfgangRoth8-Sep-08 6:05 
Questiondivision Context Menu of MDI Child from Context Menu of the parent form Pin
serega2007us6-Sep-08 6:02
serega2007us6-Sep-08 6:02 
QuestionHow to Mute Audio while Recording Video Pin
balaji_vbr5-Sep-08 0:58
balaji_vbr5-Sep-08 0:58 
Questionusercontrol is not working correctly in the application Pin
gtag5-Sep-08 0:07
gtag5-Sep-08 0:07 
AnswerRe: usercontrol is not working correctly in the application Pin
N a v a n e e t h6-Sep-08 0:28
N a v a n e e t h6-Sep-08 0:28 
QuestionRe: usercontrol is not working correctly in the application [modified] Pin
gtag7-Sep-08 20:31
gtag7-Sep-08 20:31 
AnswerRe: usercontrol is not working correctly in the application Pin
gtag8-Sep-08 19:11
gtag8-Sep-08 19:11 
QuestionHow do you hide parts of a usercontrol from the toolbar. Pin
frappydan4-Sep-08 17:43
frappydan4-Sep-08 17:43 
AnswerRe: How do you hide parts of a usercontrol from the toolbar. Pin
Frank Horn5-Sep-08 3:02
Frank Horn5-Sep-08 3:02 
QuestionHow do you add a control to a usercontrol during design time? [modified] Pin
frappydan4-Sep-08 17:39
frappydan4-Sep-08 17:39 
AnswerRe: How do you add a control to a usercontrol during design time? Pin
Frank Horn5-Sep-08 3:13
Frank Horn5-Sep-08 3:13 

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.