Search:

Type: Posts; User: The Chosen One

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    467

    VS 2005 Referencing a form

    Hi guys and gals,

    example:
    textbox1.text = "frmHelp"

    ...is it possible to go to the form (.show) by simply using the form's name, also how?

    Thanks in advance! :)
  2. How to make a control refer to itself?

    Hi guys & gals!

    Im working on a project and just wanted to know to make a control refer to itself?
    I know that by using the word "Me", the system refers to the form but how about the control. I...
  3. Replies
    1
    Views
    500

    Web Browser Difficulty

    Hi guys & gals!

    I have created a web browser and want to add a copy/paste event.

    I know to copy something to the clipboard i would use:


    Clipboard.SetDataObject()

    ...so i tried:
  4. Replies
    3
    Views
    637

    [2008] Load a form BUT NOT SHOW IT

    Hi guys and gals, i was just wondering is it possible to load a form into memory prior to showing it?

    Problem is that i have a form with many objects and references to my database and when the...
  5. Replies
    2
    Views
    614

    Re: [2005] Swapping Panels

    That worked fine!
    Thank you for your help!
    Rated!
  6. Replies
    2
    Views
    614

    [RESOLVED] [2005] Swapping Panels

    Hi guys & gals, just wanted to know if theres a way to transfer the contents of one panel to another panel?

    the panel i wanted to retrieve the contents from is on another form. SO far heres what...
  7. Replies
    4
    Views
    2,750

    Re: [2005] Drawing a circle

    Thanks mate, that worked perfect!
    Much Appreciated! =)
  8. Replies
    4
    Views
    2,750

    [2005] Drawing a circle

    Hi, im new to vb ...well vb.net

    In vb6 it was too easy to create a circle but in VB.NET how do you draw a circle in designer view (so i can see the circle >>> BEFORE <<< dubugging)?

    Thanks...
  9. Re: [2005] Creating an Instance of a timer object

    hmmm.interesting, reading now...
  10. [2005] Creating an Instance of a timer object

    Hi guys, i have just created a new module and want to insert a timer into a sub-routine.

    so far i have:


    Module subs

    Sub formFadeOut(ByVal currentForm As Form, ByVal newForm As Form)

    ...
  11. Can Visual Studio 2008 run smoothly on a Intel Atom N270 Processor?

    What do you guys/gals think of this laptop:
    ...
  12. Replies
    2
    Views
    486

    [2008] VB.NET + Flash = ?

    Hi guys, i was just wondering if its possible to implement a flash file(.flv) into a VB application?

    Many Thanks!
  13. Re: Problem ....winsock Connection ....plz Help!

    ...nah it doesent work! =(
  14. Problem ....winsock Connection ....plz Help!

    Hi guys, im making a program that will accept incoming winsock requests. This form is listening & should accept any requests. The problem is in BOLD, the compiler simply wont compile!!! :(


    ...
  15. Replies
    5
    Views
    758

    Re: Textbox problem ....any help guys?

    Thanks alot! That worked! :D :D :D

    MUCH APPRECIATED! :thumb:
  16. Replies
    5
    Views
    758

    Re: Textbox problem ....any help guys?

    Sorry, code error .....this is the correct code:



    Private Sub txtMain_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtMain.KeyDown
    Dim...
  17. Replies
    5
    Views
    758

    Textbox problem ....any help guys?

    Hi, i have a textbox and when i click the "Enter" key i want a message box to pop up showing the text of the previous line ....any help guys? :confused:

    ....Much appreciated! :thumb:


    So...
Results 1 to 17 of 17



Click Here to Expand Forum to Full Width