Search:

Type: Posts; User: smart_phil_dude1

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Opening a Form from an existing C# DLL

    Well, I guess that's true.
  2. Opening a Form from an existing C# DLL

    Let's say you stored a Form in a separate DLL file created using C#, and you wanted to open up that form from your application. Here is what you can do:

    Step 1: Place the DLL file in the directory...
  3. Replies
    6
    Views
    789

    Re: [2005] WinXP Settings

    oh sweet thanks a bunch!
  4. Replies
    6
    Views
    789

    Re: [2005] WinXP Settings

    ok that helps a lot.
    RobDog, how would i create an "answer file"?
  5. Replies
    6
    Views
    789

    [RESOLVED] [2005] WinXP Settings

    i want to create something that would set all of my windows xp settings for me for whenever i re-install windows xp (i seem to do that a lot). where would i go about starting this?
  6. Replies
    10
    Views
    913

    Re: Variable Types

    well i tried what you explained and i still get an error
  7. Replies
    10
    Views
    913

    Re: Variable Types

    i set it up into different lines, just like using your second example...
  8. Replies
    10
    Views
    913

    Re: Variable Types

    well, i am programming an application that reads off multiple lines on a txt file, but it won't read multiple lines, it only works if one line is written.
  9. Replies
    10
    Views
    913

    Variable Types

    As String would be a single line of text, what would be the variable type for multiple lines of text?
  10. Replies
    17
    Views
    1,482

    Re: [2005] filesystemwatcher

    yeah i made everything close... I think maybe it takes a while to close first and it's not waiting for it to close...
  11. Replies
    17
    Views
    1,482

    Re: [2005] filesystemwatcher

    does anybody know a possible solution to this error?
  12. Replies
    17
    Views
    1,482

    Re: [2005] filesystemwatcher

    thanks, i don't get the same error, but now it says the following when there is only one line in the txt file,

    The process cannot access the file 'RequestedList.txt' it is being used by another...
  13. Replies
    17
    Views
    1,482

    Re: [2005] filesystemwatcher

    thanks i'll try those

    mywatcher is declared in the form load

    EDIT:
    it's too bad because i still get the same error
  14. Replies
    17
    Views
    1,482

    Re: [2005] filesystemwatcher

    well, what i want it to do is load the ListBox, but all it does is wait, then once i click on the button a second time i get an error saying that the file is already being used by an other process
    ...
  15. Replies
    17
    Views
    1,482

    Re: [2005] filesystemwatcher

    ok, i've followed his instructions, but what do i do with it?
  16. Replies
    17
    Views
    1,482

    Re: [2005] filesystemwatcher

    stimbo, i tried that too and it still didn't work

    bluehairman, by default it reads all the text, and that works when i put it somewhere else. it just doesn't work when i put it in the OnChange...
  17. Replies
    17
    Views
    1,482

    Re: [2005] filesystemwatcher

    i was debating on making a separate directory, yes. but that works thanks.

    one more thing, i used the code you gave me earlier, where i put the things i want it to do, but it won't do it, but it...
  18. Replies
    17
    Views
    1,482

    [2005] filesystemwatcher

    i used the filesystemwatcher as in the following code, but i want the path to include the specific file (RequestedList.txt) as i wrote, but it only works if pointed to a directory, how can i have it...
  19. Replies
    2
    Views
    572

    Re: [2005] Path

    thanks, it works
  20. Replies
    2
    Views
    572

    [RESOLVED] [2005] Path

    how can i determine the current path of the exe that is running, to a string variable?
  21. Re: [2005] content of a file

    gee thanks a bunch

    i changed the "Private Shared Sub" to "Private Sub" as i don't want it throughout each form...

    thanks.
  22. Re: [2005] need help with listboxes

    ok, i resolved it. for those who want to know what i did, this is it:
    Dim varrequestedsongmax As Integer = ListBox2.Items.Count - 1
    For varrequestedsongnumber As Integer = 0 To...
  23. Re: [2005] need help with listboxes

    it doesn't work, since the text file/listbox2 has multiple lines, and the items in listbox1 are in different locations (not in the same order as the ones in listbox2)
  24. Re: [2005] content of a file

    ugh i hate the msdn library, i don't quite understand what they are saying...
  25. [RESOLVED] [2005] content of a file

    how can i set it so that once the content of a certain file (.txt) gets changed, an action gets executed
  26. [RESOLVED] [2005] need help with listboxes

    i'm making a program for a friend that is a DJ where people can request songs to the DJ and so it sends the requested songs to him.
    and so i have two listboxes, the first one being the list of songs...
  27. Re: [2005] List box read off folders

    kickass thanks a bunch
  28. Re: [2005] List box read off folders

    sweet it works! thanks a bunch. is there a way so that it doesn't show the extension (.mp3)?
  29. [RESOLVED] [2005] List box read off folders

    i want my listbox to show every file of a certain file type in a specified folder (audio files to be more specific)

    how would i go about doing that?

    thnx
    Phil
  30. Re: [2005] e.Url.AbsoluteUri

    actually, that would work. thanks
  31. [RESOLVED] [2005] e.Url.AbsoluteUri

    i used if e.Url.AbsoluteUri equals to a certain url, then a procedure happens. but how can i make it so that the url starts with a certain specific string, and then if it ends by anything
    ex.:...
  32. Re: [2005] Call procedure/whatever it's called

    holy crap thanks for correcting me, that's actually what i meant; i wanted to know how to have the DocumentCompleted to call an other event handler... :/
  33. [2005] Call procedure/whatever it's called

    i want my button to do a few things, and then call my WebBrowser1_DocumentCompleted()

    how can i do this?
  34. Replies
    12
    Views
    938

    Re: [2005] Wait+webbrowser

    oh sweet thanks a lot now i know exactly what to do :D
  35. Replies
    12
    Views
    938

    Re: [2005] Wait+webbrowser

    ok i get what you mean, but i made it visit more than one page per line, and on each page it does different things... would it be possible of having more than one documentcomplete event, one for each...
  36. Replies
    12
    Views
    938

    Re: [2005] Wait+webbrowser

    well, what it does is load page number 1 that is in the first line of a textbox, then manipulate things on the webpage, then load page number 2 that is on the second line of the textbox, etc. until...
  37. Replies
    12
    Views
    938

    Re: [2005] Wait+webbrowser

    nope, the browser doesn't load.
  38. Replies
    12
    Views
    938

    Re: [2005] Wait+webbrowser

    then is there a way to just make it wait a certain amount of time?
  39. Replies
    12
    Views
    938

    Re: [2005] Wait+webbrowser

    oh sweet, how do i write the documentcomplete event?

    but the thing is that each event are in a For...Loop with a variable that is only used in the loop, so I can't move the code into an other...
  40. Replies
    12
    Views
    938

    [RESOLVED] [2005] Wait+webbrowser

    I have a button that does multiple things, but I want it to wait a certain amount of time in between doing different actions. how would I do so?

    the first function is to navigate the webbrowser to...
Results 1 to 40 of 127
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width