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

Search:

Type: Posts; User: shah_27

Search: Search took 0.04 seconds.

  1. Deployment setup project exe is not updating while reinstalling setup in VS 2008

    Hello,
    I have a problem about Visual studio deployment setup projects in .NET of exe is not updating while reinstalling setup in Visual Studio 2008.

    I have made a deployment setup in .NET in...
  2. Re: code to get users in a system (local+system+ who has logged in to the system)

    Hello,
    But NetUserEnum Api does not give list of users about domain users who logged into system.
    It gives only local users + system users not domain users who loggen in to it.

    Reply it's urgent.
  3. code to get users in a system (local+system+ who has logged in to the system)

    Hello,
    I have written a code to get a list of (local+system) users in a system in VC++.
    For that I have used NetUserEnum API in the code,
    But it gives a list of only local+system users, not the...
  4. Re: How to convert integer value to date/time format??

    Using CTime function can we do it??
    because in time.h header file ctime_s function declaration is not there.
    So, it gives error i think.

    reply me asap.
  5. Re: How to convert integer value to date/time format??

    Hello,
    earlier code gives error that errno_t undeclared identifier.
    Reply me about this error.
    I have included stdio.h and time.h and errorno.h but still it gives error.
  6. Re: How to convert integer value to date/time format??

    DWORD Value is 1187253017 seconds since January 1, 1970.

    So, reply me with conversion asap.
  7. How to convert integer value to date/time format??

    Hello,
    I m facing a problem of converting dword value integer 1187253017 to date/time format in VC++??
    I want to convert 1187253017 number to dd/mm/yyyy HH:mm:ss AM/PM format in VC++?

    plz reply...
  8. Replies
    3
    Views
    1,156

    Re: How to display Farasi characters in VC++??

    Hello,
    I want window caption in any character japanese, farasi..etc in VC++.

    reply.
  9. Replies
    3
    Views
    1,156

    How to display Farasi characters in VC++??

    Hello all,
    I have a problem regarding display a current window when Farasi or japanise character display using GetWindowText() function in VC++.

    I m giving the code..

    int _tmain(int argc,...
  10. Replies
    8
    Views
    5,590

    Re: Numeric Sorting using ComboBox in VB

    Hi all,
    i want to sort data if in list values are 1,12,5,7,Z,A then using sorting 1,5,7,12,A,Z values in combobox.
    Actually in VB IsNumeric function is there but i m using Borland C++.
    In that no...
  11. Replies
    8
    Views
    5,590

    Re: Numeric Sorting using ComboBox in VB

    Hi WizBang,

    In Borland C++ in my code last three lines, while i m adding it i want to add a[i] value. Because that is sorted value.
    But this is not working it.

    Can u give me for another...
  12. Replies
    8
    Views
    5,590

    Re: Numeric Sorting using ComboBox in VB

    Hi WizBang,

    I can not understand what are u telling?

    plz reply me.
  13. Replies
    8
    Views
    5,590

    Re: Numeric Sorting using ComboBox in VB

    But i want to sort it in Sorted property= true only and they give us like ouput 1,5,7,12 in combobox.
    I have done it using Sorted property = false but i want in Sorted property=true only.
    So, using...
  14. Replies
    8
    Views
    5,590

    Numeric Sorting using ComboBox in VB

    I m facing problem of sorting using comboBox.
    I want to sort the data if sorted property true and in list if i m adding 1,5,12,7 then in runtime it will give output 1,5,7,12 in comboBox.
    Combobox...
  15. Replies
    2
    Views
    1,064

    Difference between thread and process

    I want to know, exact Difference between thread and process in vc++?

    reply.
  16. Replies
    2
    Views
    693

    Problem in getting value of variable

    I have included this code in one function,

    char chPlayFile[300],szDate[25];
    sprintf(chPlayFile,"%s\\Enterdate.wav",chFilePath);
    PlayAudio(nChId,chPlayFile,2);...
  17. Replies
    0
    Views
    4,937

    About InvokeHelper method in VC++

    hello,
    I m a software developer.
    Give me urgent solution for this.

    I am using vbdll and then call it in vc++ which returns value of that function.
    I register dll in vb in system32.

    Here i...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured