Click here to Skip to main content
15,895,667 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalread parallel port and start timer Pin
ashutosh1433422-Apr-08 23:31
ashutosh1433422-Apr-08 23:31 
GeneralRe: read parallel port and start timer Pin
Dave Kreskowiak3-Apr-08 3:38
mveDave Kreskowiak3-Apr-08 3:38 
GeneralSending Mail from VB Pin
aaraaayen2-Apr-08 20:51
aaraaayen2-Apr-08 20:51 
GeneralRe: Sending Mail from VB Pin
Dave Kreskowiak3-Apr-08 3:32
mveDave Kreskowiak3-Apr-08 3:32 
QuestionTo parse a string which is in a specific format Pin
josephng2-Apr-08 19:41
josephng2-Apr-08 19:41 
GeneralRe: To parse a string which is in a specific format Pin
zaimah2-Apr-08 21:35
zaimah2-Apr-08 21:35 
GeneralRe: To parse a string which is in a specific format Pin
josephng2-Apr-08 22:13
josephng2-Apr-08 22:13 
GeneralRe: To parse a string which is in a specific format Pin
zaimah2-Apr-08 22:22
zaimah2-Apr-08 22:22 
i don't know wether this going to help u bcoz i'm not doing a text file. in my case i want a document number in this format = <yyyymmdd><custid><running number="">
so i get this doc number = 20080403abcd0001
the coding would be like this.

cmd.Parameters.Add(New SqlParameter("@docNo", SqlDbType.NVarChar, 50))
cmd.Parameters("@docNo").Value = System.DateTime.Now.ToString("yyyyMMdd") + CustID.Text + GetRunNo().ToString("D4")

sorry if this not going to help u bcoz i'm new in this.
GeneralRe: To parse a string which is in a specific format Pin
Dave Kreskowiak3-Apr-08 3:31
mveDave Kreskowiak3-Apr-08 3:31 
GeneralRe: To parse a string which is in a specific format Pin
Colin Angus Mackay2-Apr-08 22:51
Colin Angus Mackay2-Apr-08 22:51 
GeneralRe: To parse a string which is in a specific format Pin
josephng3-Apr-08 19:55
josephng3-Apr-08 19:55 
QuestionHow to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Vignesh Krishnan2-Apr-08 18:42
Vignesh Krishnan2-Apr-08 18:42 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Krishnraj2-Apr-08 20:37
Krishnraj2-Apr-08 20:37 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Vignesh Krishnan2-Apr-08 22:58
Vignesh Krishnan2-Apr-08 22:58 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Dave Kreskowiak3-Apr-08 3:29
mveDave Kreskowiak3-Apr-08 3:29 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Vignesh Krishnan3-Apr-08 20:04
Vignesh Krishnan3-Apr-08 20:04 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Dave Kreskowiak4-Apr-08 3:04
mveDave Kreskowiak4-Apr-08 3:04 
Questionsearch a range of data by date to display in datagrid view Pin
zaimah2-Apr-08 16:49
zaimah2-Apr-08 16:49 
GeneralRe: search a range of data by date to display in datagrid view Pin
Dave Kreskowiak3-Apr-08 3:27
mveDave Kreskowiak3-Apr-08 3:27 
QuestionRe: search a range of data by date to display in datagrid view Pin
zaimah3-Apr-08 14:43
zaimah3-Apr-08 14:43 
GeneralRe: search a range of data by date to display in datagrid view Pin
Dave Kreskowiak4-Apr-08 5:15
mveDave Kreskowiak4-Apr-08 5:15 
QuestionRe: search a range of data by date to display in datagrid view Pin
zaimah6-Apr-08 14:55
zaimah6-Apr-08 14:55 
Questionhow to get URL of already running firefox in vb.net application Pin
bhavin12302-Apr-08 16:38
bhavin12302-Apr-08 16:38 
AnswerRe: how to get URL of already running firefox in vb.net application Pin
Richard Andrew x642-Apr-08 17:34
professionalRichard Andrew x642-Apr-08 17:34 
GeneralRe: how to get URL of already running firefox in vb.net application Pin
bhavin12302-Apr-08 17:51
bhavin12302-Apr-08 17:51 

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.