Search:

Type: Posts; User: Demon4231

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    16
    Views
    1,487

    VS 2013 Re: [RESOLVED] Text.Replace

    I'm very new to XML with vb.net and I was just using it to store the data.
    I was thinking of getting rid of the dictionaries and just using lists of strings for each piece of data.

    My XML file is...
  2. Replies
    16
    Views
    1,487

    VS 2013 Re: [RESOLVED] Text.Replace

    I've never used a StringCollection before and it seems mostly like a list or an array already. I was looking into making my dictionary into a 2-dimensional array but my program doesn't need to be...
  3. Replies
    16
    Views
    1,487

    VS 2013 Re: [RESOLVED] Text.Replace

    It did work, but only for the last piece of data (Tasks). They then suggested to changed the other parts use split and join functions which also worked so I marked the thread as RESOLVED assuming...
  4. Replies
    16
    Views
    1,487

    VS 2013 Re: [RESOLVED] Text.Replace

    Sorry I was just trying to figure out how to edit the string. Any part of the string I would like to edit.

    My dictionary is read from an XML file and the Key (String) is the server type. So:...
  5. Replies
    16
    Views
    1,487

    VS 2013 Re: [RESOLVED] Text.Replace

    The reason I have it as a string is because I have a dictionary that's a String, List (Of String) so all of the server data gets put into a list.
  6. Replies
    16
    Views
    1,487

    VS 2013 Re: Text.Replace

    Alright I'll mess around with it, thanks for the help.
  7. Replies
    16
    Views
    1,487

    VS 2013 Re: Text.Replace

    That works great, but what if I wanted to change the say Company name? Is there a way to specify a specific part of the string to change?
  8. Replies
    16
    Views
    1,487

    VS 2013 [RESOLVED] Text.Replace

    I'm trying to figure out the best way to replace text in a long string. My string gets split into 12 pieces each containing data. My string looks like:
    ...
  9. Replies
    1
    Views
    3,650

    VS 2012 Read XML into Dictionary

    I'm trying to use XML to output data and then have it be read into a Dictionary, however I'm kind of new to XML and I need some help. My XML structure is as follow:

    <Backups>
    <Servers>...
  10. Replies
    8
    Views
    1,766

    VS 2012 Re: Multidimensional array

    Ok thank you. Thank you everyone for pointing me in the right direction.
  11. Replies
    8
    Views
    1,766

    VS 2012 Re: Multidimensional array

    Awesome that works great. Now one last question. Is it possible to update values for a key or do I have to remove the key then add the key again with the updated values? I have:


    For x = 0 To...
  12. Replies
    8
    Views
    1,766

    VS 2012 Re: Multidimensional array

    I've never used dictionaries either so I have a few questions. Say I want the user to add to the RGB list, CMYK list, or create their own list. How would I go about doing that? I've been looking...
  13. Replies
    8
    Views
    1,766

    VS 2012 [RESOLVED] Multidimensional array

    This is the first time I've ever used a multidimensional array so bare with me. I'm trying to have a list of lists, I have a combobox that when selected it populates a listbox. So the combobox is...
  14. VS 2012 Re: Add labels and textbox's during runtime

    :o that's like the tenth time I've mixed X and Y up. Thank you for catching that.
  15. VS 2012 Re: Add labels and textbox's during runtime

    '//Add radiobutton button
    DetailsButton.Text = "+"
    DetailsButton.Name = "btnAddRadioButton"
    DetailsButton.Location = New Point(DetailsTextbox.Location.X +...
  16. VS 2012 [RESOLVED] Add labels and textbox's during runtime

    I'm trying to add a textbox and a label during runtime when the users presses a button. When I press the button a label and textbox is created, when I click it again nothing happens. Here is the...
  17. VS 2010 Open Folder Dialog with Open File Dialog GUI

    I really dislike the GUI for the Open Folder Dialog window. I like the side panel that the open file dialog (and save file dialog) have and would like to have that type of GUI as it is so much...
  18. [RESOLVED] Move items in listbox with the mouse

    I have been looking at this example on how to move items, but I don't quite understand all of it. I was also hoping there was an easier way of doing this. Basically I have a shorter version which...
  19. VS 2010 Re: ListBox Drag&Drop and Double-Click

    Awesome, I didn't know you could count clicks thanks.
  20. VS 2010 [RESOLVED] ListBox Drag&Drop and Double-Click

    I have a list box that I want to be able to re-arrange with the mouse which I have working (needs improved though) and I would also like to be able to double-click on an item and change the text. ...
  21. Replies
    2
    Views
    655

    VS 2010 Re: Renaming file

    Awesome, that works perfectly. Thank you.
  22. Replies
    2
    Views
    655

    VS 2010 [RESOLVED] Renaming file

    I trying to have an application rename a file which is going quite well. I have however run into a problem. I want to allow the user to rename the ending part of the file (suffex) if they want, but...
  23. Replies
    11
    Views
    17,710

    Re: Small Program - Key Saver

    It seems when you click the 'X' in the top right it didn't close the actually process. Now if you click the 'X' it will return to the Main Menu, and if you click Exit from the File menu it will...
  24. Replies
    11
    Views
    17,710

    Re: Small Program - Key Saver

    Oh, that's because you must not have entered a value in one of the boxes. I just added a check for those boxes.

    Here's the newer versions:
    Key Saver 1.0.3
  25. Replies
    11
    Views
    17,710

    Re: Small Program - Key Saver

    Oh, the newer form might be different. Try downloading the newer version.

    Here is what it looks like:

    http://img830.imageshack.us/img830/7862/normaln.png
    ...
  26. Replies
    11
    Views
    17,710

    Re: Small Program - Key Saver

    I haven't tested it on vista as I don't have a machine that doesn't have Windows 7. Which controls are overlapping and what settings does it stall at? When changing the file directory it moves the...
  27. Replies
    4
    Views
    816

    VS 2010 Re: List View Selelectable Text

    I prefer to use the ListView because I already have it all setup, but I will look into the DataGridView to see if I can get the results I am looking for. Basically what I want is:

    <Object>(non...
  28. Replies
    4
    Views
    816

    VS 2010 Re: List View Selelectable Text

    I want them to be able to select the text like in a textbox. What I don't get is that I can have the user change the text of the items, but not the subitems.
  29. Replies
    4
    Views
    816

    VS 2010 List View Selelectable Text

    I have a list view with a few items in it and I would to allow the user to select the text in the subitems, but not be able to change it. I noticed you can change the items names but not the...
  30. Replies
    11
    Views
    17,710

    Re: Small Program - Key Saver

    Hmmm that's good to know. Are you using Vista, Win7, or XP? Also which controls are overlapping?
  31. Replies
    11
    Views
    17,710

    Small Program - Key Saver

    I made this program for myself as I have a lot of product keys for programs and games and thought I'd share it. It stores product keys in an encrypted file and can auto insert keys into applications...
  32. Replies
    4
    Views
    699

    Re: Using My.Settings

    Hm... that's kinda of annoying. I guess I'll just have to write a file myself then.
  33. Replies
    4
    Views
    699

    Re: Using My.Settings

    Is there a way to change that?
  34. Replies
    4
    Views
    699

    Using My.Settings

    I have two options in my settings, DataLocation and Ontop. DataLocation is a string and Ontop is a boolean. When I put the exe file in my desktop everything is fine and the settings save. When I...
  35. Replies
    9
    Views
    5,293

    VS 2010 Re: Paypal Donation button

    I was thinking of that and I've seen some people do it that way but I think its not very "clean". Also I don't have a server to put the button on and I don't want to pay for one. I also don't want...
  36. Replies
    9
    Views
    5,293

    VS 2010 Re: Paypal Donation button

    How do I save it to my account? I've noticed that if you use the email instead of the HTML code it generates a link but its generated when you get to the page.
  37. Replies
    9
    Views
    5,293

    VS 2010 Re: Paypal Donation button

    I tried that but as I've said before it generates a link that expires after so many minutes. Every time the button is clicked a new link is created. Even if I generated a link myself it would...
  38. Replies
    9
    Views
    5,293

    VS 2010 Paypal Donation button

    I'm trying to add a donation button to my vb.net form. It seems that it generates a link when the button is clicked. The link it generates expires after so long so I can't just link it to one I...
  39. VS 2010 Re: Code works in one program but not the other

    I still get the same results, I just don't understand why it won't detect that the Y coordinate is changing. It works in any other program, just not the one I want it to work in.
  40. VS 2010 Re: Code works in one program but not the other

    MousePosition.X and MousePosition.Y get the mouse position according to the screen and not the form. The coordinates do change and are correct but when finding the window it only seems that the X...
Results 1 to 40 of 108
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width