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

Search:

Type: Posts; User: VCProgrammer

Page 1 of 11 1 2 3 4

Search: Search took 0.03 seconds.

  1. Displaying of icons in list control at wrong coordinates

    Hi all,

    I have made a ICON style list control. In that list control i am displaying thumbnails of different pictures.

    I am just adjusting the coordinates to display its position.


    ...
  2. Replies
    1
    Views
    723

    Creating a Data stream

    Hi all,

    I want to make a Data Stream.

    I have used this code to make it. But using this code slows down my process.


    IStream* pStream;
    if(CreateStreamOnHGlobal(NULL, TRUE, &pStream) ==...
  3. Replies
    2
    Views
    872

    Buffer Over Run Problem

    Hi all,

    I have made a simple dialog based application in vc2008(Multi Byte Character Set).

    My problem is, i have Dragged custom control on my dialog box and now when i run my program i am...
  4. How to free unsigned long pointer variable?

    Hi all,

    How to free unsigned long pointer variable?

    Thanks in advance
  5. RegQueryValueEx giving wrong value in xp but right in vista

    Hi all,

    I am using RegQueryValueEx() function


    RegQueryValueEx(hKey, "str",NULL,NULL,(LPBYTE)data,&dwLength);
    CString val = data;


    my problem is in vista data is returning correct...
  6. Replies
    1
    Views
    568

    execution time of function increases

    Hi all,

    I have made a function and every time i execute that function its execution time increases(i.e if i don't close my exe and executes it. its excution time increases every time)... But if i...
  7. Replies
    4
    Views
    794

    Re: array passing problem

    my debugger should show all the 1024 values present in the array, but only array[0] value is there and rest data is missing....

    nothing is showed...
  8. Replies
    4
    Views
    794

    array passing problem

    Hi all,

    I am facing a very basic problem and i am not getting why its occuring... Please help me for this...

    i have simply made a char array.

    unsigned char array[1024];

    i am assigning a...
  9. Re: getting a Microsoft Visual studio C Runtime Library error and that error is showi

    I have added it as attachment
  10. getting a Microsoft Visual studio C Runtime Library error and that error is showing i

    Hi all,

    I am getting a Microsoft Visual studio C Runtime Library error and that error is showing its cursor in dbghook.c file.

    My problem is, when i debug my program it doesn't give any error...
  11. Re: Closing first dialog box while second is still running

    In preventing my first dialog to be closed
  12. Closing first dialog box while second is still running

    Hi all,

    I have made a Dialog based application in vc 2008. In my application i am opening second dialog box using DoModal() on a button click event of first dialog box. In second dialog box i am...
  13. Replies
    4
    Views
    1,021

    2500 item in list control

    Hi all,

    I have made a dialog based application in vc2008, in that application i have created a list control. In that list control i am displaying file names from a particular folder......
    ...
  14. Re: same project giving different results when compiled on different machine

    no differnces
  15. same project giving different results when compiled on different machine

    Hi all,



    I am working on VC 2008, suddenly my project has started giving an error
    error C2039: 'SetDlgItemText' : is not a member of '`global namespace''1> error C3861: 'SetDlgItemText':...
  16. VC2008 IDE enviornment showing 2 files with same name

    Hi all,

    I am working on VC2008, suppose i am woking on a project i opened it in vc2008 enviorment by double cliking on my .sln file. Now suppose i search for any variable or functions, it will...
  17. Replies
    2
    Views
    745

    problem of creating a dialogbox

    Hi all,

    I have made a dialog based application in vc-2008. I have made 2 more dialog boxes...

    Now what i have to do is on button click event 1st dialog box is called, so first dialog box...
  18. converting TCHAR to CString giving some garbage value

    Hi all,

    I have made a application in vc2008, I have made a TCHAR variable...

    TCHAR prdcode[10];

    My problem is i want to assign this value to CString variable...

    CString test = prdcode;
  19. Getting message on pressing keyboard buttons while application is running

    Hi all,

    I have made a dialog based application in vc2008, my problem is while my application is running if i press T it pops up a message from application...

    I am not getting why i am getting...
  20. Replies
    6
    Views
    833

    Re: program crashing....

    can you please help me in one more thing....

    i have various worker threads but i have various problem in debuging them....

    so i want to known how to put break points that i can debug it...
  21. Replies
    6
    Views
    833

    Re: program crashing....

    hey thanks for your reply.....
    u solved my problem....
    thanku very much
  22. Replies
    6
    Views
    833

    Re: program crashing....

    can you please tell me how to add debuging information to my program.....
  23. Replies
    6
    Views
    833

    program crashing....

    hi all,

    I have made a dialog based application in vc2008...

    my problem is when i run my application sometimes it gives an error

    Window has triggered a breakpoint in program.This may be...
  24. Replies
    1
    Views
    684

    sorting elements of list control...

    Hi all,

    I have made a report style list control. it consist of 3 columns Name,Parent and Self.

    Problem is i have to sort my list control on basis of two different columns at different...
  25. searching in list taking very long time

    Hi all,

    I have made a Report style List control in my Dialog based application. I have two columns and I want to compare first column value with second column value i.e it will perform a linear...
Results 1 to 25 of 259
Page 1 of 11 1 2 3 4





Click Here to Expand Forum to Full Width

Featured