Click here to Skip to main content
15,905,238 members
Home / Discussions / C#
   

C#

 
GeneralRe: Invalid Cast Pin
Le centriste22-Feb-06 11:11
Le centriste22-Feb-06 11:11 
GeneralRe: Invalid Cast Pin
TheJudeDude22-Feb-06 12:38
TheJudeDude22-Feb-06 12:38 
Questionhow will i know if a process has exited Pin
batmanAgen22-Feb-06 8:55
batmanAgen22-Feb-06 8:55 
QuestionAudio volume level Pin
McBainUK22-Feb-06 8:46
McBainUK22-Feb-06 8:46 
AnswerRe: Audio volume level Pin
McBainUK22-Feb-06 8:59
McBainUK22-Feb-06 8:59 
Questionkeys event Pin
Kola Sokol22-Feb-06 7:39
Kola Sokol22-Feb-06 7:39 
AnswerRe: keys event Pin
User 665822-Feb-06 7:53
User 665822-Feb-06 7:53 
GeneralRe: keys event Pin
Kola Sokol22-Feb-06 23:00
Kola Sokol22-Feb-06 23:00 
ok thanks i did it, but not work i compile without erors but nothink hepend when i push 'Enter' key. please look my code^

private void Form1_KeyPress(object sender, KeyEventArgs e)
{

if (e.KeyCode == Keys.Enter)
this.webBrowser1.Navigate(this.toolStripTextBox1.Text);


-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Athlon 64 3500+, Gigabyte GA-K8NXP-9, 2x512 DDR400 Kingston, Inno3d 6200 PCIe, SS2 B2C2 v2.6, HDD := 450gb, Genius 56k int, NEC DVD-RW и мать его Суньмастер 550.
GeneralRe: keys event Pin
User 665822-Feb-06 23:48
User 665822-Feb-06 23:48 
QuestionVS Query Builder Pin
Mehdy Khoshrou22-Feb-06 7:11
Mehdy Khoshrou22-Feb-06 7:11 
QuestionProblem with properties??? Pin
richiemac22-Feb-06 7:05
richiemac22-Feb-06 7:05 
AnswerRe: Problem with properties??? Pin
Sean Michael Murphy22-Feb-06 7:14
Sean Michael Murphy22-Feb-06 7:14 
AnswerRe: Problem with properties??? Pin
Mehdy Khoshrou22-Feb-06 7:14
Mehdy Khoshrou22-Feb-06 7:14 
AnswerRe: Problem with properties??? Pin
User 665822-Feb-06 7:14
User 665822-Feb-06 7:14 
AnswerRe: Problem with properties??? Pin
richiemac22-Feb-06 7:19
richiemac22-Feb-06 7:19 
QuestionHow do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:01
delphidab22-Feb-06 7:01 
AnswerRe: How do I open an aboutbox and close it Pin
User 665822-Feb-06 7:10
User 665822-Feb-06 7:10 
GeneralRe: How do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:24
delphidab22-Feb-06 7:24 
GeneralRe: How do I open an aboutbox and close it Pin
Dan Neely22-Feb-06 7:28
Dan Neely22-Feb-06 7:28 
GeneralRe: How do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:44
delphidab22-Feb-06 7:44 
GeneralRe: How do I open an aboutbox and close it Pin
User 665822-Feb-06 7:31
User 665822-Feb-06 7:31 
GeneralRe: How do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:42
delphidab22-Feb-06 7:42 
QuestionTool to generate C# code for talking to SQL? Pin
Judah Gabriel Himango22-Feb-06 6:44
sponsorJudah Gabriel Himango22-Feb-06 6:44 
AnswerRe: Tool to generate C# code for talking to SQL? Pin
Colin Angus Mackay22-Feb-06 11:21
Colin Angus Mackay22-Feb-06 11:21 
GeneralRe: Tool to generate C# code for talking to SQL? Pin
Judah Gabriel Himango22-Feb-06 12:27
sponsorJudah Gabriel Himango22-Feb-06 12:27 

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.