CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: riyrse

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,019

    Re: FTP Source - Need a Modification

    any update ?
  2. Replies
    2
    Views
    2,019

    FTP Source - Need a Modification

    Hi all,
    I want to upload and download a file from a fTP. so i wrote the followign code ina form1_click function.


    Public Class Form1

    Const FTP_TRANSFER_TYPE_UNKNOWN = &H0
    Const...
  3. Replies
    3
    Views
    782

    Re: FTP Sorce - Need a Modification

    what are all the references i have to add to the project to make it run properly.

    Please find the attachmenet for the references i have added.
  4. Replies
    3
    Views
    782

    FTP Sorce - Need a Modification

    Hi all,
    I want to upload and download a file from a fTP. so i wrote the followign code ina form1_click function.

    Public Class Form1

    Const FTP_TRANSFER_TYPE_UNKNOWN = &H0
    Const...
  5. Replies
    2
    Views
    815

    Re: Sample FTP program

    I am using VB 6.0
  6. Replies
    2
    Views
    815

    Sample FTP program

    Hi all,
    I need to create one FTP program to upload and download the files from the FTP server.
    Please provide sample codes to acheive that.
  7. Replies
    14
    Views
    1,997

    Re: How to split a Form

    i created using MDI. in an IDE if we change the size of one window, other's window sizes will changes automatically according to the size of parent window. is it possible to create like that in VB...
  8. Replies
    14
    Views
    1,997

    How to split a Form

    Hi all,
    As i am new to VB, i have one problem to be solved.

    I want to create one Form or window which should be lokks like Visual Studio. with output window, 2 some other window with drag and...
  9. Replies
    1
    Views
    1,013

    Doubt in Inno Setup

    Hi People,
    I want to create a msi for my exe.So i choose inno setup software.
    Through this software i could specify the supported files, registry entries to be created and all by wrote the script....
  10. Replies
    1
    Views
    1,156

    ATL Com App Wizard in VS2005

    Hi People,

    I am using Visual Studio 2005.

    I want to learn ATL Com, so I searched in net.They told u can create com object by creating new project type as Atl com app wizard.But i could not find...
  11. Replies
    1
    Views
    2,264

    Regcreatekeyex + security attributes

    Hi People,

    i want to run my exe after the reboot also , so i created the the key under

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run.

    In vista and Windows7 administrative...
  12. Replies
    1
    Views
    3,314

    How to enumerate all the child windows.

    Hi all,

    I want to enumerate all the child windows if the handle of the parent windows is given.
    Child windows may be a window button,address bar,html buttons or all the window components.

    Can...
  13. Replies
    5
    Views
    2,592

    Re: how to start an exe after reboot

    If i use HKCU it's working fine.
    Since i want to let my exe to run under all the users, I want to use HKLM only.
    At the same time , I dont want to switch off the UAC.

    Thanks in advance,
    ...
  14. Replies
    5
    Views
    2,592

    Re: how to start an exe after reboot

    Yet it's not working
  15. Replies
    5
    Views
    2,592

    how to start an exe after reboot

    Hi People,

    I created and running one win32 exe.
    I want to let the exe to run after the reboot the system also.So i put the entry in registry under the following path.
    ...
  16. Replies
    4
    Views
    939

    Re: Context menu missing for 64 bit.

    Hopefully this code will help you........
  17. Replies
    4
    Views
    939

    Re: Context menu missing for 64 bit.

    While populating menus one of the particular menu (Norton Internet Security)is always skipping.

    note: I installed Norton Internet Security antivirus in my pc. that only skipping while populating.
  18. Replies
    4
    Views
    939

    Context menu missing for 64 bit.

    Hi,
    I am populating one of the file's context menu through code. In 32 bit OS all the menus are populating and gives the correct number of menus. but in case of 64 bit one of the context menu is...
  19. Replies
    2
    Views
    703

    Desingning our own explorer

    Hi Friends,

    I have one idea and i want to implement.. Plz gime your valuable suggestions,ideas, code..

    I have a set of gif images , i want to create my own explorer and shows these images in a...
  20. Thread: systrayicon

    by riyrse
    Replies
    4
    Views
    859

    Re: systrayicon

    Any update ?
  21. Thread: systrayicon

    by riyrse
    Replies
    4
    Views
    859

    systrayicon

    Hi People,

    I want to click on one of the systrayicon( antivirus's systray icon), after clicking that icon i wan to select one of the context menu popup while clicking on the systray icon.

    Can...
  22. Replies
    5
    Views
    2,639

    Re: Changing mouse cursor to paint brush

    Can you plz guide me how to create our own viewer?
  23. Replies
    5
    Views
    2,639

    Changing mouse cursor to paint brush

    Hi people,

    I am having one innovation idea. i dont know how far it's possible.plz give me your valuable ideas.

    If i open the GIf image it will open in "Windows picture and Fax Viewer".If i want...
  24. Replies
    2
    Views
    861

    Deleting files into recyclebin

    Hi ,
    I want to delete the file and put into recyclebin.

    I tried the Shfileoperation but it's got crashed.see my code.

    SHFILEOPSTRUCT a;
    a.wFunc =FO_DELETE;
    a.pFrom = L"D:\\urls.txt";...
  25. Replies
    3
    Views
    746

    how to control multi instances of exe

    Hi,

    I am having one exe, When i run that exe more than once it's running.But it should not runmore than once, that means i want to control multi indtances of my exe.

    Can anyone give me a idea...
Results 1 to 25 of 62
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured