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

Search:

Type: Posts; User: A_Surender

Page 1 of 4 1 2 3 4

Search: Search took 0.31 seconds.

  1. Data sharing between Services and Dsktop application.

    Dear Gurus,

    Greetings to you...

    I am writing this post after a very long time.

    I am facing a problem. I have a DLL code in which, i have a shared data segment. Iam able to share...
  2. Running existing VB6.0 Application on Vista Machine with Elevation prompt.

    Dear Gurus,

    Greetings to you all !!!

    I have a question. Is it possible in any way to RUN an existing VB6.0 Application on VISTA machine (with UAC enabled and without the concept of...
  3. Replies
    0
    Views
    543

    Passing structures between VB and VC++

    Didn't get any responseHello dear Gurus,

    Greetings to you all !!!

    Can you show me how to receive a structure passed from VB (ActiveX DLL) into VC++.

    What i mean is, there is a...
  4. Re: Win32 API support in MFC Dialog based application.

    Hi,

    I am sorry iam replying very lately.

    The problem was at complie time. It saya the "Identifier is Undeclared". somehow that problem got solved by the time i returned from homtown.

    ...
  5. Re: Win32 API support in MFC Dialog based application.

    HI Zachm,

    Those libraries are there. To make sure that OpenSCManager() function working i have crated two dumy projects.

    project 1: I have created a project using "Win32 console...
  6. Win32 API support in MFC Dialog based application.

    Dear Gurus,

    I belive that MFC supports win32 API's. But the function "OpenSCManager() " is giving me the error, i included header file "Windows.h" also.

    My question is whether we can use...
  7. A SIMPLE but Looks complicated integer addition

    Dear Gurus,

    Greetings....

    i have a number to add in my math at 1st Std, the number is

    123012301230123
    + 123012301230123
    --------------------
    2460246024602460
  8. Reading Windows event Log types (system, security, system....)

    Dear Gurus,

    Greetings to you !!!

    Can any one guide me how to list out the Windows Event Log types (like ApplicationLog, SecurityLog, SysteLog and many) . Is there any API's available.
    ...
  9. Replies
    3
    Views
    589

    Re: Using of a traditional dll in c++.

    For example.
    Do u mean headers of a dll?

    Can u show me with one example please.



    And also please correct me if i am wrong. Implicit linking to function is done in EXE and explicit linking...
  10. Replies
    3
    Views
    589

    Using of a traditional dll in c++.

    Dear guru's

    How is the External Dependencies folder created in the workspace of vc++(6.0) for the console application.

    I have came across this for a project which uses a traditional...
  11. File compression customization of Downloaded src code

    Dear Gurus,
    I have searched the forum, i could get the useful information which has directed me to the below link.

    I have downloaded the compression code from the...
  12. Replies
    8
    Views
    2,858

    Re: File send/recv client/server, code review

    Hi c0ldshadow and Everybody.



    The above code snippet was good for File transfer over TCP/IP Network. Can you show me how would you do, the File transfer, over the RS232 connection.

    ...
  13. Replies
    5
    Views
    820

    Re: USB connection proggraming ........

    Yes henky@nok.co.id ,The connection is between two systems on RS232 cable only.

    what/which transport protocol should i use, and how. Can you direct me to any link, or tutorial on this. Do you...
  14. Replies
    5
    Views
    820

    Re: USB connection proggraming ........

    Dear Gurus,

    can you show me, how do i send a bunch of file(s) over the network using RS232 connection only.


    advance thank you....

    Surender A.
  15. Replies
    5
    Views
    820

    USB connection proggraming ........

    Dear Gurus,

    ......Greetings!

    Please help me.
    The problem:
    1) Read the data from the Memory card, and compress the data.
    2) Send the Data through RS232 communication. And
    3) Send the...
  16. Replies
    5
    Views
    859

    Re: All about DLL's...

    Thank you Guru(s);


    Now i have understood that a regular DLL is nothing but a "C kind" of exporting functions but implemented through MFC way.

    And Extension dll are nothing but...
  17. Replies
    5
    Views
    859

    Re: All about DLL's...

    What i understand from your message is :

    Extension DLL's and regular DLL's are differt. So their creation and implementation.

    Does the extension DLL shares the implementation of Abstrat...
  18. Replies
    5
    Views
    859

    eXtension DLL Vs Regular DLL

    Dear Gurus,

    what is an extension DLL. what is the significant difference between a "regular DLL" and "extension DLL".?
  19. Replies
    10
    Views
    2,185

    Re: Analysis on Singleton class....

    humptydumpty

    Please don't mind, actually i could not understand the following line of code, in Singleton class example.
    MySingleton *MySingleton::myReference;
  20. Replies
    10
    Views
    2,185

    Re: Analysis on Singleton class....

    Kheun,

    Can you tell me about copy constructor in c++?

    -Suren
  21. Replies
    10
    Views
    2,185

    Re: Analysis on Singleton class....

    Using the above class definition for a Singleton class. how do i declare an instance in my Main function?


    -Suren
  22. Replies
    10
    Views
    2,185

    Analysis on Singleton class....

    Dear Gurus,


    Please clear my doubts. I have browsed this site regarding Singleton class, I got to know how singleton works. But there are lot of doubts raised against "Singleton Class".
    ...
  23. Re: convert the Drawing into Bitmap...possible?

    Yes C.Schlue. you re right. i am trying to store the Image information. I have tried your sample code , but its not trying . can you once again put it in Detail. Espicially BitBlt() function.
    ...
  24. Re: convert the Drawing into Bitmap...possible?

    That doesn't solve the problem. The thread you have directed to me , is concerned with an Existing Bitmap which is then loaded.


    Here my problem is. How do i convert a line drawn using CDC...
  25. convert the Drawing into Bitmap...possible?

    Dear Gurus,


    How can i convert the rectangle drawn using CPen on view to Bitmap.
    Can we convert. If so how?

    The problem.
    From the given inputs i am drawing the Map(set of lines , a...
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured