Click here to Skip to main content
15,913,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: Click to goes next page Pin
Muammar©6-Aug-09 3:01
Muammar©6-Aug-09 3:01 
GeneralRe: Click to goes next page Pin
Pete O'Hanlon6-Aug-09 2:38
mvePete O'Hanlon6-Aug-09 2:38 
GeneralRe: Click to goes next page Pin
OriginalGriff6-Aug-09 3:22
mveOriginalGriff6-Aug-09 3:22 
QuestionCalendar Week VIew Pin
kKamel6-Aug-09 1:39
kKamel6-Aug-09 1:39 
AnswerRe: Calendar Week VIew Pin
Super Lloyd6-Aug-09 1:50
Super Lloyd6-Aug-09 1:50 
Questionhow to get the cursor location of textbox(numberbox Control) Pin
ansriharsha6-Aug-09 1:26
ansriharsha6-Aug-09 1:26 
AnswerRe: how to get the cursor location of textbox(numberbox Control) Pin
Super Lloyd6-Aug-09 1:51
Super Lloyd6-Aug-09 1:51 
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 

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.