Search results for query: *

  1. J

    insert <NULL>

    i know that in order to insert <NULL> to the database field of sql server, need to key in ctrl+0 in the sql server software inself. But, How to use vb.net programming code to insert <NULL> to the datetime type column of sql server database? Thanks.
  2. J

    Copying a Directory Structure from FTP

    I am currently working on a little app that is supposed to copy files and directories from an ftp server. I already have the code for connecting to the server, as well as how to send it messages. The problem is that I do not know how to make it copy a folder, and all of the files and sub-folders...
  3. J

    FTP Drirectory / Files Listing

    Hai,did u solve the problem? Because i now also facing the same problem. Can u pass me your code and tell me how to do it? Thanks very much.
  4. J

    Copying a Directory Structure from FTP

    I am vb.net newbie.Did u solve the get the files from directory of ftp server? Because i now also doing a project about copying directory and files from remote server to the local directory. If u solved it already,can u send me your code or the solution? Thanks very much.
  5. J

    get files of directory of ftp

    Hi, I want to download all files of the directory on ftp server to my local directory. But the problem is i dun't know how to get all files from the directories? Can anyone help me? Thanks.
  6. J

    run application

    i want to run second application that stored in the d:\ drive from my first application that stored in the C:\Documents and Settings\ipcl\Desktop\ShuJuan Project\Downloading\ But i use System.Diagnostics.Process.Start("D:\Project\bin\myfile.exe") . The second application still't can't work...
  7. J

    Change Directory

    I want to run second application from m y first application. But my first application stored in the C:\ DRIVE The second application stored in the D:\ DRIVE How do i call second application from the D:\ DRIVE from my first application that stored in the C:\DRIVE???? THANKS.
  8. J

    string comparison

    here i want to compare two string.One is get from sql database-one is get from textfile. If they equal the message box show No Update Version Available If thay are different message box show Update Version Available.Please Click ok to start download But now whether thay ara same or not the...
  9. J

    button example

    How to check the button.image file example img_gender.Image = Image.FromFile(mainFolder + "\Icon_image\icon_male.gif") then Button1.Enabled = False End If i face this problem in this statement,does anyone know how to solve it? Please help!!!!urgently Thanks.
  10. J

    uploading file from ftp server

    Hi, I now doing a project about uploading a vb.net application to a client dekstop from a server. Do anyone know how to do it or has a sample for me to refer to? Please Help!!! Thanks very much.
  11. J

    ComboBox

    The attached below is my autoCompleteComboBox sample. But i dun't know how to show the comboBox item as text below the ComboBox after i selected it? Can anyone how me to solve it. Thanks a lot.
  12. J

    load comboBox item populated from database

    But to open the sql server connection? what is the code? and how to add the data source into my comboBox?
  13. J

    comboBox items show from database

    i created a database in sql server.the database consists of tables. the table has product field. when i debug the vb.net program,i want the window form automatically load the combox box(the combox bpx consists of items that populated from that databases) example the product field got 5 records...
  14. J

    load comboBox item populated from database

    i created a database in sql server.the database consists of tables. the table has product field. when i debug the vb.net program,i want the window form automatically load the combox box(the combox bpx consists of items that populated from that databases) example the product field got 5...
Back
Top