Click here to Skip to main content
15,915,839 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to validate dataview is NULL Pin
Suman Singh10-Apr-05 23:15
professionalSuman Singh10-Apr-05 23:15 
AnswerRe: How to validate dataview is NULL Pin
Ritesh123411-Apr-05 1:44
Ritesh123411-Apr-05 1:44 
QuestionHow to fetch rows from a dataview? Pin
Suman Singh10-Apr-05 23:14
professionalSuman Singh10-Apr-05 23:14 
AnswerRe: How to fetch rows from a dataview? Pin
Ritesh123411-Apr-05 1:40
Ritesh123411-Apr-05 1:40 
GeneralRe: How to fetch rows from a dataview? Pin
Suman Singh11-Apr-05 11:43
professionalSuman Singh11-Apr-05 11:43 
GeneralRe: How to fetch rows from a dataview? Pin
Anonymous11-Apr-05 22:38
Anonymous11-Apr-05 22:38 
GeneralRe: How to fetch rows from a dataview? Pin
Suman Singh14-Apr-05 11:49
professionalSuman Singh14-Apr-05 11:49 
Generalprinting using tcp/ip Pin
confirmnot10-Apr-05 22:34
confirmnot10-Apr-05 22:34 
Hi i have beening to send the following codes to a printer connected to my pc through an ethernet hub, but i could not be able to print a printer-ready data successfully. it only printed out rubbish value

Can anyone help me here?

(the printer ready data are a series of strings that contain Printer Control language which the printer can understand. It the string has been tested by sending it through a parallel port, and it proved it can be read by the same printer.)


Dim Buffer() As Byte
Dim oEncoder As New System.Text.ASCIIEncoding
Dim oEnc As System.Text.Encoding = oEncoder.GetEncoding(1252)
Buffer = oEnc.GetBytes(Chunk)

Dim client0 As New System.Net.Sockets.TcpClient("169.254.192.155","9100")

Dim stream As System.Net.sockets.NetworkStream = client0.GetStream()

stream.Write(Buffer, 0, Len(Chunk))

client0.Close()
stream.Close()
GeneralChange line in text file Pin
johnjsm10-Apr-05 22:32
johnjsm10-Apr-05 22:32 
GeneralRe: Change line in text file Pin
Dave Kreskowiak11-Apr-05 1:22
mveDave Kreskowiak11-Apr-05 1:22 
GeneralDatgrid Column style Pin
Anonymous10-Apr-05 21:31
Anonymous10-Apr-05 21:31 
GeneralRe: Datgrid Column style Pin
Suman Singh10-Apr-05 23:11
professionalSuman Singh10-Apr-05 23:11 
GeneralPlease help to solve this error "ActiveX Component Can't create Object". Pin
Murtuza Husain Miyan Patel10-Apr-05 20:34
professionalMurtuza Husain Miyan Patel10-Apr-05 20:34 
Questioncollision detection, why doesnt this work? Pin
bloodybunny10-Apr-05 19:45
bloodybunny10-Apr-05 19:45 
GeneralDll Entry Point not Found Pin
jatin.mehta@gmail.com10-Apr-05 19:04
jatin.mehta@gmail.com10-Apr-05 19:04 
GeneralValidation on datagrid Pin
Mr Dabbah10-Apr-05 10:13
Mr Dabbah10-Apr-05 10:13 
GeneralRe: Validation on datagrid Pin
Anonymous10-Apr-05 11:26
Anonymous10-Apr-05 11:26 
Generalset & retrive data from an image Pin
gopi_nkrishna10-Apr-05 5:27
gopi_nkrishna10-Apr-05 5:27 
GeneralRe: set & retrive data from an image Pin
Anonymous10-Apr-05 6:01
Anonymous10-Apr-05 6:01 
Generalsendkeys.send("{BS}") Pin
vertig073010-Apr-05 2:21
vertig073010-Apr-05 2:21 
GeneralRe: sendkeys.send("{BS}") Pin
Dave Kreskowiak10-Apr-05 4:15
mveDave Kreskowiak10-Apr-05 4:15 
GeneralRe: sendkeys.send("{BS}") Pin
vertig073010-Apr-05 12:41
vertig073010-Apr-05 12:41 
GeneralRe: sendkeys.send("{BS}") Pin
Dave Kreskowiak10-Apr-05 15:10
mveDave Kreskowiak10-Apr-05 15:10 
GeneralRe: sendkeys.send("{BS}") Pin
vertig073010-Apr-05 15:33
vertig073010-Apr-05 15:33 
GeneralVB.NET and Outlook Addin Pin
JSNAGI9-Apr-05 18:29
JSNAGI9-Apr-05 18:29 

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.