Click here to Skip to main content
15,910,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Show RichText in DataGrid fixed Pin
progload16-Aug-04 6:26
progload16-Aug-04 6:26 
GeneralVBA, Excel creating new workbook/sheets Pin
Lord darkblade9-Aug-04 4:24
Lord darkblade9-Aug-04 4:24 
GeneralRe: VBA, Excel creating new workbook/sheets Pin
Dave Kreskowiak9-Aug-04 6:14
mveDave Kreskowiak9-Aug-04 6:14 
GeneralRe: VBA, Excel creating new workbook/sheets Pin
Lord darkblade9-Aug-04 8:09
Lord darkblade9-Aug-04 8:09 
GeneralRe: VBA, Excel creating new workbook/sheets Pin
Dave Kreskowiak9-Aug-04 10:06
mveDave Kreskowiak9-Aug-04 10:06 
QuestionHow to merge two or more MP3 files in VB .Net Pin
tyagimanik9-Aug-04 3:31
tyagimanik9-Aug-04 3:31 
AnswerRe: How to merge two or more MP3 files in VB .Net Pin
Dave Kreskowiak9-Aug-04 6:09
mveDave Kreskowiak9-Aug-04 6:09 
QuestionHow to Draw a Line ??? Pin
Member 7660849-Aug-04 1:10
Member 7660849-Aug-04 1:10 
hi every one,i would like to draw a single line in my form,for that i am using the following code which i got from the samle code,but i just dont know what wrong with my code as i not geting the line,
Dim g As Graphics<br />
       'Sets g to a Graphics object representing the drawing surface of the<br />
       ' control or form g is a member of.<br />
       'g = BtnLogin.CreateGraphics<br />
       g = Me.CreateGraphics<br />
       Dim myPen As New Pen(Color.White)<br />
       myPen.DashStyle = Drawing.Drawing2D.DashStyle.Dash<br />
       myPen.Width = 2<br />
       g.DrawLine(myPen, 4, 2, 12, 6)<br />

pls get back to me.after viewing this
AnswerRe: How to Draw a Line ??? Pin
Dave Kreskowiak9-Aug-04 3:32
mveDave Kreskowiak9-Aug-04 3:32 
AnswerRe: How to Draw a Line ??? Pin
progload9-Aug-04 6:11
progload9-Aug-04 6:11 
Generalusers login from which computer or ip address Pin
stchow8-Aug-04 19:33
stchow8-Aug-04 19:33 
GeneralRe: users login from which computer or ip address Pin
Dave Kreskowiak9-Aug-04 4:34
mveDave Kreskowiak9-Aug-04 4:34 
QuestionIs the original BASIC an interpreted language? Pin
Link26008-Aug-04 11:45
Link26008-Aug-04 11:45 
AnswerRe: Is the original BASIC an interpreted language? Pin
Nick Seng8-Aug-04 16:13
Nick Seng8-Aug-04 16:13 
GeneralRe: Is the original BASIC an interpreted language? Pin
Colin Angus Mackay9-Aug-04 1:59
Colin Angus Mackay9-Aug-04 1:59 
GeneralRe: Is the original BASIC an interpreted language? Pin
Nick Seng9-Aug-04 15:05
Nick Seng9-Aug-04 15:05 
GeneralRe: Is the original BASIC an interpreted language? Pin
Colin Angus Mackay9-Aug-04 20:54
Colin Angus Mackay9-Aug-04 20:54 
GeneralRe: Is the original BASIC an interpreted language? Pin
Nick Seng9-Aug-04 21:14
Nick Seng9-Aug-04 21:14 
GeneralRe: Is the original BASIC an interpreted language? Pin
Colin Angus Mackay9-Aug-04 23:59
Colin Angus Mackay9-Aug-04 23:59 
QuestionHow to query on XML Datasource Pin
iwanandr8-Aug-04 10:58
iwanandr8-Aug-04 10:58 
AnswerRe: How to query on XML Datasource Pin
progload8-Aug-04 17:23
progload8-Aug-04 17:23 
Generalicon Pin
bassemhoussam7-Aug-04 22:29
bassemhoussam7-Aug-04 22:29 
GeneralSkinning Windows Forms Pin
Anonymous7-Aug-04 18:35
Anonymous7-Aug-04 18:35 
Generaldisplay Outlook NoteItem at loading Pin
vancouver7777-Aug-04 14:41
vancouver7777-Aug-04 14:41 
GeneralIm looking for a vb.net tutorial Pin
Tom Dziedzic7-Aug-04 12:53
Tom Dziedzic7-Aug-04 12:53 

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.