Click here to Skip to main content
15,911,848 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to develop an application for multiuser Pin
prasadbuddhika13-Jul-07 22:25
prasadbuddhika13-Jul-07 22:25 
GeneralRe: how to develop an application for multiuser Pin
Paul Conrad14-Jul-07 4:27
professionalPaul Conrad14-Jul-07 4:27 
QuestionWhat is the way to use global variable in vb.net Pin
babusat10-Jul-07 18:23
babusat10-Jul-07 18:23 
AnswerRe: What is the way to use global variable in vb.net Pin
Sathesh Sakthivel10-Jul-07 18:35
Sathesh Sakthivel10-Jul-07 18:35 
Questionprinting panel container which have picturebox Pin
Anudeep Jaiswal10-Jul-07 18:10
Anudeep Jaiswal10-Jul-07 18:10 
AnswerRe: printing panel container which have picturebox Pin
Dave Kreskowiak11-Jul-07 3:31
mveDave Kreskowiak11-Jul-07 3:31 
GeneralRe: printing panel container which have picturebox Pin
Anudeep Jaiswal11-Jul-07 23:47
Anudeep Jaiswal11-Jul-07 23:47 
GeneralRe: printing panel container which have picturebox Pin
Dave Kreskowiak12-Jul-07 1:39
mveDave Kreskowiak12-Jul-07 1:39 
In that case, you'll have to create a new Bitmap, the size of the Panel. Then, iterate through the pictureboxes on the Panel and get their images and draw them onto this Bitmap object. Then you can call the Save method on the Bitmap to save the image.


A guide to posting questions on CodeProject[^]

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


QuestionHow to read Data in Farpoint Spread Row and Colunm? PinPopular
Keng Kong10-Jul-07 17:43
Keng Kong10-Jul-07 17:43 
QuestionCheck all checkboxes in ListView control Pin
Mizzie10-Jul-07 16:35
Mizzie10-Jul-07 16:35 
AnswerRe: Check all checkboxes in ListView control [modified] Pin
George B Gilbert10-Jul-07 17:11
George B Gilbert10-Jul-07 17:11 
QuestionVB.NET for web Pin
Bosko197810-Jul-07 15:54
Bosko197810-Jul-07 15:54 
AnswerRe: VB.NET for web Pin
Paul Conrad29-Jul-07 6:10
professionalPaul Conrad29-Jul-07 6:10 
GeneralRe: VB.NET for web Pin
Bosko197829-Jul-07 11:51
Bosko197829-Jul-07 11:51 
QuestionMS Access db Run SQL Query to get result in textbox Pin
svh198510-Jul-07 11:32
svh198510-Jul-07 11:32 
AnswerRe: MS Access db Run SQL Query to get result in textbox Pin
George B Gilbert10-Jul-07 11:52
George B Gilbert10-Jul-07 11:52 
QuestionSaving Data from datagrid in vb.net 2005 Pin
bluesperrow10-Jul-07 7:55
bluesperrow10-Jul-07 7:55 
AnswerRe: Saving Data from datagrid in vb.net 2005 Pin
Dave Kreskowiak10-Jul-07 9:01
mveDave Kreskowiak10-Jul-07 9:01 
AnswerRe: Saving Data from datagrid in vb.net 2005 Pin
George B Gilbert10-Jul-07 12:30
George B Gilbert10-Jul-07 12:30 
QuestionListView add and group items Pin
svh198510-Jul-07 5:52
svh198510-Jul-07 5:52 
AnswerRe: ListView add and group items Pin
George B Gilbert10-Jul-07 6:14
George B Gilbert10-Jul-07 6:14 
GeneralRe: ListView add and group items Pin
svh198510-Jul-07 6:18
svh198510-Jul-07 6:18 
GeneralRe: ListView add and group items Pin
George B Gilbert10-Jul-07 6:38
George B Gilbert10-Jul-07 6:38 
GeneralRe: ListView add and group items Pin
svh198510-Jul-07 6:52
svh198510-Jul-07 6:52 
GeneralRe: ListView add and group items Pin
TwoFaced10-Jul-07 10:44
TwoFaced10-Jul-07 10:44 

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.