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

Visual Basic

 
GeneralRe: array style codeprovider in .net Pin
cstrader23214-Apr-08 2:53
cstrader23214-Apr-08 2:53 
GeneralRe: array style codeprovider in .net Pin
Luc Pattyn14-Apr-08 3:31
sitebuilderLuc Pattyn14-Apr-08 3:31 
GeneralRe: array style codeprovider in .net Pin
cstrader23214-Apr-08 4:06
cstrader23214-Apr-08 4:06 
Generalerror running application on other computer Pin
shee_dee8613-Apr-08 15:41
shee_dee8613-Apr-08 15:41 
GeneralRe: error running application on other computer Pin
Christian Graus13-Apr-08 15:55
protectorChristian Graus13-Apr-08 15:55 
GeneralRe: error running application on other computer Pin
shee_dee8613-Apr-08 18:32
shee_dee8613-Apr-08 18:32 
GeneralRe: error running application on other computer Pin
Christian Graus13-Apr-08 18:38
protectorChristian Graus13-Apr-08 18:38 
GeneralHttp server for VB.net Pin
reptilematt13-Apr-08 6:56
reptilematt13-Apr-08 6:56 
GeneralRe: Http server for VB.net Pin
jzonthemtn13-Apr-08 8:07
jzonthemtn13-Apr-08 8:07 
GeneralRe: Http server for VB.net Pin
shee_dee8613-Apr-08 15:14
shee_dee8613-Apr-08 15:14 
Generalcode for calcualtion and aso couting current row Pin
Member 444291613-Apr-08 5:33
Member 444291613-Apr-08 5:33 
GeneralRe: code for calcualtion and aso couting current row Pin
Christian Graus13-Apr-08 11:23
protectorChristian Graus13-Apr-08 11:23 
GeneralRe: code for calcualtion and aso couting current row Pin
Member 444291613-Apr-08 16:10
Member 444291613-Apr-08 16:10 
GeneralRe: code for calcualtion and aso couting current row Pin
Christian Graus13-Apr-08 16:34
protectorChristian Graus13-Apr-08 16:34 
QuestionWhere to start to develop a Windows-based videophone? Pin
chuckles_net13-Apr-08 5:05
chuckles_net13-Apr-08 5:05 
AnswerRe: Where to start to develop a Windows-based videophone? Pin
Thomas Stockwell13-Apr-08 7:02
professionalThomas Stockwell13-Apr-08 7:02 
GeneralRe: Where to start to develop a Windows-based videophone? Pin
chuckles_net14-Apr-08 2:15
chuckles_net14-Apr-08 2:15 
GeneralPrinting Problem [modified] Pin
Zaegra13-Apr-08 3:53
Zaegra13-Apr-08 3:53 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 4:01
sitebuilderLuc Pattyn13-Apr-08 4:01 
Hi,

I don't know how you did this, but the URL is not visible in your post; it is visible
when I start a reply though, on top of the edit window I am typing in.

I haven't seen the JPG, uploadgeek seems extremely slow...

anyway, the normal way of doing print stuff is create a Control that somehow shows your
output on screen, then do the regular print operations to get that Control printed,
i.e. the OnPaint() method you create to display on screen will also be used when printing.
I tend to use a Panel, and paint all strings and images myself (with Graphics.DrawString
and Graphgics.DrawImage).

You can see a one-page printout example in my Sokoban article (it is C#, but exactly the
same stuff can be done in VB.NET).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Printing Problem Pin
Zaegra13-Apr-08 5:24
Zaegra13-Apr-08 5:24 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 6:28
sitebuilderLuc Pattyn13-Apr-08 6:28 
GeneralRe: Printing Problem Pin
Smithers-Jones13-Apr-08 7:03
Smithers-Jones13-Apr-08 7:03 
GeneralRe: Printing Problem Pin
Zaegra13-Apr-08 8:12
Zaegra13-Apr-08 8:12 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 10:10
sitebuilderLuc Pattyn13-Apr-08 10:10 
Questionchange password Pin
bapu288913-Apr-08 3:41
bapu288913-Apr-08 3:41 

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.