Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I validate @ sign in KeyEventArgs? Pin
Judah Gabriel Himango6-Sep-05 12:14
sponsorJudah Gabriel Himango6-Sep-05 12:14 
GeneralRe: How can I validate @ sign in KeyEventArgs? Pin
Frank W. Wu7-Sep-05 4:05
Frank W. Wu7-Sep-05 4:05 
QuestionC# equivalent method or capturing keystrokes Pin
Steve Messer6-Sep-05 11:11
Steve Messer6-Sep-05 11:11 
AnswerRe: C# equivalent method or capturing keystrokes Pin
Christian Graus6-Sep-05 11:32
protectorChristian Graus6-Sep-05 11:32 
GeneralRe: C# equivalent method or capturing keystrokes Pin
Steve Messer6-Sep-05 12:15
Steve Messer6-Sep-05 12:15 
AnswerRe: C# equivalent method or capturing keystrokes Pin
Judah Gabriel Himango6-Sep-05 11:32
sponsorJudah Gabriel Himango6-Sep-05 11:32 
GeneralRe: C# equivalent method or capturing keystrokes Pin
ekynox6-Sep-05 13:42
ekynox6-Sep-05 13:42 
QuestionAxWebBrowser glitch Pin
kornstyle6-Sep-05 8:22
kornstyle6-Sep-05 8:22 
I don't know if anyone else has had this problem with the AxWebBrowser. I have a AxWebBrowser on a form and it works great when I bring up the form for the first time. When I open the form for the second time however the AxWebBrowser control seems to become unattached from the form. It still shows up but it is just floating by itself.

Do I need to use the dispose method for the AxWebBrowser when I close the form? If so how do I create the AxWebBrowser during runtime? I tried to do this but I'm doing something wrong because the Browser doesn't show up. I tried this code in the form's load event.

AxSHDocVw.AxWebBrowser WebBrowser = new AxSHDocVw.AxWebBrowser();<br />
      WebBrowser.Location = new System.Drawing.Point(8, 8);<br />
      WebBrowser.Size = new System.Drawing.Size(100,100);

QuestionThreads, windows services...????? Pin
anglada6-Sep-05 6:51
anglada6-Sep-05 6:51 
AnswerRe: Threads, windows services...????? Pin
John Fisher6-Sep-05 7:29
John Fisher6-Sep-05 7:29 
GeneralRe: Threads, windows services...????? Pin
anglada6-Sep-05 8:32
anglada6-Sep-05 8:32 
GeneralRe: Threads, windows services...????? Pin
John Fisher6-Sep-05 9:29
John Fisher6-Sep-05 9:29 
General[Message Deleted] Pin
anglada6-Sep-05 8:46
anglada6-Sep-05 8:46 
Question.NET 2005: 32-bit vs 64-bit code Pin
gabser6-Sep-05 6:49
gabser6-Sep-05 6:49 
AnswerRe: .NET 2005: 32-bit vs 64-bit code Pin
Dan Neely6-Sep-05 7:00
Dan Neely6-Sep-05 7:00 
AnswerRe: .NET 2005: 32-bit vs 64-bit code Pin
Daniel Turini6-Sep-05 7:11
Daniel Turini6-Sep-05 7:11 
GeneralRe: .NET 2005: 32-bit vs 64-bit code Pin
gabser6-Sep-05 7:38
gabser6-Sep-05 7:38 
AnswerRe: .NET 2005: 32-bit vs 64-bit code Pin
John Fisher6-Sep-05 7:32
John Fisher6-Sep-05 7:32 
GeneralRe: .NET 2005: 32-bit vs 64-bit code Pin
gabser6-Sep-05 7:39
gabser6-Sep-05 7:39 
GeneralRe: .NET 2005: 32-bit vs 64-bit code Pin
John Fisher6-Sep-05 8:11
John Fisher6-Sep-05 8:11 
AnswerRe: .NET 2005: 32-bit vs 64-bit code Pin
Dave Kreskowiak6-Sep-05 7:56
mveDave Kreskowiak6-Sep-05 7:56 
GeneralRe: .NET 2005: 32-bit vs 64-bit code Pin
gabser6-Sep-05 8:08
gabser6-Sep-05 8:08 
GeneralRe: .NET 2005: 32-bit vs 64-bit code Pin
Dave Kreskowiak6-Sep-05 10:11
mveDave Kreskowiak6-Sep-05 10:11 
GeneralRe: .NET 2005: 32-bit vs 64-bit code Pin
Dave Kreskowiak6-Sep-05 10:12
mveDave Kreskowiak6-Sep-05 10:12 
AnswerRe: .NET 2005: 32-bit vs 64-bit code Pin
Judah Gabriel Himango6-Sep-05 11:35
sponsorJudah Gabriel Himango6-Sep-05 11:35 

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.