Click here to Skip to main content
15,892,746 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to find max orderno of the same customer Pin
AjitMourya18-Aug-09 19:04
AjitMourya18-Aug-09 19:04 
AnswerRe: how to find max orderno of the same customer Pin
Christian Graus16-Aug-09 22:52
protectorChristian Graus16-Aug-09 22:52 
AnswerRepost Pin
Eddy Vluggen17-Aug-09 0:15
professionalEddy Vluggen17-Aug-09 0:15 
QuestionHow to suppress string in crystal reports Pin
AjitMourya16-Aug-09 20:11
AjitMourya16-Aug-09 20:11 
AnswerRe: How to suppress string in crystal reports Pin
tosch16-Aug-09 21:32
tosch16-Aug-09 21:32 
Questioncalculator accept "/" and "+" when I press from keyboard numlock Pin
vblearner0916-Aug-09 18:28
vblearner0916-Aug-09 18:28 
AnswerRe: calculator accept "/" and "+" when I press from keyboard numlock Pin
N a v a n e e t h16-Aug-09 18:33
N a v a n e e t h16-Aug-09 18:33 
AnswerRe: calculator accept "/" and "+" when I press from keyboard numlock Pin
Paramu197316-Aug-09 20:13
Paramu197316-Aug-09 20:13 
From the KeyDown Event, you can check
if e.KeyCode =Keys.NumLock or e.keycode=Keys.NumPad0 or...whatever else as per the need.
QuestionTimers and Threads Pin
rspercy6516-Aug-09 17:24
rspercy6516-Aug-09 17:24 
AnswerRe: Timers and Threads Pin
N a v a n e e t h16-Aug-09 18:31
N a v a n e e t h16-Aug-09 18:31 
GeneralRe: Timers and Threads Pin
rspercy6517-Aug-09 0:54
rspercy6517-Aug-09 0:54 
GeneralRe: Timers and Threads Pin
Johan Hakkesteegt17-Aug-09 2:01
Johan Hakkesteegt17-Aug-09 2:01 
GeneralRe: Timers and Threads Pin
rspercy6517-Aug-09 3:12
rspercy6517-Aug-09 3:12 
GeneralRe: Timers and Threads Pin
Johan Hakkesteegt17-Aug-09 3:47
Johan Hakkesteegt17-Aug-09 3:47 
GeneralRe: Timers and Threads Pin
rspercy6517-Aug-09 6:55
rspercy6517-Aug-09 6:55 
GeneralRe: Timers and Threads Pin
Johan Hakkesteegt17-Aug-09 20:09
Johan Hakkesteegt17-Aug-09 20:09 
QuestionAbout Excel Automation ----->Import & Export<-------- Pin
Zizo_nis16-Aug-09 3:45
Zizo_nis16-Aug-09 3:45 
AnswerRe: About Excel Automation ----->Import & Export<-------- Pin
Suresh Suthar16-Aug-09 20:12
professionalSuresh Suthar16-Aug-09 20:12 
Questioncode to find max orderno Pin
AjitMourya16-Aug-09 2:21
AjitMourya16-Aug-09 2:21 
AnswerRe: code to find max orderno Pin
riced16-Aug-09 2:40
riced16-Aug-09 2:40 
AnswerRe: code to find max orderno Pin
Zizo_nis16-Aug-09 2:45
Zizo_nis16-Aug-09 2:45 
GeneralRe: code to find max orderno Pin
AjitMourya16-Aug-09 19:49
AjitMourya16-Aug-09 19:49 
AnswerRe: code to find max orderno Pin
Eddy Vluggen16-Aug-09 3:02
professionalEddy Vluggen16-Aug-09 3:02 
GeneralRe: code to find max orderno Pin
Zizo_nis16-Aug-09 3:50
Zizo_nis16-Aug-09 3:50 
GeneralRe: code to find max orderno Pin
Eddy Vluggen16-Aug-09 5:05
professionalEddy Vluggen16-Aug-09 5:05 

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.