Search results for query: *

  • Users: BrechtLS
  • Content: Threads
  • Order by date
  1. BrechtLS

    Commandprompt and vb.net

    Hi, I should want to add a command (for example "ipconfig") to the commandprompt and use the output of the command in my program (show it in a textbox, ...). It is the meaning that the user of the program doesn't has to do anything in the commandprompt. And that the commandprompt closes...
  2. BrechtLS

    all files and folders in a treeview

    Hi, how can you put all the folders and the filles into a treeview component (I only want to get to see all the picture extensions (jpg, gif,...). Or is there a better way to show all those files? I want to show an example of the selected picture in a picturebox. So I should get the right...
  3. BrechtLS

    Print with layout

    Hi, I have a problem. I want to print a text that has layout, but the problem is that al the ways I tried just print the text without the layout. For example this: My name My place of birth The date The text gets stipulated in the program and if I press print it has to be filled in some...
  4. BrechtLS

    Why empty textfile?

    Is there someone who knows why the textfile I create this way is empty?: Dim oFile As System.IO.File Dim oWrite As System.IO.StreamWriter oWrite = oFile.CreateText("c:\Duiven\" & txtNG.Text & "_" & txtRGN.Text & "-" & txtRGJ.Text & ".txt") oWrite.WriteLine(txtNG.Text & "<" & txtRGN.Text & "<" &...
  5. BrechtLS

    Textbox to database

    Hi, I should wan't to put the text in the textboxes from my form into a database. But I have never done this before and I have not a clue how to start with it. It should like to know how I can write in it, read from it and change in it. Is there someone that should want to explain to me how I...
  6. BrechtLS

    How to make a install wizard?!

    Hi, I should like to make an install wizard (I don't know if this is the right place to put tis thread) for a vb.net application I made, but I have never done this before. Should you want to explain to me how you can make one, how it works, what extras you can put in it, ...?? Thanks for the help!
  7. BrechtLS

    disable change size

    Can you make it impossible to change the size of the form?
  8. BrechtLS

    numbers or characters in a textbox

    Is it possible to make a textbox where you can only input numbers or characters?
  9. BrechtLS

    close project

    Is there a way to close the whole project? I have made an application with 2 forms, you can see the first one for a couple of seconds, then I hide it and the second forms shows up. But if I close that form my whole application isn't closed and the process of it still stands open. Isn't there a...
  10. BrechtLS

    Error while saving or opening a rtf file

    When I want to save or open a rtf file in the debug mode I get the error you see under here. Is there someone that knows what this error means because I don't know what I am doeing wrong. Need some help here!!
Back
Top