Search:

Type: Posts; User: Teh_VB_Helper

Search: Search took 0.03 seconds.

  1. Poll: .NET 2010 - Multithreading + Trimming TCP/IP Chat + Server

    Ello, All. Here's my new Chat Program. It includes a server and a client.
    You can download the source, client, and server here.
    The source from pastebin(server)here
    The source from...
  2. Replies
    4
    Views
    2,763

    VS 2010 Re: ASPX/ASP.NET and WAMP?

    I am using windows. Sorry, its an extremely later reply. Anyways, the post below helped, but the site closed down.
    Im building a new website :)
  3. Replies
    4
    Views
    2,763

    VS 2010 ASPX/ASP.NET and WAMP?

    Hey all.

    I'm having a bit of trouble. Maybe I shouldn't ask here, but who COULD I ask?
    I have a great website in ASP.NET for my site, Server-X(currently in HTML at http://serverx.ath.cx)I have...
  4. Replies
    52
    Views
    3,032

    VS 2008 Re: Login screen

    Well sorry :P
  5. VS 2008 Re: Converting a string to System.Drawing.Font

    How bout' an easier way: FontDialog.
    It's waayyy easier.
  6. VS 2010 Re: VB 2010: Detecting String in between 2 characters

    Look, I have to say, I'm a noob. what is "foo", just something u picked out, or what? I need this program to know when someone types a quote, then something in between it, and the selection ends when...
  7. Replies
    52
    Views
    3,032

    VS 2008 Re: Login screen

    ehh, i need some bits of code from your project. please put the source on vb.pastebin.com and give a link so I know what i'm working with
    Try something like an if statement to read the username,...
  8. VS 2008 Re: Converting a string to System.Drawing.Font

    Ok, I'm guessing you're using a textbox to make the sizes and all?
    Use cType
    Example:

    Label1.Font = CType(textbox1, font).Text

    Tell if works
  9. VS 2010 Re: VB 2010: Detecting String in between 2 characters

    I'm trying to make a Syntax Highlighter for a game called "SA-MP". There is a coding program that I am trying to make better, so I decided to start coding. I need syntax. I need it to detect when...
  10. VS 2010 Re: VB 2010: Detecting String in between 2 characters

    replies?
  11. Replies
    10
    Views
    1,709

    Re: Creating a networking application in VB

    I know there HAS to be a way to copy the OCX file to the system32 directory -- but let me ask, why is your program looking there? if you make an installer, it should extract it all to one folder,...
  12. VS 2008 Re: Need Help - Webbrowser navigate collect html in Loop?

    Is this to be collected FROM the webbrowser, or are you making it so you can see the HTML from another form item?
  13. VS 2010 VB 2010: Detecting String in between 2 characters

    Yep, I need help!
    As the title states, I need help detecting the string between 2 characters, EG
    " is the starting character
    anything the user types is the string
    " is the ending character
    like...
Results 1 to 13 of 17



Click Here to Expand Forum to Full Width