Click here to Skip to main content
15,913,854 members
Home / Discussions / Mobile
   

Mobile

 
GeneralProblem when building app with POOM Pin
Bui Huy Kien30-Jul-04 1:46
Bui Huy Kien30-Jul-04 1:46 
GeneralRe: Problem when building app with POOM Pin
João Paulo Figueira11-Aug-04 22:52
professionalJoão Paulo Figueira11-Aug-04 22:52 
GeneralVB.NET V Embeded VB Pin
fizzer66629-Jul-04 22:57
fizzer66629-Jul-04 22:57 
GeneralRe: VB.NET V Embeded VB Pin
Essam Salah7-Aug-04 1:38
Essam Salah7-Aug-04 1:38 
QuestionHow to pass parameters to a running program? Pin
ting66829-Jul-04 22:37
ting66829-Jul-04 22:37 
AnswerRe: How to pass parameters to a running program? Pin
Johann Gerell2-Aug-04 21:22
Johann Gerell2-Aug-04 21:22 
QuestionHow auto configure the 802.11 wireless lan adaptor Pin
Member 119359929-Jul-04 13:29
Member 119359929-Jul-04 13:29 
GeneralClicked Event on TextBox Pin
George Papadopoulos29-Jul-04 1:30
George Papadopoulos29-Jul-04 1:30 
I'm doing Embedded Development using Visual C#, VS.NET 2003 & PPC 2003 SE Emulator. I have a TextBox Control and I want to change the BackColor of it when someone clicks on it. Apparently Windows Forms Designer doesn't have the Click Event on the list of events available on the Windows Forms Designer but you can generate it from within the Code Editor. The Code Editor gives you the "Click" property when you type "." after the TextBox's name and then, after you type "+=" it detects that you want to generate an event handler displays a tooltip suggesting the rest of the line as in "new EventHandler(textBoxSearch_Click); (Press TAB to insert)". When you do press TAB it generates the new "EventHandler..." line and highlights "textBoxSearch_Click" and gives you another "(Press TAB to insert)" tooltip which will generate the "textBoxSearch_Click" handler in the current Form class. I put my code in the handler but nothing happens when I click on it. I ran it through the debugger putting a breakpoint inside the handler and nothing at all!! The program behaves as if there is no click event handler on the TextBox. Note that all the other event handlers for my other controls on the form work fine. But those other event handlers where generated through the Windows Forms Designer. Any suggestions?? Ideas??

TIA
George Papadopoulos
Cosine Consultants LTD

GeneralScrollable window in vertical and honzontal direction Pin
ting66828-Jul-04 16:48
ting66828-Jul-04 16:48 
QuestionIs It Possible? Pin
Anonymous28-Jul-04 0:05
Anonymous28-Jul-04 0:05 
AnswerRe: Is It Possible? Pin
Cedric Moonen5-Aug-04 1:28
Cedric Moonen5-Aug-04 1:28 
Questionwhat is .lnk file?? Pin
NewtonOfComputers23-Jul-04 22:47
NewtonOfComputers23-Jul-04 22:47 
AnswerRe: what is .lnk file?? Pin
LittleYellowBird26-Jul-04 5:17
LittleYellowBird26-Jul-04 5:17 
QuestionHow to Refresh a Window on the Today Screen periodically ? Pin
smoh23-Jul-04 9:47
smoh23-Jul-04 9:47 
AnswerRe: How to Refresh a Window on the Today Screen periodically ? Pin
GDavy29-Jul-04 0:15
GDavy29-Jul-04 0:15 
GeneralRe: How to Refresh a Window on the Today Screen periodically ? Pin
smoh29-Jul-04 4:33
smoh29-Jul-04 4:33 
QuestionWindows XP firewall influence the traffic of activesync? Pin
ting66820-Jul-04 22:40
ting66820-Jul-04 22:40 
Generalimages Pin
monn19-Jul-04 22:41
monn19-Jul-04 22:41 
GeneralRe: images Pin
cmk19-Jul-04 23:22
cmk19-Jul-04 23:22 
GeneralExperts in Embedded Visual C++, Visual C++ n PDA programming come in Pin
Anonymous19-Jul-04 21:04
Anonymous19-Jul-04 21:04 
GeneralCode for my Class CListenSocket: ListenSocket.h Pin
Anonymous19-Jul-04 21:05
Anonymous19-Jul-04 21:05 
GeneralCode for my Class CListenSocket: ListenSocket.cpp Pin
Anonymous19-Jul-04 21:07
Anonymous19-Jul-04 21:07 
GeneralCode for my Class CLinkSocket: LinkSocket.h Pin
Anonymous19-Jul-04 21:10
Anonymous19-Jul-04 21:10 
GeneralCode for my Class CLinkSocket: LinkSocket.cpp Pin
Anonymous19-Jul-04 21:12
Anonymous19-Jul-04 21:12 
GeneralCode for my Class ServerDlg: ServerDlg.h Pin
Anonymous19-Jul-04 21:18
Anonymous19-Jul-04 21:18 

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.