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

Visual Basic

 
GeneralRe: Sending Email with Free Webmail Servers Pin
Dave Kreskowiak12-Feb-06 13:01
mveDave Kreskowiak12-Feb-06 13:01 
GeneralRe: Sending Email with Free Webmail Servers Pin
ThePmanLives12-Feb-06 13:42
ThePmanLives12-Feb-06 13:42 
GeneralRe: Sending Email with Free Webmail Servers Pin
Dave Kreskowiak12-Feb-06 14:08
mveDave Kreskowiak12-Feb-06 14:08 
QuestionHow to connect SQL with VB.NET Pin
umairqayyum11-Feb-06 19:09
umairqayyum11-Feb-06 19:09 
AnswerRe: How to connect SQL with VB.NET Pin
Colin Angus Mackay12-Feb-06 2:03
Colin Angus Mackay12-Feb-06 2:03 
QuestionPrinter.CurrentY question? Pin
bolson5011-Feb-06 17:41
bolson5011-Feb-06 17:41 
AnswerRe: Printer.CurrentY question? Pin
Dave Kreskowiak12-Feb-06 2:27
mveDave Kreskowiak12-Feb-06 2:27 
GeneralRe: Printer.CurrentY question? Pin
bolson5012-Feb-06 9:41
bolson5012-Feb-06 9:41 
thanks dave here is the code that i am trying to use. i added you bit but it prints like this
aaaa
bbbb
cccc
not like aaaa bbbb cccc
i hope this helps

Do Until rs.EOF

RowBuf = rs.GetRows(5000)
RowsReturned = UBound(RowBuf, 2) + 1
For i = 0 To RowsReturned - 1

For s = 0 To 10
Printer.CurrentX = 500
Printer.CurrentY = Printer.CurrentY + (s + 250)
Printer.Print RowBuf(2, i)
Printer.CurrentX = 2000
Printer.CurrentY = Printer.CurrentY + (s + 250)
Printer.Print RowBuf(3, i)
Printer.CurrentX = 2750
Printer.CurrentY = Printer.CurrentY + (s + 250)
Printer.Print RowBuf(4, i)
Printer.CurrentX = 6000
Printer.CurrentY = Printer.CurrentY + (s + 250)
Printer.Print RowBuf(6, i)
Printer.CurrentX = 7500
Printer.CurrentY = Printer.CurrentY + (s + 250)
Printer.Print RowBuf(5, i)
If adoMeds.Recordset.Fields("finish") <> "None" Then
Printer.CurrentX = 9000
Printer.CurrentY = Printer.CurrentY + (s + 250)
Printer.Print RowBuf(7, i)
Else
Printer.CurrentX = 9000
Printer.CurrentY = Printer.CurrentY + (s + 250)
Printer.Print " "

End If
Next s
Next i

Loop
GeneralRe: Printer.CurrentY question? Pin
bolson5012-Feb-06 9:43
bolson5012-Feb-06 9:43 
GeneralRe: Printer.CurrentY question? Pin
bolson5012-Feb-06 10:38
bolson5012-Feb-06 10:38 
Questionhow to solve it? Pin
pandapatin11-Feb-06 17:35
pandapatin11-Feb-06 17:35 
AnswerRe: how to solve it? Pin
Colin Angus Mackay12-Feb-06 2:05
Colin Angus Mackay12-Feb-06 2:05 
QuestionUse sendMessage and Findwindow with VBscript Pin
Ibana11-Feb-06 8:23
Ibana11-Feb-06 8:23 
AnswerRe: Use sendMessage and Findwindow with VBscript Pin
Dave Kreskowiak11-Feb-06 8:35
mveDave Kreskowiak11-Feb-06 8:35 
GeneralRe: Use sendMessage and Findwindow with VBscript Pin
Ibana12-Feb-06 6:36
Ibana12-Feb-06 6:36 
GeneralRe: Use sendMessage and Findwindow with VBscript Pin
Dave Kreskowiak12-Feb-06 12:58
mveDave Kreskowiak12-Feb-06 12:58 
GeneralRe: Use sendMessage and Findwindow with VBscript Pin
Member 1200693326-Jun-18 17:14
Member 1200693326-Jun-18 17:14 
GeneralRe: Use sendMessage and Findwindow with VBscript Pin
Dave Kreskowiak26-Jun-18 17:26
mveDave Kreskowiak26-Jun-18 17:26 
GeneralRe: Use sendMessage and Findwindow with VBscript Pin
Member 1200693327-Sep-18 3:43
Member 1200693327-Sep-18 3:43 
GeneralRe: Use sendMessage and Findwindow with VBscript Pin
Dave Kreskowiak27-Sep-18 4:18
mveDave Kreskowiak27-Sep-18 4:18 
QuestionUsing Icons stroed in the Shell32.dll Pin
Quecumber25611-Feb-06 7:00
Quecumber25611-Feb-06 7:00 
AnswerRe: Using Icons stroed in the Shell32.dll Pin
Dave Kreskowiak11-Feb-06 8:33
mveDave Kreskowiak11-Feb-06 8:33 
GeneralRe: Using Icons stroed in the Shell32.dll Pin
Quecumber25611-Feb-06 12:39
Quecumber25611-Feb-06 12:39 
GeneralRe: Using Icons stroed in the Shell32.dll Pin
Dave Kreskowiak11-Feb-06 15:29
mveDave Kreskowiak11-Feb-06 15:29 
QuestionVBA - how to import outlook express to access Pin
keita0011-Feb-06 1:49
keita0011-Feb-06 1:49 

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.