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

Search:

Type: Posts; User: minakannan

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    637

    dear sir, your code was very useful. thank you...

    dear sir,
    your code was very useful. thank you very much.
    but RANGE and RowRange where it was declared.
    and also want to know the details of VT_VARIANT
    thank u
    minakannan
  2. Replies
    5
    Views
    860

    second window response time is slow

    in the main window i have a timer and the second window and using combo box and some buttons. while clicking the buttons in the second window it is responding every slowly. how to make to respond...
  3. Replies
    5
    Views
    860

    second dialog slow respond

    i have developed a program usign dialog based application.in that by clicking a button it will show the second dialog. iam using timer to display values in the parent and second dialog but my second...
  4. Thread: Mschart

    by minakannan
    Replies
    3
    Views
    1,649

    ms chart

    dear sir,
    your code was very useful. thank you very much.
    but RANGE and RowRange where it was declared.
    and also want to know the details of VT_VARIANT
    thank u
    minakannan
  5. Replies
    3
    Views
    637

    ms chart in vc++

    how to draw graph using ms_chart with x axis as time and y axis as value.
    please help
  6. to insert multiple column in oracle table using vc++

    dear sir
    i have an array of values(200). i want to insert into oracle table. how to do it efficiently.
    thank you
  7. interfacing oracle 8 and vc++ dialog based

    dear Sir,
    how to interface oracle database in vc++ dialog based application.please help me with example codes
    thank you
  8. Replies
    1
    Views
    580

    Thread - AfxBeginThread

    how to declare thread in dialog based application?
    how to inclue com port read with in the thread routine?
    thank you
    regards
    mina
  9. Replies
    2
    Views
    1,047

    hello sir i am newbie. i want this code in...

    hello sir
    i am newbie.
    i want this code in dialog based application
    guide me
    thanks
  10. Replies
    2
    Views
    1,047

    Printer Status check in VC++

    how to check the printer status is ready or not using dialog based application. awaiting for your reply.
    thank you
  11. Replies
    0
    Views
    549

    uart program

    how to get the character enter .
    using c. by using 68681
  12. Replies
    3
    Views
    664

    instead of void is it possible to use some other...

    instead of void is it possible to use some other format.
    then how to print the content of the void
  13. Replies
    3
    Views
    664

    to read the memory content

    please help to read the content of the memory address ffce0001
    in c
    thank u
  14. Replies
    3
    Views
    621

    thank you minakannan

    thank you
    minakannan
  15. Replies
    4
    Views
    821

    please initimate me if u got any solution

    please initimate me if u got any solution
  16. Replies
    3
    Views
    621

    floppy store - find the disk space

    hello
    iam storing data to the floppy. before storing i want to find the size of the floppy free spaces.please help me . using vc++ dialog based application
    thank you
  17. Replies
    0
    Views
    508

    setup in vc++

    Hello
    please help me how to create help disk for visual c++.Please Give me Ful l detail.

    minakannan
  18. Replies
    1
    Views
    3,323

    CreateFile & CreateFileMapping

    if i use createfilemapping then i have to store the file using createfile command. is it so.please inform me how to use CreateFileMapping.
  19. Replies
    4
    Views
    888

    hello if i used files then, it is very slow...

    hello
    if i used files then, it is very slow
    please help me with examples
  20. Replies
    4
    Views
    888

    To avoid frequent disk access

    i am using dialog based application
    1) it should a get data every 10sec and strore it in a file1..
    2) it should get data every 1 hour and store it in a file2
    3) some modules uses this file1 &...
  21. Replies
    6
    Views
    1,000

    shared memory in vc++

    i have to allocate a block of memory and it should be read and write periodically (10ms). if it exceed 2000 lines then it scroll so that at any time only <= 2000 lies should exist.
  22. Replies
    6
    Views
    1,000

    sharing memory in vc++

    sharing memory - in vc++
    please help me.
    i am using dialog based application
  23. please give the code for paredn and child windows

    please give the code for paredn and child windows
  24. Replies
    3
    Views
    1,121

    Ctime curtime =CTime::GetCurrentTime();...

    Ctime curtime =CTime::GetCurrentTime();
    m_sTime.Format("%d:%d:%d",curTime.GetHour(),curTime.GetMinute(),curTime.GetSecond());
    try this
  25. how to update a child window from grandmother window

    in my program i have a main window - by clicking a button it should show another window2.In window2 if i click one button window 3 should be visible. now my problem is my main window should update...
Results 1 to 25 of 70
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured