Click here to Skip to main content
15,912,665 members
Home / Discussions / C#
   

C#

 
QuestionUDP - Server (EndReceiveFrom) doesn't work Pin
softwarejaeger30-Aug-09 5:16
softwarejaeger30-Aug-09 5:16 
QuestionJob market Aussie ??? Pin
UBX30-Aug-09 4:02
UBX30-Aug-09 4:02 
AnswerRe: Job market Aussie ??? Pin
Abhishek Sur30-Aug-09 6:29
professionalAbhishek Sur30-Aug-09 6:29 
GeneralRe: Job market Aussie ??? Pin
UBX30-Aug-09 9:08
UBX30-Aug-09 9:08 
GeneralRe: Job market Aussie ??? Pin
DaveyM6930-Aug-09 11:11
professionalDaveyM6930-Aug-09 11:11 
AnswerRe: Job market Aussie ??? Pin
Joe Woodbury30-Aug-09 11:38
professionalJoe Woodbury30-Aug-09 11:38 
GeneralRe: Job market Aussie ??? Pin
UBX30-Aug-09 14:22
UBX30-Aug-09 14:22 
QuestionHow to assign value to textbox after it get focused in mshtml Pin
Mohsen Esmailpour30-Aug-09 3:34
professionalMohsen Esmailpour30-Aug-09 3:34 
hi.
i have webpage that contain textbox. here is textbox code:
<input name="cardtxt1" maxlength="4" id="cardtxt1" tabindex="1" class="txtform" onpaste="doNotPaste()" onfocus="getName(this);documentFocus('cardtxt1');" onkeypress="return check_KeyPress(this,2,'0123456789')" onkeydown="noCTRL(event);" onkeyup="nextTab(this, false);" autocomplete="off" style="width: 32px;" type="text">


and i want set textbox value by this command:
HTMLInputElement card = (HTMLInputElement)doc.all.item("cardtxt1", 0); 
card1.value = Value;


but my problem is after DocumentCompleted there is no value in textbox. value assigned to textbox before it get focused and when textbox get focused value will be cleared in textbox. how can i assign value to textbox after it get focused ?
or can i remove focus on textbox ?
QuestionDeploy app without .net frx Pin
tukhoi30-Aug-09 3:31
tukhoi30-Aug-09 3:31 
AnswerRe: Deploy app without .net frx Pin
PIEBALDconsult30-Aug-09 3:58
mvePIEBALDconsult30-Aug-09 3:58 
GeneralRe: Deploy app without .net frx Pin
tukhoi30-Aug-09 5:09
tukhoi30-Aug-09 5:09 
GeneralRe: Deploy app without .net frx Pin
PIEBALDconsult30-Aug-09 5:35
mvePIEBALDconsult30-Aug-09 5:35 
GeneralRe: Deploy app without .net frx Pin
tukhoi30-Aug-09 5:36
tukhoi30-Aug-09 5:36 
GeneralRe: Deploy app without .net frx Pin
Luc Pattyn30-Aug-09 6:34
sitebuilderLuc Pattyn30-Aug-09 6:34 
GeneralRe: Deploy app without .net frx Pin
PIEBALDconsult30-Aug-09 10:30
mvePIEBALDconsult30-Aug-09 10:30 
GeneralRe: Deploy app without .net frx Pin
tukhoi30-Aug-09 17:35
tukhoi30-Aug-09 17:35 
GeneralRe: Deploy app without .net frx Pin
stancrm30-Aug-09 7:50
stancrm30-Aug-09 7:50 
GeneralRe: Deploy app without .net frx Pin
PIEBALDconsult30-Aug-09 10:26
mvePIEBALDconsult30-Aug-09 10:26 
QuestionWrapping up Deployment in 1 Single Setup.exe Pin
UBX30-Aug-09 1:38
UBX30-Aug-09 1:38 
AnswerRe: Wrapping up Deployment in 1 Single Setup.exe Pin
Henry Minute30-Aug-09 1:48
Henry Minute30-Aug-09 1:48 
GeneralRe: Wrapping up Deployment in 1 Single Setup.exe Pin
tukhoi30-Aug-09 3:23
tukhoi30-Aug-09 3:23 
GeneralRe: Wrapping up Deployment in 1 Single Setup.exe Pin
Henry Minute30-Aug-09 3:33
Henry Minute30-Aug-09 3:33 
GeneralRe: Wrapping up Deployment in 1 Single Setup.exe Pin
tukhoi30-Aug-09 3:43
tukhoi30-Aug-09 3:43 
GeneralRe: Wrapping up Deployment in 1 Single Setup.exe Pin
Henry Minute30-Aug-09 3:47
Henry Minute30-Aug-09 3:47 
GeneralRe: Wrapping up Deployment in 1 Single Setup.exe Pin
UBX30-Aug-09 4:03
UBX30-Aug-09 4:03 

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.