Click here to Skip to main content
15,886,026 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionbarcode generate Pin
ved Barharwa24-Jan-09 0:16
ved Barharwa24-Jan-09 0:16 
AnswerRe: barcode generate Pin
Wendelius24-Jan-09 3:06
mentorWendelius24-Jan-09 3:06 
AnswerRe: barcode generate Pin
programmervb.netc++24-Jan-09 11:21
programmervb.netc++24-Jan-09 11:21 
Questionbarcode Pin
ved Barharwa24-Jan-09 0:14
ved Barharwa24-Jan-09 0:14 
AnswerRe: barcode Pin
Rupesh Kumar Swami24-Jan-09 0:27
Rupesh Kumar Swami24-Jan-09 0:27 
AnswerRe: barcode Pin
Mr Oizo25-Jan-09 22:47
Mr Oizo25-Jan-09 22:47 
QuestionNumericUpDown object question. Pin
dtskull23-Jan-09 20:13
dtskull23-Jan-09 20:13 
AnswerRe: NumericUpDown object question. Pin
Rupesh Kumar Swami24-Jan-09 0:21
Rupesh Kumar Swami24-Jan-09 0:21 
on valuechanged event of numericUpDown use following code

Private Sub NumericUpDown1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NumericUpDown1.ValueChanged<br />
call button1_click(nothing,nothing)<br />
'or<br />
button1.PerformClick()<br />
    End Sub


hope this helps

Rupesh Kumar Swami
Software Developer,
Integrated Solution,
Bikaner (India)

My Company
Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11

AnswerRe: NumericUpDown object question. Pin
Dave Kreskowiak24-Jan-09 4:45
mveDave Kreskowiak24-Jan-09 4:45 
Questionworking with windows API Pin
jayachandra.c23-Jan-09 19:36
jayachandra.c23-Jan-09 19:36 
AnswerRe: working with windows API Pin
Dave Kreskowiak24-Jan-09 4:44
mveDave Kreskowiak24-Jan-09 4:44 
Questionimage zooming.. Pin
Member 295538723-Jan-09 19:00
Member 295538723-Jan-09 19:00 
AnswerRe: image zooming.. Pin
Dave Kreskowiak24-Jan-09 4:51
mveDave Kreskowiak24-Jan-09 4:51 
AnswerRe: image zooming.. Pin
Christian Graus25-Jan-09 0:47
protectorChristian Graus25-Jan-09 0:47 
QuestionBefore doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby223-Jan-09 10:33
frankiebaby223-Jan-09 10:33 
AnswerRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Wendelius23-Jan-09 11:11
mentorWendelius23-Jan-09 11:11 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby223-Jan-09 14:33
frankiebaby223-Jan-09 14:33 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Wendelius23-Jan-09 21:17
mentorWendelius23-Jan-09 21:17 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby225-Jan-09 12:35
frankiebaby225-Jan-09 12:35 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby225-Jan-09 12:48
frankiebaby225-Jan-09 12:48 
AnswerRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Dave Kreskowiak23-Jan-09 11:15
mveDave Kreskowiak23-Jan-09 11:15 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby223-Jan-09 14:36
frankiebaby223-Jan-09 14:36 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Dave Kreskowiak23-Jan-09 17:34
mveDave Kreskowiak23-Jan-09 17:34 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
frankiebaby225-Jan-09 12:39
frankiebaby225-Jan-09 12:39 
GeneralRe: Before doing a SaveAs, convert to the Opposite of "Read Only" (Write Enable) Pin
Dave Kreskowiak25-Jan-09 13:49
mveDave Kreskowiak25-Jan-09 13:49 

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.