Click here to Skip to main content
15,887,267 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionneed to know public IP address using vb.net Pin
Sipder4-Jul-08 21:48
Sipder4-Jul-08 21:48 
AnswerRe: need to know public IP address using vb.net Pin
Rupesh Kumar Swami4-Jul-08 22:56
Rupesh Kumar Swami4-Jul-08 22:56 
AnswerRe: need to know public IP address using vb.net Pin
Luc Pattyn5-Jul-08 3:08
sitebuilderLuc Pattyn5-Jul-08 3:08 
QuestionDifference between Timer.enable and timer.stop Pin
nishkarsh_k4-Jul-08 20:24
nishkarsh_k4-Jul-08 20:24 
AnswerRe: Difference between Timer.enable and timer.stop Pin
Rupesh Kumar Swami4-Jul-08 20:56
Rupesh Kumar Swami4-Jul-08 20:56 
QuestionMultiple Page Printing Pin
rohitpg4-Jul-08 19:43
rohitpg4-Jul-08 19:43 
AnswerRe: Multiple Page Printing Pin
jzonthemtn5-Jul-08 2:32
jzonthemtn5-Jul-08 2:32 
AnswerRe: Multiple Page Printing Pin
Andy_L_J6-Jul-08 9:24
Andy_L_J6-Jul-08 9:24 
You check for a condition that says that you need a new page, then use HasMorePages = True to tell your program that there is more to be printed.

For i As Integer = curLine to LinesREQ
Do While (pageLine <= linesPerPage) And (CurRow <= LinesREQ)

  ' Printing logic here

  If pageLine > linesPerPage Then
    e.HasMorePages = True
    Exit For
  Else
    e.HasMorePages = Flasle
  End If
Loop
Next


I don't speak Idiot - please talk slowly and clearly

QuestionWeb out put for VB.Net Project Pin
rrrriiizz4-Jul-08 19:43
rrrriiizz4-Jul-08 19:43 
AnswerRe: Web out put for VB.Net Project Pin
Christian Graus5-Jul-08 2:10
protectorChristian Graus5-Jul-08 2:10 
Questionhi to all Pin
iamneeraj4-Jul-08 18:54
iamneeraj4-Jul-08 18:54 
AnswerRe: hi to all Pin
Christian Graus5-Jul-08 2:09
protectorChristian Graus5-Jul-08 2:09 
AnswerRe: hi to all Pin
Paul Conrad6-Jul-08 6:24
professionalPaul Conrad6-Jul-08 6:24 
QuestionTelling the computer to shutdown, restart, standby, and hibernate Pin
jacobjordan4-Jul-08 13:31
jacobjordan4-Jul-08 13:31 
AnswerRe: Telling the computer to shutdown, restart, standby, and hibernate Pin
Luc Pattyn4-Jul-08 15:35
sitebuilderLuc Pattyn4-Jul-08 15:35 
AnswerRe: Telling the computer to shutdown, restart, standby, and hibernate Pin
jzonthemtn4-Jul-08 15:36
jzonthemtn4-Jul-08 15:36 
GeneralRe: Telling the computer to shutdown, restart, standby, and hibernate Pin
jacobjordan4-Jul-08 16:10
jacobjordan4-Jul-08 16:10 
GeneralRe: Telling the computer to shutdown, restart, standby, and hibernate Pin
jzonthemtn4-Jul-08 16:37
jzonthemtn4-Jul-08 16:37 
QuestionJust wondering about the/any differences in this code? Pin
LloydA1114-Jul-08 10:46
LloydA1114-Jul-08 10:46 
AnswerRe: Just wondering about the/any differences in this code? Pin
jacobjordan4-Jul-08 12:03
jacobjordan4-Jul-08 12:03 
GeneralRe: Just wondering about the/any differences in this code? Pin
LloydA1114-Jul-08 12:04
LloydA1114-Jul-08 12:04 
GeneralRe: Just wondering about the/any differences in this code? Pin
Christian Graus4-Jul-08 12:07
protectorChristian Graus4-Jul-08 12:07 
GeneralRe: Just wondering about the/any differences in this code? Pin
LloydA1114-Jul-08 13:15
LloydA1114-Jul-08 13:15 
GeneralRe: Just wondering about the/any differences in this code? Pin
supercat94-Jul-08 13:19
supercat94-Jul-08 13:19 
GeneralRe: Just wondering about the/any differences in this code? Pin
LloydA1114-Jul-08 13:23
LloydA1114-Jul-08 13:23 

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.