Click here to Skip to main content
16,006,442 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to get specific text from a webpage Pin
Guffa5-Jul-08 15:00
Guffa5-Jul-08 15:00 
QuestionPlz. Help anybody Thumb Image Comparing............ Pin
preetmca5-Jul-08 3:13
preetmca5-Jul-08 3:13 
AnswerRe: Plz. Help anybody Thumb Image Comparing............ Pin
Christian Graus5-Jul-08 3:15
protectorChristian Graus5-Jul-08 3:15 
QuestionAvoid key pressing Pin
Ahamed Azeem5-Jul-08 2:39
Ahamed Azeem5-Jul-08 2:39 
AnswerRe: Avoid key pressing Pin
Christian Graus5-Jul-08 3:16
protectorChristian Graus5-Jul-08 3:16 
GeneralRe: Avoid key pressing Pin
Ahamed Azeem6-Jul-08 1:57
Ahamed Azeem6-Jul-08 1:57 
GeneralRe: Avoid key pressing Pin
paas6-Jul-08 4:12
paas6-Jul-08 4:12 
Questionhow to implement recording sound in .net Pin
Ashok Nalam5-Jul-08 0:44
Ashok Nalam5-Jul-08 0:44 
AnswerRe: how to implement recording sound in .net Pin
Christian Graus5-Jul-08 1:18
protectorChristian Graus5-Jul-08 1:18 
QuestionUsing Postscript fonts in treeview? Pin
teddycrew4-Jul-08 23:11
teddycrew4-Jul-08 23:11 
AnswerRe: Using Postscript fonts in treeview? Pin
jzonthemtn6-Jul-08 5:47
jzonthemtn6-Jul-08 5:47 
QuestionFlash OCX control and Visual Studio 2005 issues Pin
~V~4-Jul-08 22:43
~V~4-Jul-08 22:43 
AnswerRe: Flash OCX control and Visual Studio 2005 issues Pin
Christian Graus5-Jul-08 2:08
protectorChristian Graus5-Jul-08 2:08 
QuestionExcel Column Format to "HH:MM:SS.MiliSeconds" Pin
~Khatri Mitesh~4-Jul-08 22:03
~Khatri Mitesh~4-Jul-08 22:03 
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 

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.