Search:

Type: Posts; User: sameer spitfire

Page 1 of 3 1 2 3

Search: Search took 0.09 seconds.

  1. Re: Detect when a USB mass storage device is plugged in.

    Good Show Thanx
  2. Re: [RESOLVED] Uploading files and appending textlines to a webspace

    Can you Please upload you Code the above link is not available

    http://support.microsoft.com/default.aspx?scid=kb;en-us;832679
  3. Re: [RESOLVED] [2008] Upload Text File

    Can You Please send me the total code of the same

    Thanks
  4. Re: Download a file from site with userid and password

    http://www.vbforums.com/showthread.php?t=396260

    Has Solved mY problem
  5. Replies
    131
    Views
    209,853

    Re: Download Files From Web With Progressbar

    I need to download the file from the site which ask for userid and password

    i use the following code to download the file( Without userid and password)


    Dim wClient As New System.Net.WebClient...
  6. Replies
    8
    Views
    1,009

    Re: How do you download a file?

    I Need to download a file from the sites which ask for userid and password
    i have the user & password how can i pass the same
  7. [RESOLVED] Download a file from site with userid and password

    i Use the following code to download a file from the internet



    Dim wClient As New System.Net.WebClient
    Dim add As String = "http://203.299.49.90/XML/Ann/Snn_001.zip"
    ...
  8. Replies
    7
    Views
    845

    Re: File reading [Still not solved]

    Dim F_handle as integer
    F_handle = freefile
    dim Lineread as string
    fileopen(F_handle,Filename,OpenMode.Input)

    do until eof(f_handle)
    lineread = LineInput(F_handle)
    Msgbox(Lineread)
    loop
  9. Re: download file from password protected site

    use %40 in place of @
  10. Replies
    3
    Views
    622

    Re: HTTP Download with Password

    Can You POst Your code here
  11. Error in dll(Unable to find an entry point named gethistval in DLL CLS)

    Please Help

    For the Following error

    "Unable to find an entry point named gethistval in DLL CLS"

    Gethistval is the function name in a dll file called CLS
  12. Re: create a desktop shortcut for the form

    sorry 2 say but i never got u, can u please explain the same with some example

    till then i will try 2 find out what u want 2 say


    waiting for ur reply
  13. create a desktop shortcut for the form

    Hi Friends

    I have a project created with multiple form on it,which are called with the help of toolbar or menu bar

    so when i run the project it display the main form with the menu bar from...
  14. Add all the file of a directory to a listbox or array

    Hi friends
    I want to add all the files in a directory to the listbox
    currently i am using dir() command


    With PDFList
    filename = Dir("C:\PDF\*.PDF")
    If...
  15. Replies
    10
    Views
    3,196

    Re: pdf viewing

    i have acrobat 6 installed on my PC
    Do you what me 2 reinstall it will that make any difference ?

    thanks
  16. Replies
    10
    Views
    3,196

    Re: pdf viewing

    Thanks for the information i have done the same but when i run the project it gives me the error on Me.AxPdf1.LoadFile

    "COULD NOT FIND ADODE ACROBAT"

    ???
    Please help
  17. Replies
    10
    Views
    3,196

    Re: pdf viewing

    Thanks for u reply i have added the reference to my project
    But my problem is how i can add the same to the form i never found any object on the toolbox to add on the form

    Please clarify how i...
  18. Replies
    0
    Views
    485

    Show a pdf file on the form

    Hi friends
    I made a lot of search but could not find any code regarding how i can show a pdf file in my application itself
    i want to show it on the form
    can somebody give me the code of the same...
  19. Replies
    3
    Views
    649

    Re: view pdf one by one

    can u please send me the code for the same i am trying 2 find a code wihich will help me in display pdf file on my form itself

    Please help !!!
  20. Replies
    7
    Views
    5,357

    Re: How do I open a PDF file with VB.Net

    i want to open the file in my form itself noty in another windows how 2 go about it ?
  21. Replies
    10
    Views
    3,196

    Re: pdf viewing

    How i can open a PDf file in my form application i want the acrobat reader to be display the said file on my form itself ?
  22. Re: Desktop Wallpaper - NOT a question for change [ Resolved ]

    sorry to say that but the code is not working on my PC
    there might be some things which i am not aware of please help!!!!

    the error are

    'As any' is not supported in the declare system...
  23. Replies
    0
    Views
    373

    Refereshing changed wallpaper

    I am using the following code to change the wallpaper on my desktop
    anly problem is that the image is not get referesh

    when i check the display property the change file name is seen if i say ok...
  24. Replies
    2
    Views
    516

    Re: Windows Xp Backgrounds

    I am using this code to change the wallpaper but the only problem is thatthe image is not referesh but when i ckeck the diplay property i can see the name their i click ok then the image is change
    ...
  25. Replies
    9
    Views
    1,100

    Re: MrPolite - Change Wallpaper Code

    The code is ok but the file does not get referesh
    when i click the property of desktop the new wallpaper is there but the image is not referesh

    what 2 do ?

    OS is windows XP...
  26. Re: Desktop Wallpaper - NOT a question for change [ Resolved ]

    The code is ok but the file does not get referesh
    when i click the property of desktop the new wallpaper is there but the image is not referesh

    what 2 do ?

    OS is windows XP
  27. Replies
    2
    Views
    617

    Re: desktop wallpaper

    Thansk a ton
    next time i will do the same
    :wave:
  28. Replies
    2
    Views
    617

    desktop wallpaper

    How i can change the desktop wallpaper in runtime

    :)
  29. Replies
    2
    Views
    609

    Re: oracle with vb.net

    Thanks for ur kind reply but i have to migrate to oracle can u just give me some ideal how the oracle database is like some trems such as client server and etc is not clear 2 me
    please explain if...
  30. Replies
    2
    Views
    609

    oracle with vb.net

    Currently i am having MS access as my backend and VB as front end now my organisation is planning to have oracle
    Can any one giveme a small overview on Oracle how its work etc
    some important...
  31. Replies
    14
    Views
    1,440

    Re: selecting text in the text box

    Thanks for the reply but one thing u missed that i know the selectall property but my promblem is i have all most 48 - 60 text box on the form and i don't want to repeat the code "Selectall"
  32. Replies
    9
    Views
    1,556

    dim WC as new system.net.webclient

    dim WC as new system.net.webclient
  33. Replies
    9
    Views
    1,556

    which reference u have added for WebClient

    which reference u have added for WebClient
  34. Replies
    2
    Views
    491

    sorry to say but ur option does not work !!

    sorry to say but ur option does not work !!
  35. Replies
    2
    Views
    491

    datatype of table field

    hi friends

    I what to now the type name of a field of a table

    Eg rs.fields("name").type

    This returns 10 which means it is a string

    is their any fuction or some solution so that i can get...
  36. Replies
    0
    Views
    529

    Add data to a grid

    Hi friends

    I don't know how to explain this problem but i will try to do my best

    I have a MDI Parent form and 4 child form, one of child is a display
    form(frm_display) with a flex grid in...
  37. Replies
    5
    Views
    666

    isn't there any option rather than looping around...

    isn't there any option rather than looping around the files??

    just an alternative :D :D :D

    regards
  38. Replies
    4
    Views
    804

    I have already installed the application on the...

    I have already installed the application on the client PC
    can i creat a exe in release mode and copy the same

    Does it works ?


    Lets Try !!!!

    Thanks
  39. Replies
    4
    Views
    804

    application in VB net (too slow)

    I have develop a application in VB 6 and upgraded the same in VB net
    It works but the problem is when the exe file is click i takes too much time to load
    In vb 6 application it was faster

    what...
  40. try this combo.items.addrange(arraylist)

    try this
    combo.items.addrange(arraylist)
Results 1 to 40 of 120
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width