Click here to Skip to main content
15,902,891 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralClient area / Non-client area Pin
cnurse18-Dec-03 2:32
cnurse18-Dec-03 2:32 
GeneralWindows Message Queue Service (VB.NET) Pin
Nic Rowan17-Dec-03 20:31
Nic Rowan17-Dec-03 20:31 
GeneralAdd a new line to a text File Pin
Bondtje17-Dec-03 8:57
Bondtje17-Dec-03 8:57 
GeneralRe: Add a new line to a text File Pin
Dave Kreskowiak17-Dec-03 11:18
mveDave Kreskowiak17-Dec-03 11:18 
GeneralRe: Add a new line to a text File Pin
Bondtje17-Dec-03 12:24
Bondtje17-Dec-03 12:24 
QuestionHow make a picturebox public to forms?VB.net Pin
MJay17-Dec-03 7:52
MJay17-Dec-03 7:52 
AnswerRe: How make a picturebox public to forms?VB.net Pin
Zipadie Doodah18-Dec-03 6:22
Zipadie Doodah18-Dec-03 6:22 
Questionhow to set bmp format setting??VB.net Pin
MJay17-Dec-03 2:57
MJay17-Dec-03 2:57 
i set variable as a bitmap buffer

dim bufferBmp As Bitmap
Dim myfont As Font = New Font(New FontFamily("Arial"), 8, FontStyle.Regular)

when i use drawstring on the bitmap and display it on a picbox

g.DrawString("Start", myfont, mysolidbrush, startdrawx, d)

the output of the string seems like become bolded and unclear, it will never happen when i draw directly on the picturebox, i need to use bitmap buffer due to certain reasons, somebody suggested me set the pixel format of the bmp using Format32bppArgb or Format32bppPArgb.
but i really a beginner in VB.Net, anyone can provide me the sample coding to set the format??
thanks for any help!!
AnswerRe: how to set bmp format setting??VB.net Pin
Dave Kreskowiak17-Dec-03 5:52
mveDave Kreskowiak17-Dec-03 5:52 
GeneralDistributed Application. Pin
srieen17-Dec-03 2:54
srieen17-Dec-03 2:54 
GeneralRe: Distributed Application. Pin
Colin Angus Mackay17-Dec-03 3:19
Colin Angus Mackay17-Dec-03 3:19 
QuestionHow can I with Tabcontrol select/focus any TabPage Pin
jlizardo17-Dec-03 2:50
jlizardo17-Dec-03 2:50 
AnswerRe: How can I with Tabcontrol select/focus any TabPage Pin
Dave Kreskowiak17-Dec-03 5:13
mveDave Kreskowiak17-Dec-03 5:13 
GeneralRe: How can I with Tabcontrol select/focus any TabPage Pin
Member 76608420-Dec-03 18:49
Member 76608420-Dec-03 18:49 
GeneralRe: How can I with Tabcontrol select/focus any TabPage Pin
Dave Kreskowiak21-Dec-03 6:32
mveDave Kreskowiak21-Dec-03 6:32 
GeneralContext menu windows and combo box windows Pin
cnurse17-Dec-03 1:45
cnurse17-Dec-03 1:45 
GeneralPersisting properties of child controls contained in USER CONTOLS Pin
cnurse17-Dec-03 0:03
cnurse17-Dec-03 0:03 
GeneralRe: Persisting properties of child controls contained in USER CONTOLS Pin
steff kamush17-Dec-03 22:02
steff kamush17-Dec-03 22:02 
GeneralRe: Persisting properties of child controls contained in USER CONTOLS Pin
cnurse18-Dec-03 2:29
cnurse18-Dec-03 2:29 
GeneralDrawing our Own Charts on Forms with out using the MSChart Control Pin
EmanAli16-Dec-03 22:26
EmanAli16-Dec-03 22:26 
GeneralRe: Drawing our Own Charts on Forms with out using the MSChart Control Pin
Dave Kreskowiak17-Dec-03 4:31
mveDave Kreskowiak17-Dec-03 4:31 
GeneralRe: My Question is How can i do that. drawing charts without using MS Chart controll Pin
EmanAli17-Dec-03 4:52
EmanAli17-Dec-03 4:52 
GeneralRe: My Question is How can i do that. drawing charts without using MS Chart controll Pin
Dave Kreskowiak17-Dec-03 5:40
mveDave Kreskowiak17-Dec-03 5:40 
GeneralRe: My Question is How can i do that. drawing charts without using MS Chart controll Pin
EmanAli19-Dec-03 4:39
EmanAli19-Dec-03 4:39 
QuestionHow to do double bufferring on a picbox?VB.Net Pin
MJay16-Dec-03 20:44
MJay16-Dec-03 20: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.