Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RadjeshNL

  1. RadjeshNL

    TabControl Issue

    Are you doing some kind of loading while opening the tabs?
  2. RadjeshNL

    Download mutiple (remote) files from treeview

    Solved, thanks to help from a friend.
  3. RadjeshNL

    Download mutiple (remote) files from treeview

    All your questions are answered if you can extract the file. Really strange that you can't extract .rar. Even Winzip can do it. Here's a .zip: www.radjesh.nl/test/downloader.zip
  4. RadjeshNL

    how to display a eula in my setup.exe

    Anyone? I can't use a direct link to the file, 'cause the files in the folder change. Perhaps someone has another idea.
  5. RadjeshNL

    Download mutiple (remote) files from treeview

    I'm using VB2008 by the way.
  6. RadjeshNL

    Download mutiple (remote) files from treeview

    Ola, I have a small program which is able to show the files from a remote directory in a listview with checkboxes. Getting the files from the folder(s) works fine. Now I want to download the checked files in the listview to a particular folder, which I have to hard-code. I thought I was there...
  7. RadjeshNL

    how to display a eula in my setup.exe

    Not sure how this is in VB2005, but in 2008 you can select the button "User Interface Editor" in the Project Properties. Right-click the "Start" in the "treeview" that appears and click "Add Dialog". From there you can select "License Agreement" ;)
  8. RadjeshNL

    Import Excel Files into SDF-database

    Forgot to tell you that I found a solution meanwhile, but I had to buy the product DataWizard. Not really a major problem... Now I have to import the values into Access and after only then I can import and create a new .sdf-database from the Access-file. Hope that there would be a way to...
  9. RadjeshNL

    Import Excel Files into SDF-database

    Hi, thanks for the reply. It's the SQLCE 3.5 Local.
  10. RadjeshNL

    Import Excel Files into SDF-database

    Anyone knows how that can be done? Thanks in advance.
  11. RadjeshNL

    Load Distinct .sdf-database column into a ComboBox

    Found it... Used the wrong command.
  12. RadjeshNL

    Load Distinct .sdf-database column into a ComboBox

    reader_combo1 = cmd_Plaats.ExecuteReader should be cmd.ExecuteReader btw. Sorry for that.
  13. RadjeshNL

    Load Distinct .sdf-database column into a ComboBox

    Trying to achieve this and I think that I'm almost there, but I can't get the values itself from the column(s). The connection works perfectly, I can get all the values into a listview, but the combo... Dim connStr As New SqlCeConnection("Data Source=" & Application.StartupPath &...
  14. RadjeshNL

    transparent rectrangle

    Use the marquee indeed, and set the gradient from white to transparent. Drag over the marquee and blend it a bit afterwards.

Part and Inventory Search

Back
Top