Search results for query: *

  • Users: Ruud
  • Content: Threads
  • Order by date
  1. R

    File Extension

    hello everyone, i need some help. i'm developing program application for smartdevice (pocket pc 2003 SE) and i use vb.net 2005. but i have problems to save my variable value to a file with special extention. i want to save my file with dss extention (*.dss). but i can do that in smartdevice...
  2. R

    SaveDialog and OpenDialog in VB.net

    hello everyone, how use SaveDialog and OpenDialog to save and Open file in VB.net. for example, if i want to save value of my variable in specific file. total=10 max=4, etc and how i can save it in file, so i can load that value by open the OpenDialog?? please help me! Thanks you
  3. R

    Control array

    if i have textbox1, textbox2,...textBox5 so, how do this in vb.net: for i as Integer =1 to 5 TextBox(i).Text=i next Thanks very much
  4. R

    Module in VB.net

    hello, i want to ask everyone here how do these: i heve vb 6.0 source code like this: example: i have Vb.net form name: form1 with textbox1, and button1. sub button1.click() { Test form1 } and i have module name Module1 and this module do this: Sub Test(byVal Frm as Form)...
Back
Top