Search results for query: *

  • Users: matraca
  • Content: Threads
  • Order by date
  1. M

    Add - Every four Chars

    I have a collection of 24 chars and i would like to add a - every 4 Ex: Str = "25412365452178959856" I want it to be, Ex: Str = "2541-2365-4521-7895-9856" Like a serial number. Anyone ??? Thanks
  2. M

    ToolBar in vs2005

    I'm having a substantial meltdown trying to get my ( Toolbar ) like the picture below on vista...:confused: Any pointers, would be appreciated. PS: Not the menuBar, the Toolbar.
  3. M

    My Mistery on Forms

    My question is that if i have two forms (Form1, Form2) in desgined mode and i add a button on form1 to open form2, on click event i have dim frm as new form2 frm.showdialog(me) That opens the form2, but if you look at the picture i attach below, even i can't close form1 until i'm done with...
  4. M

    Xml and Treeview

    Can someone give a good example on how to load a xml file onto treview?? Just something to get me started will be aprecciated ;) Im using vb .net 2005
  5. M

    Too Slow startup

    I have changed from borland c++ to visual basic and im happy i did, but there has been something that i cant understand and figure out. Every application that i build and complie takes too long to run..is it the .net framework ???? when i compile and application on borland it opens super...
Back
Top