Click here to Skip to main content
15,894,017 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Text Problem Pin
pmarfleet23-Oct-07 6:15
pmarfleet23-Oct-07 6:15 
AnswerRe: Text Problem Pin
Scott Dorman23-Oct-07 7:21
professionalScott Dorman23-Oct-07 7:21 
Questionsending data to the printer USing VB6.0 Pin
jkonduru23-Oct-07 5:10
jkonduru23-Oct-07 5:10 
AnswerRe: sending data to the printer USing VB6.0 Pin
Dave Kreskowiak23-Oct-07 5:19
mveDave Kreskowiak23-Oct-07 5:19 
GeneralRe: sending data to the printer USing VB6.0 Pin
jkonduru23-Oct-07 5:24
jkonduru23-Oct-07 5:24 
GeneralRe: sending data to the printer USing VB6.0 Pin
Dave Kreskowiak23-Oct-07 5:32
mveDave Kreskowiak23-Oct-07 5:32 
GeneralRe: sending data to the printer USing VB6.0 Pin
jkonduru23-Oct-07 5:38
jkonduru23-Oct-07 5:38 
GeneralRe: sending data to the printer USing VB6.0 Pin
Dave Kreskowiak23-Oct-07 5:43
mveDave Kreskowiak23-Oct-07 5:43 
jkonduru wrote:
some of the lines are in ASCII Characters


So??


jkonduru wrote:
cannot be readable


By a human that is. The file operations have no problem with it.


jkonduru wrote:
Instead of reading line by line, is it possible specify that file name and send the file to the printer.


No. You're code has to open the file, and read a line, send it, read a line, send it, read a line, read it, ..., until the end of the file. VB6 doesn't do this for you. You have to write the code to do it.


jkonduru wrote:
Is it possible to include the file part of the project?


It would just be a "content" file. It won't get compiled into the application. I forgot how to include that stuff in the Setup and Deployment wizard. It's been over 6 years since I abandoned my support for VB6.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: sending data to the printer USing VB6.0 Pin
jkonduru23-Oct-07 5:52
jkonduru23-Oct-07 5:52 
GeneralRe: sending data to the printer USing VB6.0 Pin
Dave Kreskowiak23-Oct-07 6:05
mveDave Kreskowiak23-Oct-07 6:05 
QuestionChange to design view ms access's form from code Pin
haggenx23-Oct-07 4:49
haggenx23-Oct-07 4:49 
AnswerRe: Change to design view ms access's form from code Pin
Dave Kreskowiak23-Oct-07 5:03
mveDave Kreskowiak23-Oct-07 5:03 
GeneralRe: Change to design view ms access's form from code Pin
haggenx24-Oct-07 4:53
haggenx24-Oct-07 4:53 
QuestionSoftware Licensing VB.NET Pin
Cory Kimble23-Oct-07 3:27
Cory Kimble23-Oct-07 3:27 
AnswerRe: Software Licensing VB.NET Pin
Dave Kreskowiak23-Oct-07 4:53
mveDave Kreskowiak23-Oct-07 4:53 
QuestionRemoting [modified] Pin
RG_SA23-Oct-07 3:14
RG_SA23-Oct-07 3:14 
AnswerRe: Remoting Pin
Dave Kreskowiak23-Oct-07 4:51
mveDave Kreskowiak23-Oct-07 4:51 
GeneralRe: Remoting Pin
RG_SA23-Oct-07 8:46
RG_SA23-Oct-07 8:46 
GeneralRe: Remoting [modified] Pin
Dave Kreskowiak23-Oct-07 9:21
mveDave Kreskowiak23-Oct-07 9:21 
Questionsharing info with other programs Pin
cj433123-Oct-07 3:03
cj433123-Oct-07 3:03 
AnswerRe: sharing info with other programs Pin
Dave Kreskowiak23-Oct-07 4:40
mveDave Kreskowiak23-Oct-07 4:40 
GeneralRe: sharing info with other programs Pin
cj433123-Oct-07 10:24
cj433123-Oct-07 10:24 
GeneralRe: sharing info with other programs Pin
Dave Kreskowiak23-Oct-07 10:30
mveDave Kreskowiak23-Oct-07 10:30 
GeneralRe: sharing info with other programs Pin
cj433123-Oct-07 10:43
cj433123-Oct-07 10:43 
Questionproblem in Node.InsertAfter method() Pin
koolprasad200323-Oct-07 2:27
professionalkoolprasad200323-Oct-07 2:27 

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.