Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to get the cursor location of textbox(numberbox Control) Pin
ansriharsha11-Aug-09 20:55
ansriharsha11-Aug-09 20:55 
QuestionHow to get the value onto the column in datagridview Pin
Anjani Poornima6-Aug-09 0:36
Anjani Poornima6-Aug-09 0:36 
AnswerRe: How to get the value onto the column in datagridview Pin
dan!sh 6-Aug-09 1:00
professional dan!sh 6-Aug-09 1:00 
Questiondisplay picturebox Pin
msrezapro5-Aug-09 23:44
msrezapro5-Aug-09 23:44 
AnswerRe: display picturebox Pin
Tamer Oz6-Aug-09 0:09
Tamer Oz6-Aug-09 0:09 
AnswerRe: display picturebox Pin
dan!sh 6-Aug-09 0:39
professional dan!sh 6-Aug-09 0:39 
AnswerRe: display picturebox Pin
Luc Pattyn6-Aug-09 1:21
sitebuilderLuc Pattyn6-Aug-09 1:21 
Questionflashy string :) Pin
_Q12_5-Aug-09 23:05
_Q12_5-Aug-09 23:05 
Hy again. I have a new question: I want a string to see it flashing when I click a button. It sound crazy but I actually want to adapt it to a led connected to serial port (rs232) (pin3+/pin5gnd) and to make it like a strobe light (at a fv of 100ms for example). But first I want to make a test with that string (if you happen not to be interested about serialPorts)
Thanks


private void btnTEST_Click(object sender, EventArgs e)
{
for (int i = 0; i < 10; i++)
{
//Port3.BreakState = true;//serialport
label1.Text = "a"; //I want this letter to flash itself
}
} 

AnswerRe: flashy string :) Pin
OriginalGriff5-Aug-09 23:14
mveOriginalGriff5-Aug-09 23:14 
GeneralRe: flashy string :) Pin
_Q12_6-Aug-09 0:33
_Q12_6-Aug-09 0:33 
GeneralRe: flashy string :) Pin
_Q12_6-Aug-09 0:38
_Q12_6-Aug-09 0:38 
GeneralRe: flashy string :) [modified] Pin
_Q12_6-Aug-09 0:44
_Q12_6-Aug-09 0:44 
GeneralRe: flashy string :) Pin
Luc Pattyn6-Aug-09 1:23
sitebuilderLuc Pattyn6-Aug-09 1:23 
GeneralRe: flashy string :) Pin
OriginalGriff6-Aug-09 1:25
mveOriginalGriff6-Aug-09 1:25 
GeneralRe: flashy string :) Pin
_Q12_6-Aug-09 8:11
_Q12_6-Aug-09 8:11 
GeneralRe: flashy string :) Pin
OriginalGriff6-Aug-09 8:50
mveOriginalGriff6-Aug-09 8:50 
GeneralRe: flashy string :) ... now a matrix of leds :) Pin
_Q12_6-Aug-09 14:00
_Q12_6-Aug-09 14:00 
GeneralRe: flashy string :) ... now a matrix of leds :) Pin
OriginalGriff6-Aug-09 21:19
mveOriginalGriff6-Aug-09 21:19 
QuestionAdd text file contents to a listview Pin
iNutR5-Aug-09 21:14
iNutR5-Aug-09 21:14 
AnswerRe: Add text file contents to a listview Pin
musefan5-Aug-09 21:59
musefan5-Aug-09 21:59 
QuestionStore multiple checkbox values in a single field in database Pin
elci5-Aug-09 20:54
elci5-Aug-09 20:54 
AnswerRe: Store multiple checkbox values in a single field in database Pin
Mycroft Holmes5-Aug-09 21:04
professionalMycroft Holmes5-Aug-09 21:04 
GeneralRe: Store multiple checkbox values in a single field in database Pin
elci5-Aug-09 21:05
elci5-Aug-09 21:05 
GeneralRe: Store multiple checkbox values in a single field in database Pin
Mycroft Holmes5-Aug-09 21:12
professionalMycroft Holmes5-Aug-09 21:12 
GeneralRe: Store multiple checkbox values in a single field in database Pin
JollyMansArt5-Aug-09 21:17
JollyMansArt5-Aug-09 21:17 

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.