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

Visual Basic

 
GeneralRe: Reading form names from the proj in vb.net Pin
Christian Graus1-Feb-05 17:12
protectorChristian Graus1-Feb-05 17:12 
GeneralCut PNG file or any image Pin
Just Greeky Creek1-Feb-05 0:25
Just Greeky Creek1-Feb-05 0:25 
GeneralRe: Cut PNG file or any image Pin
Robert Rohde1-Feb-05 8:55
Robert Rohde1-Feb-05 8:55 
QuestionHow to get hDC of a picturebox? Pin
rushing31-Jan-05 23:01
rushing31-Jan-05 23:01 
Generaltextboxes Pin
fo0lish31-Jan-05 22:54
fo0lish31-Jan-05 22:54 
GeneralRe: textboxes Pin
Just Greeky Creek1-Feb-05 1:39
Just Greeky Creek1-Feb-05 1:39 
GeneralRe: textboxes Pin
Dave Kreskowiak1-Feb-05 3:54
mveDave Kreskowiak1-Feb-05 3:54 
GeneralRe: textboxes Pin
fo0lish1-Feb-05 12:40
fo0lish1-Feb-05 12:40 
this is what i came up with but it doesent work
<br />
    Friend Sub DisplayText(ByVal text As String)<br />
        Try<br />
<br />
            frmB.txtpbchat.SelectionColor = System.Drawing.Color.Navy<br />
            frmB.txtpbchat.Text = text & Environment.NewLine & frmB.txtpbchat.Text<br />
<br />
        Catch ex As Exception<br />
            MessageBox.Show(ex.ToString)<br />
<br />
        End Try<br />
    End Sub<br />

GeneralRe: textboxes Pin
Dave Kreskowiak1-Feb-05 17:28
mveDave Kreskowiak1-Feb-05 17:28 
QuestionHow to capture screen in VB.net? Pin
rushing31-Jan-05 21:01
rushing31-Jan-05 21:01 
AnswerRe: How to capture screen in VB.net? Pin
Dave Kreskowiak1-Feb-05 3:52
mveDave Kreskowiak1-Feb-05 3:52 
GeneralRe: How to capture screen in VB.net? Pin
rushing1-Feb-05 14:46
rushing1-Feb-05 14:46 
GeneralThe whole source code . Pin
rushing1-Feb-05 14:51
rushing1-Feb-05 14:51 
GeneralRe: The whole source code . Pin
Dave Kreskowiak1-Feb-05 17:59
mveDave Kreskowiak1-Feb-05 17:59 
GeneralSynchronize two databases Pin
Aman Ullah Principal Software Engineer31-Jan-05 21:00
Aman Ullah Principal Software Engineer31-Jan-05 21:00 
GeneralRe: Synchronize two databases Pin
Dave Kreskowiak1-Feb-05 3:43
mveDave Kreskowiak1-Feb-05 3:43 
GeneralSynchronize two database Pin
Aman Ullah Principal Software Engineer31-Jan-05 20:58
Aman Ullah Principal Software Engineer31-Jan-05 20:58 
GeneralPrinting in VB.net (Please Please help me) Pin
Aman Ullah Principal Software Engineer31-Jan-05 18:31
Aman Ullah Principal Software Engineer31-Jan-05 18:31 
GeneralRe: Printing in VB.net (Please Please help me) Pin
Dave Kreskowiak1-Feb-05 3:39
mveDave Kreskowiak1-Feb-05 3:39 
GeneralVB.Net and Access Stored Procedures Pin
BlueMurderJay31-Jan-05 16:44
BlueMurderJay31-Jan-05 16:44 
GeneralRe: VB.Net and Access Stored Procedures Pin
Just Greeky Creek1-Feb-05 1:41
Just Greeky Creek1-Feb-05 1:41 
GeneralRe: VB.Net and Access Stored Procedures Pin
BlueMurderJay1-Feb-05 14:39
BlueMurderJay1-Feb-05 14:39 
GeneralRe: VB.Net and Access Stored Procedures Pin
BlueMurderJay1-Feb-05 14:44
BlueMurderJay1-Feb-05 14:44 
GeneralRe: VB.Net and Access Stored Procedures Pin
BlueMurderJay1-Feb-05 16:11
BlueMurderJay1-Feb-05 16:11 
GeneralRe: VB.Net and Access Stored Procedures Pin
Dave Kreskowiak1-Feb-05 18:06
mveDave Kreskowiak1-Feb-05 18:06 

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.