Search:

Type: Posts; User: VBNetDude

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: Disable Close Button and Prevent Form Being Moved

    I'm having the same trouble on Windows XP. Everything works great! Thank you very much! I'll take a look at things and report if I find anything to make it work with fixed tool windows.
  2. Replies
    16
    Views
    1,783

    VS 2008 Re: WebBrowser

    I think that:

    ReplaceWithNameOfToolbar.Update
    will refresh your toolbar.

    In order to use a home page, you can save the home page URL in your settings... And when your Browser starts, check to...
  3. Thread: My.Settings

    by VBNetDude
    Replies
    4
    Views
    944

    VS 2008 Re: My.Settings

    Another question: where are these settings stored? I searched the registry, but I didn't find anything... and no file was created by the executable.
  4. Replies
    3
    Views
    1,455

    Re: Complex Numbers

    Boy, this took a while for me to look at, but Thanks!
  5. VS 2005 Re: .exe works but f5 does not.......Need some urgent help

    a simple project with a single form? you might have accidentally compressed more than just the project.

    Maybe the solution is larger? Try just uploading the project then.
  6. Thread: Hidden Dlls

    by VBNetDude
    Replies
    5
    Views
    563

    VS 2008 Re: Hidden Dlls

    hmmm... NOT GOOD NEWS! :)

    Well, do you have any last pointers? C++? I might have to call it a night here.

    I do appreciate your help! Thanks!
  7. VS 2005 Re: .exe works but f5 does not.......Need some urgent help

    If you don't have WinZip, you could also try right-mouse-clicking on you solution folder and selecting Send To -> Compressed (zipped) Folder.
  8. Thread: Hidden Dlls

    by VBNetDude
    Replies
    5
    Views
    563

    VS 2008 Re: Hidden Dlls

    Could I create a DLL App or something, to keep the app running, hidden from the TaskManager that way? The reason I ask is because I have been browsing the internet for 'creating hidden apps', and...
  9. Re: Weired bug - Vb goes to the wrong button

    yeah. If you could post it we could take a look. What is after 'Handled' in the event. Maybe, somehow, the names of the controls got switched?
  10. Thread: Hidden Dlls

    by VBNetDude
    Replies
    5
    Views
    563

    VS 2008 Hidden Dlls

    Well,

    I have created a security program that monitors the keystokes\websites\processes... I want to FIRST ask if this is a legal question; for, my purpose in this program is security reasons (eg....
  11. Replies
    3
    Views
    587

    VS 2008 Re: Creating Internet Ports

    I would like an HTTP Port opened I my computer...
  12. Replies
    3
    Views
    587

    VS 2008 Re: Creating Internet Ports

    Could I create my own server? I guess that is what I am trying to do.

    Here is a link to a website that does something like what I want: HFS ~ HTTP File Server
  13. Replies
    3
    Views
    587

    VS 2008 Creating Internet Ports

    There are some programs like uTorrent that allow me log into them through the url:

    http://localhost:8080/gui/

    How would I be able to create a port like that, and display information there?
  14. Replies
    3
    Views
    639

    VS 2008 Re: App setup window

    That depends. If this form is working with setting, your program could check to see if a 'settings' file exists. If the file does exist, then this is not the first time the program is run. If the...
  15. Replies
    5
    Views
    685

    VS 2008 Re: Changing Font

    Certain words within the label? That may not be possible. You could change the appearence of the RichTextBox control if you really want to have that effect badly enough, but that would be harder. You...
  16. Replies
    11
    Views
    872

    Re: Help Pleaseeeee

    Well, if it would be more understandable, you can accomplish the effect another way. The '{0}' takes the place of Me.txtFirstName.Text, {1} is Me.txtLastName.Text, etc...
    If I wanted to change the...
  17. Replies
    5
    Views
    685

    VS 2008 Re: Changing Font

    I believe you have to set the property before runtime in the properties window.
  18. Replies
    8
    Views
    765

    VS 2010 Re: Hiding a window

    Does this help?
    [Help] Run .exe file and hide from taskbar

    That is for VB 6.0 however. So you may have to do a bit of editing. This one is already in VB .Net:

    The TaskBar and VB.NET --...
  19. Replies
    8
    Views
    765

    VS 2010 Re: Hiding a window

    I think he is talking about another process's window. Say, I want to hide IE from the taskbar...
  20. Replies
    11
    Views
    872

    Re: Help Pleaseeeee

    To display all the text it the CheckListBox use something like this:

    Me.CheckedListBox1.Items.Add(String.Format("{0}, {1} ({2})", Me.txtFirstName.Text, Me.txtLastName.Text, Me.txtBirthday.Text))
    ...
  21. Replies
    8
    Views
    765

    VS 2010 Re: Hiding a window

    hmm... have you tried googling it? I do that, too.
  22. Replies
    8
    Views
    765

    VS 2010 Re: Hiding a window

    In the properties of the form, set the 'ShowInTaskbar' to False. ;)
  23. Replies
    37
    Views
    2,170

    Re: Help with change problem

    Ahh. Well, I did the same thing. I put a breakpoint on the button on Form2, but it wouldn't catch.

    The second form was never being shown. Form1 was set as the Startup Form, which means that it was...
  24. VS 2008 Re: How do I make info from a form go to another form?

    Try this:


    NameOfForm.lblDamage.Text = ...
  25. Replies
    37
    Views
    2,170

    Re: Help with change problem

    Could you post your project as a zip file?
  26. Replies
    15
    Views
    1,714

    VS 2008 Re: Fourth Degree Equation Solver :)

    OK, Thanks for all ther help. I do have some problems to work out, but am pretty busy with other things. So as time comes up, I will start another thread! Thank you, All!
  27. Replies
    15
    Views
    1,275

    VS 2010 Re: [RESOLVED] close after 2 seconds

    That would work as well. :)
  28. Replies
    15
    Views
    1,275

    VS 2010 Re: [RESOLVED] close after 2 seconds

    There you go! Good job!
  29. Replies
    7
    Views
    1,331

    Re: File Type Association

    Thank you for your guys' help!
  30. Replies
    10
    Views
    867

    Re: Question About MDI Forms

    Wow, thanks RinoBull. I see that now!
  31. Replies
    10
    Views
    867

    Re: Question About MDI Forms

    What do you mean by backtrack? If you want to bring a form to the front, you can use this line of code:


    frmForm.SetFocus()
  32. Replies
    10
    Views
    867

    Re: Question About MDI Forms

    I'm not sure what the question is, but you cannot have an mdiparent as a child of another mdiparent.
  33. Replies
    7
    Views
    1,331

    Re: File Type Association

    Hey, Thanks! I might use that. It is a bit smaller than mine... but it doesn't allow me to right mouse click and create a new file with my extention...


    are you creating a nullfile string value,...
  34. Replies
    16
    Views
    1,262

    Re: Deleting my own exe

    Ha! I have done it a few times as well!

    Edit: The Code from MartinLiss Works Great! Thankyou so much!
  35. Thread: Sort Problem

    by VBNetDude
    Replies
    11
    Views
    1,183

    Re: Sort Problem

    So is this working for you? Except the elimination of certain times, that is? I'm sorry, I have been up since 6:00 this morning and it is 1:15 in the morning now...(I have been up for 19 hours.) I'm...
  36. Replies
    7
    Views
    1,331

    Re: File Type Association

    My trouble is that the code doesn't work. I right-mouse-click on the desktop and point to "New"... I cannot find my file in there. So, it doesn't give an error, but the code just doesn't work. Sorry...
  37. Thread: Sort Problem

    by VBNetDude
    Replies
    11
    Views
    1,183

    Re: Sort Problem

    um... the reason I started over is because the method you were using seemed overcomplicated. I had a working code until my vb acted up and I lost everything... So...
  38. Thread: Sort Problem

    by VBNetDude
    Replies
    11
    Views
    1,183

    Re: Sort Problem

    OK, wait... the hours don't work...

    Edit:

    That's Embarrassing! I found that I need to add the increment to the minutes first, not the whole string.
  39. Thread: Sort Problem

    by VBNetDude
    Replies
    11
    Views
    1,183

    Re: Sort Problem

    ah... I see what you mean:

    Try This:


    Const Incrament As Integer = 50

    Private Sub Command1_Click()
    Dim Time As Integer
  40. Thread: Sort Problem

    by VBNetDude
    Replies
    11
    Views
    1,183

    Re: Sort Problem

    In other words, you want to be able to compare the Now() Time to another value?
Results 1 to 40 of 204
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width