Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: create public variables at run time Pin
Not Active9-Apr-10 14:04
mentorNot Active9-Apr-10 14:04 
AnswerRe: create public variables at run time Pin
NavnathKale10-Apr-10 0:56
NavnathKale10-Apr-10 0:56 
GeneralRe: create public variables at run time Pin
Jassim Rahma10-Apr-10 12:02
Jassim Rahma10-Apr-10 12:02 
GeneralRe: create public variables at run time Pin
NavnathKale10-Apr-10 21:49
NavnathKale10-Apr-10 21:49 
Questionkeep one sqlconnection alive Pin
Jassim Rahma8-Apr-10 13:31
Jassim Rahma8-Apr-10 13:31 
AnswerRe: keep one sqlconnection alive Pin
PIEBALDconsult8-Apr-10 13:59
mvePIEBALDconsult8-Apr-10 13:59 
GeneralRe: keep one sqlconnection alive Pin
Jassim Rahma8-Apr-10 14:14
Jassim Rahma8-Apr-10 14:14 
GeneralRe: keep one sqlconnection alive Pin
PIEBALDconsult8-Apr-10 17:11
mvePIEBALDconsult8-Apr-10 17:11 
GeneralRe: keep one sqlconnection alive Pin
Dave Kreskowiak8-Apr-10 17:48
mveDave Kreskowiak8-Apr-10 17:48 
AnswerRe: keep one sqlconnection alive Pin
Not Active8-Apr-10 14:13
mentorNot Active8-Apr-10 14:13 
AnswerRe: keep one sqlconnection alive Pin
N a v a n e e t h8-Apr-10 16:21
N a v a n e e t h8-Apr-10 16:21 
Questionmake a default printer Pin
Jassim Rahma8-Apr-10 13:30
Jassim Rahma8-Apr-10 13:30 
AnswerRe: make a default printer Pin
loyal ginger9-Apr-10 7:02
loyal ginger9-Apr-10 7:02 
QuestionText overlay on webcam streaming videos PinPopular
bdb388658-Apr-10 12:46
bdb388658-Apr-10 12:46 
QuestionInput type ="image" in c# Pin
tedyboy98-Apr-10 11:15
tedyboy98-Apr-10 11:15 
i´m trying to make a web form to do auto -login in a web game but the login page don't have a click button but have a input type ="image"

Code from the web page:
<div style ="height:180px;padding-top:36px;" >
<form action ="index.php?ac=loginpage" method ="post" style ="margin:0px;padding:0px;" onsubmit ="esvtk_track( {esvtk_v:'1',
esvtk_esvid:'A10050' , event:'reg_monstersgame', amount:'1'});" >
<div >
<table width ="100%" style ="text-align:left;" >
<tr >
<td >
servidor:
</td >
<td >
<select name ="server" onchange ="javascript:location.href=this.value;" size ="1" class ="input" >
<option value ="http://www.monstersgame.com.pt/?ac=loginpage" > World 1</option >
<option value ="http://world2.monstersgame.com.pt/?ac=loginpage" > World 2</option >
<option value ="http://world3.monstersgame.com.pt/?ac=loginpage" > World 3</option >
<option value ="http://world4.monstersgame.com.pt/?ac=loginpage" > World 4</option >
<option value ="http://world5.monstersgame.com.pt/?ac=loginpage" > World 5</option >
<option value ="http://world6.monstersgame.com.pt/?ac=loginpage" > World 6</option>
<option value ="http://world7.monstersgame.com.pt/?ac=loginpage" > World 7</option >
<option value ="http://world8.monstersgame.com.pt/?ac=loginpage" > World 8</option >
<option value ="http://world9.monstersgame.com.pt/?ac=loginpage" > World 9</option >
<option value ="http://world10.monstersgame.com.pt/?ac=loginpage" selected ="selected" > World 10</option>
</select >
</td >
</tr >
<tr >
<td >
Nome:
</td >
<td > <input type ="text" name ="user" size ="30" style ="width:170px;" /> </td >
</tr >
<tr >
<td >
Senha:
</td >
<td > <input type ="password" name ="password" size ="30" style ="width:170px;" /> </td >
</tr >
<tr >
<td colspan ="2" style ="text-align:center;" >
<input type ="checkbox" name ="gfxpack" value ="1" style ="background:none;" /> Carregar imagens do servidor
<input type ="image" src ="img/teaser/EN/teaser_btn_verwandeln.jpg" alt ="Transformar" title ="Transformar" />


i can put the user name and the password but i can't send this information to the server
if some one could help me i will apreciate
AnswerRe: Input type ="image" in c# Pin
Arun Jacob8-Apr-10 19:07
Arun Jacob8-Apr-10 19:07 
GeneralRe: Input type ="image" in c# Pin
tedyboy98-Apr-10 21:07
tedyboy98-Apr-10 21:07 
QuestionManualResetEvent set()/waitOne() Pin
igalep1328-Apr-10 9:17
igalep1328-Apr-10 9:17 
AnswerRe: ManualResetEvent set()/waitOne() Pin
Luc Pattyn8-Apr-10 9:26
sitebuilderLuc Pattyn8-Apr-10 9:26 
AnswerRe: ManualResetEvent set()/waitOne() Pin
supercat98-Apr-10 9:44
supercat98-Apr-10 9:44 
GeneralRe: ManualResetEvent set()/waitOne() Pin
igalep1328-Apr-10 10:09
igalep1328-Apr-10 10:09 
AnswerRe: ManualResetEvent set()/waitOne() Pin
igalep1328-Apr-10 10:52
igalep1328-Apr-10 10:52 
GeneralRe: ManualResetEvent set()/waitOne() Pin
igalep1329-Apr-10 0:37
igalep1329-Apr-10 0:37 
GeneralRe: ManualResetEvent set()/waitOne() Pin
supercat910-Apr-10 13:21
supercat910-Apr-10 13:21 
QuestionLegal issue - Using controls from Code Project in commercial applications Pin
ekareem8-Apr-10 8:11
ekareem8-Apr-10 8:11 

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.