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

Search:

Type: Posts; User: anubhava

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,064

    Re: OpenFileDialog

    Thanks it,s working
  2. Replies
    4
    Views
    1,064

    Re: OpenFileDialog

    CFolderDialog is class.Code is runing ell but it's only shoing folder option and i want to show file option also.



    Perhaps you're looking for the CFileDialog class

    Yes i am looking...
  3. Replies
    4
    Views
    1,064

    OpenFileDialog

    Hi All

    I need to open a fileDialog.But i havn't got it.I am abel to open a CFolderDialog.I am useing this code for open a FolderDialog


    GetDlgItemText(IDC_EDIT1, m_Make);

    CFolderDialog...
  4. Thread: Thread

    by anubhava
    Replies
    5
    Views
    880

    Re: Thread

    After read the artical.I am try to write one small example.I am try to call two function.One is calling through Timer and second one is simply call on ClickEvent.Can any one help me tolde it's right...
  5. Thread: Thread

    by anubhava
    Replies
    5
    Views
    880

    Thread

    Hi All

    Can any one give me thread tutorial?Actually i want to create a thread and call a function.
  6. Replies
    1
    Views
    1,043

    Cut String Position

    Hi All

    I want to cut string.String is "C:\\Abc\\ad\\ta.txt" and i want to cut these \\ad\\ta.txt. And new string like this C:\\Abc.

    I want to cut String After Directory and first file or...
  7. Replies
    5
    Views
    896

    Re: String Array Problem

    I am doing like that


    CString a1[100];
    CString b;
    a1[0] = strFileName1;
    a1[1] = strFileName1;


    But i am wrong some where becouse every time both a1[0] and a1[1] value changed. But i want...
  8. Replies
    5
    Views
    896

    String Array Problem

    Hi

    I have a problem to store variable in array.I have a two String one is Array CString as[100] and second one is simple CString sw.

    Now i want to store sw values in as[].How can i store?Plz...
  9. Replies
    11
    Views
    1,755

    Re: How to Get Copy/Paste File Information

    My utility is like a service. which store all Files/Folder related information in Log.

    Like as : Which file/Folder is renamed,Modified,Move,Create,delete.

    For that how to get file information...
  10. Replies
    11
    Views
    1,755

    Re: How to Get Copy/Paste File Information

    My software is running in hidden mode. My utility is like a logger. Which store the information of all copy/paste.For that i want to need of Copy/Paste information (Files/Folders name,Drive Name,Time...
  11. Replies
    11
    Views
    1,755

    Re: How to Get Copy/Paste File Information

    See any one use this Utility.So User don't know about that.
  12. Replies
    11
    Views
    1,755

    Re: How to Get Copy/Paste File Information

    Ok it's good but how can i know from which drive file is copy.And i am not going to use clipboard.

    Simply i want to know from which drive file is copy/past.
  13. Replies
    11
    Views
    1,755

    Re: How to Get Copy/Paste File Information

    I m developing a Utility getting for Copy/Paste information.
    i want to find some details like

    1. List of Copy/Paste file Name,Drive.
    2. Path of Copy/Paste File Name
    3. Time of Copy/Paste
    4....
  14. Replies
    11
    Views
    1,755

    How to Get Copy/Paste File Information

    Hi,
    I want to need of copy file/Folder information(File Name,File Path,File Data ...) which is currently copy.

    secondly I want to need same for Paste file/Folder information.


    Thanks
  15. Replies
    3
    Views
    3,804

    Crystal installed Nessecerry

    Is crystal Report is necessary installed for Vb.net.
  16. Replies
    3
    Views
    892

    Sql Server Database

    Hi

    I m working for Server Application.
    Is msaccess if Comfortable for Sever Type Database.
    Is SQL is must for Server types Database.

    Need Halp.
  17. Replies
    3
    Views
    892

    Re: Connection Not Working Properly

    When i m sending Data From One form to Other then Connection not working properly.

    Like as
    openconnection

    sql ="Select * from School_information"
    cmd = new odbc.command(sql,conn)
    reader=...
  18. Replies
    3
    Views
    892

    Connection Not Working Properly

    Dear All,
    Hi I m software Developer. I m working with Database .
    At the time of Retriveing Information From Database some Data are Access from the database but some data skip it. and...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured