Search:

Type: Posts; User: JugglingReferee

Page 1 of 4 1 2 3 4

Search: Search took 0.11 seconds.

  1. Re: Adding more then one control to a tablecell

    Your subject should be:

    "Adding more than one control to a tablecell"

    http://hubpages.com/hub/Grammar_Mishaps__Then_vs_Than
  2. Replies
    3
    Views
    616

    Re: Getting parts of CMD output

    Sure, I know Acronis.

    If you can input an cmd window, why not use a Regex expression to find the "25"?

    Shouldn't it be

    [<38 * any char>] 25%

    ?
  3. Replies
    6
    Views
    738

    VS 2008 Re: 7 into 1

    +1 !!
  4. Replies
    6
    Views
    738

    VS 2008 Re: 7 into 1

    Can you datatype handle an integer value as high as

    024,024,024,024,024,024,024?

    Each grouping is the value for that day.
  5. VS 2008 Re: How to retrieve network SSID or list of available networks

    What about determining if the network connected to is secure.

    That is, if it is a wireless network, that it is not unencrypted.

    I'm gunna look for that code...
  6. Replies
    4
    Views
    778

    Re: Help With Running Totals

    I'm guessing that View Summary is a button?

    What control actually displays the info when you click View Summary?

    You probably have something like this when you click Clear Employee:
    ...
  7. VS 2008 Re: Display a locally stored HTML file in WebBrowser1

    I'm sure that I was on the right track, but having never used a Browser control, I am not 100% on the syntax. I'm sure with some tweaking you can correct the error. I have to go re-arrange some...
  8. Replies
    42
    Views
    31,840

    Re: screen capture

    You're kidding, right?
  9. Replies
    18
    Views
    1,965

    VS 2008 Re: [HELP] Progress bar + Label Change

    Does the progress bar represent all timers together, or only each timer by itself?
  10. VS 2008 Re: Display a locally stored HTML file in WebBrowser1

    I telnet'ed into their server, hacked their SQL account, and changed the post_time for my post. :afrog:
  11. Replies
    18
    Views
    1,965

    VS 2008 Re: [HELP] Progress bar + Label Change

    I have no idea what you're trying to accomplish.
  12. VS 2008 Re: Display a locally stored HTML file in WebBrowser1

    Try this:

    WebBrowser1.URL = "file:///" & Application.StartupPath.ToString() & "\Files\List.html"

    Or use .Navigate
  13. VS 2008 Re: Display a locally stored HTML file in WebBrowser1

    file:///c:\path\file.extension

    Change the red part, keep the black part as you see it.
  14. VS 2008 Re: Questions about using a database with VB

    http://www.microsoft.com/express/

    SQL Server 2008 Express provides developers with high-end database features that enables developers to create powerful databases for Windows and the Web.

    SQL...
  15. Replies
    6
    Views
    617

    Re: My New Hobby

    VB.NET would likely be easiest for you. There are Express (free) editions for you to use.

    You should also check into the EULA for VB Express Edition as well.
  16. Replies
    10
    Views
    1,279

    VS 2008 Re: Run CMD, and command.

    I'm a newbie to programming after a few (ahem) years break. I know exactly what I want to do, but not sure how to do it in .NET. I have found that 90% of the time when I need to know how to do...
  17. Replies
    11
    Views
    996

    Re: is this that easy??

    Can you provide a link to the excellent example you mentioned, as well as the one line of code?
  18. VS 2008 Re: Tie a button event to textBox

    I believe you can also capture a KeyPress and if that KeyPress is the enter key, add .Text to the ListBox.
  19. Replies
    1
    Views
    578

    VS 2008 Re: Submit to website?

    Look up the HTML tag form, and its methods get, and put.

    If you use PHP, which I do, a URL formatted as

    www. mydomain .com/webpage.php?var=data&var2=moredata

    will have available to the...
  20. Replies
    2
    Views
    514

    VS 2005 Re: Caller ID Application in Vs2005

    Why don't you show us what you have so far, even Hyperterminal related?
  21. Replies
    12
    Views
    1,036

    VS 2008 Re: Windows 7 and Data Connections

    No, I do not believe it will work.
  22. Replies
    12
    Views
    1,036

    VS 2008 Re: Windows 7 and Data Connections

    How can what be done programatically? I'm guessing you want something like this:


    If Environment.Version = "Professional Edition" Then
    TargetCPU = "x86"
    End If


    ???
  23. Replies
    12
    Views
    1,036

    VS 2008 Re: Windows 7 and Data Connections

    What version of Visual Basic are you using? If you're using a non-Express Edition:

    On a VS2008 project, if you chance the Target CPU to x86, it will work. (I went through the same thing using...
  24. Replies
    12
    Views
    1,036

    VS 2008 Re: Windows 7 and Data Connections

    This is the same dialog box when I try to import an Excel file on Vista 64, where there is no 64-bit JET resource.

    Could my situation and your situation be related?
  25. Replies
    7
    Views
    1,852

    VS 2005 Re: Leap year validation(vb.net 2005)

    What are your two dates?
  26. Replies
    5
    Views
    1,780

    Re: CInt Size

    http://www. vb dot net forums .com/vb-net-general-discussion/30421-what-purpose-cint.html
  27. Re: How to convert 1 to "One", 2 to "Two", etc

    So then we can't convert the US national debt using this class. :eek:
  28. Re: How to convert 1 to "One", 2 to "Two", etc

    Try this:

    http://www.codeproject.com/KB/miscctrl/NumberToText.aspx
  29. Replies
    131
    Views
    209,766

    Re: Download Files From Web With Progressbar

    Speed is simply data transfered/time interval.

    Do you know how to add in code to determine how much data has been received, and how to track how much time has elapsed?
  30. Replies
    15
    Views
    3,748

    Re: Easter Egg

    If a user incorrectly uses an app that generates errors, does the app do something positive? :afrog:
  31. Replies
    15
    Views
    3,748

    Re: Easter Egg

    My app is a tackle football application for coaches/players/referees that manages your season, whether it be games, stats, or calls (for refs).

    Coaches can create a "career", then create "seasons"...
  32. Replies
    15
    Views
    3,748

    Easter Egg

    So I'm on the way out of the woods for my latest app, which will have users across the nation.

    I'd like to put in an Easter Egg, but ideas are escaping me.

    Does anyone have a good idea for an...
  33. Replies
    4
    Views
    923

    VS 2008 Re: DevExpress and CodeRush

    Oh ok. Understood.

    I downloaded this DevExpress package weeks and weeks ago only because it looked like I should.

    I finally got around to installing it and trying them, and CodeRush was the...
  34. Replies
    2
    Views
    736

    Re: larger icon

    Try this link:

    http://www.vbforums.com/showthread.php?t=334030&highlight=icons
  35. Replies
    4
    Views
    923

    VS 2008 Re: DevExpress and CodeRush

    I agree about the controls and paying for them.

    However, I think there certainly is an aspect that is about controls. They have a TrackBar with two arrows, allowing you to set a range (i started...
  36. Replies
    4
    Views
    634

    Re: Listboxes question

    Remember to highlight your code, then click the VBCode icon near the top right of the online textbox when entering your message. When the alert appears, enter vb.net so that the code is highlighted...
  37. Replies
    4
    Views
    923

    VS 2008 DevExpress and CodeRush

    Does anyone have any experience with DevExpress and/or their CodeRush product?

    It is a set on pretty cool controls.

    However, using their controls adds a startup form to your app that advertises...
  38. Replies
    4
    Views
    634

    Re: Listboxes question

    Welcome to the forums.

    You should always post code, even if it didn't work. Maybe there is just a small bug and we can point that out and you'll be all set.
  39. VS 2008 Re: Which version .net framework for vs2008

    VS2008 can create EXEs requiring .NET 2.0, 3.0, and 3.5.

    The default is .NET 3.5.

    To change the required framework, navigate to Project Properties > Compile > Advanced Compile Options > Target...
  40. VS 2008 Re: [RESOLVED] Snap form to outer edge of another form.

    Glad to help you get it working. :D :eek:
Results 1 to 40 of 160
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width