Click here to Skip to main content
15,914,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: .net framework Pin
Christian Graus2-May-07 18:42
protectorChristian Graus2-May-07 18:42 
GeneralRe: .net framework Pin
Sonia Gupta2-May-07 19:05
Sonia Gupta2-May-07 19:05 
GeneralRe: .net framework Pin
Christian Graus2-May-07 19:11
protectorChristian Graus2-May-07 19:11 
AnswerRe: .net framework Pin
Guffa2-May-07 21:02
Guffa2-May-07 21:02 
GeneralRe: .net framework Pin
Sonia Gupta2-May-07 23:00
Sonia Gupta2-May-07 23:00 
GeneralRe: .net framework Pin
Dave Kreskowiak3-May-07 3:26
mveDave Kreskowiak3-May-07 3:26 
Questioninterop powerpoint automation via vb.net Pin
uglyeyes2-May-07 16:51
uglyeyes2-May-07 16:51 
QuestionPrinting Problem Pin
Bso_Cool2-May-07 14:31
Bso_Cool2-May-07 14:31 
What I a trying to do is Print a bunch of text which I get from a text file. I have been able to do that no problem but when I get to the end if there is to much text, I can't get it to go over onto anther page it either just ignores the rest or when it does actually print it it prints it over what I have already done on the same page. I have tried and tried on the e.hasmorepages and it does nothing for me when it actually does some what work it just goes and tries to print XXXX amount of pages instead of just like 2 or 3. I do save my spot of where I last printed on the last page, but it won't start a second page to start printing on that 1. can anyone Please Help Me? Here is a sample of my code, that is to determin when to stop. CurY is the Y location of the Printing Page. QNum is the Number of line so far I have Printed and TotCount is the number of lines I have left to Print

If CurY >= 1000 Then
Hault = True
e.HasMorePages = True
StoppedNum = QNum
End If

If QNum = TotCount Then
e.HasMorePages = False
End If

If there is a better way please let me know! I Thank You for your Time, and Patience!

It is always Coffee Time!
QuestionPLz help me lover Pin
sosr2-May-07 9:27
sosr2-May-07 9:27 
AnswerRe: PLz help me lover Pin
Dave Kreskowiak2-May-07 10:31
mveDave Kreskowiak2-May-07 10:31 
GeneralRe: PLz help me lover Pin
Christian Graus2-May-07 11:18
protectorChristian Graus2-May-07 11:18 
GeneralRe: PLz help me lover Pin
Dave Kreskowiak2-May-07 12:33
mveDave Kreskowiak2-May-07 12:33 
GeneralRe: PLz help me lover Pin
Christian Graus2-May-07 14:04
protectorChristian Graus2-May-07 14:04 
Questionbarcode development Pin
dleo102-May-07 9:21
dleo102-May-07 9:21 
AnswerRe: barcode development Pin
MatrixCoder2-May-07 9:37
MatrixCoder2-May-07 9:37 
QuestionBest Way to handle foreign characters from XML to disk file Pin
QuickBooksDev2-May-07 8:50
QuickBooksDev2-May-07 8:50 
AnswerRe: Best Way to handle foreign characters from XML to disk file Pin
kubben2-May-07 9:03
kubben2-May-07 9:03 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev2-May-07 9:36
QuickBooksDev2-May-07 9:36 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben2-May-07 9:52
kubben2-May-07 9:52 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev2-May-07 11:13
QuickBooksDev2-May-07 11:13 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben2-May-07 12:40
kubben2-May-07 12:40 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev2-May-07 14:58
QuickBooksDev2-May-07 14:58 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben2-May-07 16:19
kubben2-May-07 16:19 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev3-May-07 2:31
QuickBooksDev3-May-07 2:31 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben3-May-07 2:36
kubben3-May-07 2:36 

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.