Click here to Skip to main content
15,888,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionError while updating webreference in VB.net Project Pin
chepps13-May-07 21:31
chepps13-May-07 21:31 
Questionpowerpoint automation via Microsoft.Office.Interop.PowerPoint in vb.net Pin
uglyeyes13-May-07 21:27
uglyeyes13-May-07 21:27 
AnswerRe: powerpoint automation via Microsoft.Office.Interop.PowerPoint in vb.net Pin
uglyeyes14-May-07 17:19
uglyeyes14-May-07 17:19 
Questionintegration of .net framework 2.0 Pin
Sonia Gupta13-May-07 20:19
Sonia Gupta13-May-07 20:19 
AnswerRe: integration of .net framework 2.0 Pin
Christian Graus13-May-07 20:31
protectorChristian Graus13-May-07 20:31 
QuestionRe: integration of .net framework 2.0 Pin
Sonia Gupta13-May-07 20:52
Sonia Gupta13-May-07 20:52 
QuestionPrint without prompt [modified] Pin
Suhail Shahab13-May-07 20:12
Suhail Shahab13-May-07 20:12 
AnswerRe: Print without prompt Pin
Dave Kreskowiak14-May-07 4:16
mveDave Kreskowiak14-May-07 4:16 
You can get the names of all the installed printers from the System.Drawing.Printing.PrinterSettings.InstalledPrinters collection. Then in your printing code, you can set the PrinterName property of your PrinterSettings object to the name of the printer you want to print on. To start the printing code, all you have to do is call the Print method on your PrintDocument object.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Print without prompt Pin
Suhail Shahab15-May-07 20:44
Suhail Shahab15-May-07 20:44 
GeneralRe: Print without prompt Pin
Dave Kreskowiak16-May-07 13:27
mveDave Kreskowiak16-May-07 13:27 
QuestionHow to get data in column from dataset Pin
somchoto13-May-07 19:33
somchoto13-May-07 19:33 
AnswerRe: How to get data in column from dataset Pin
Sonia Gupta13-May-07 19:38
Sonia Gupta13-May-07 19:38 
AnswerRe: How to get data in column from dataset Pin
theScorp13-May-07 19:42
theScorp13-May-07 19:42 
GeneralRe: How to get data in column from dataset [modified] Pin
Sonia Gupta13-May-07 19:52
Sonia Gupta13-May-07 19:52 
GeneralRe: How to get data in column from dataset Pin
theScorp13-May-07 20:51
theScorp13-May-07 20:51 
QuestionRe: How to get data in column from dataset Pin
Sonia Gupta13-May-07 20:55
Sonia Gupta13-May-07 20:55 
AnswerRe: How to get data in column from dataset Pin
theScorp13-May-07 21:06
theScorp13-May-07 21:06 
AnswerRe: How to get data in column from dataset Pin
somchoto13-May-07 20:33
somchoto13-May-07 20:33 
GeneralRe: How to get data in column from dataset Pin
theScorp13-May-07 20:59
theScorp13-May-07 20:59 
AnswerRe: How to get data in column from dataset [Thank YOu] Pin
somchoto13-May-07 21:27
somchoto13-May-07 21:27 
Questionminor math question Pin
crash89313-May-07 18:45
crash89313-May-07 18:45 
AnswerRe: minor math question Pin
GgAben13-May-07 22:15
GgAben13-May-07 22:15 
GeneralRe: minor math question Pin
crash89313-May-07 23:30
crash89313-May-07 23:30 
GeneralRe: minor math question Pin
The ANZAC14-May-07 2:17
The ANZAC14-May-07 2:17 
QuestionHow to remove icon Pin
Rupesh Kumar Swami13-May-07 18:35
Rupesh Kumar Swami13-May-07 18:35 

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.