Search:

Type: Posts; User: samudrala_99

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,937

    Hai Everybody !VC dll in VB ?

    How to use a regular dll create using MFC Dll wizard in a vb application.

    I 've created a small dll by name sum(int,int) which returns an integer .

    I want to use this function in VB...
  2. Replies
    4
    Views
    1,287

    Creating Controls on Window

    I have created controls on window

    WndProc(.....){

    HWND hWndED;

    switch(uMsg){
    case WM_CREATE:
    hWndED=CreateWindow(....);
    ...
  3. Replies
    1
    Views
    10,103

    VC++ decompiler

    I've downloaded a VC++ decompiler. The problem with it is that it is giving me all the assembly instructions when I decompile any executable developed in VC++.

    It is working even for VB...
  4. Replies
    3
    Views
    3,914

    Decompilers ?

    I want to know Are there any decompilers available for exe's generated in VC++, they need not give complete info , atleast if they can provide some

    bye

    vamshi
  5. Replies
    1
    Views
    1,720

    PostgreSQL

    I am trying to use the default database provided by linux 6.2. That is PostgreSQL. My project has backend as PostgreSQL and frontend is C. Can any body tell me where can I get info about PostgreSQL...
  6. Replies
    5
    Views
    3,069

    how to trap Ctrl + Alt + Del

    I am developing an application which restricts the user to quit the application in un authorized way.

    To do that I need to trap Ctrl+Alt+Del key and Alt + F4 key .

    Can any body suggest me a...
  7. Replies
    5
    Views
    1,414

    How to place controls on a window

    I am developing a notepad package using windows API.

    To acheive that I need to place windows common controls on a window but not on a dialog box

    Can any body suggest me a solution for placing...
  8. Writing in to flat file using SDK programming

    I am fundoo windows CE programmer.

    I am actually trying to create a file and write into it .

    If I 've used MFC, then I can use CFile Class and creating object to it and happily use serialize to...
  9. Replies
    1
    Views
    986

    darcome , I want your help

    You said that u know jpeg programming in C
    i want your help, cos i am in urgent requirement of getting info on jpg programming

    expecting your reply

    bye


    vamshi
  10. Can't I reduce the default size of Activex Control (rcBounds)

    I am developing activex Control using MFC ,

    When ever i use the ActiveX Control Wizard from the
    File > New in VC++ , I will get default function OnDraw

    void MyCtl::On Draw(CDC *pdc,const CRect...
  11. Poll: I 've been using both win32 api and even mfc. ...

    I 've been using both win32 api and even mfc.

    I found a lot simpler is api than learning many classes of mfc.

    But any way I can say that I worked more on mfc than win32
    as i couldn't get...
  12. Replies
    2
    Views
    1,476

    bitmap in windows

    Hai can any body help drawing a bitmap in windows using windows sdk. I don't want the implementation using HBITMAP
    Creating memory DC.

    I am using hardcore technique which includes usage of
    the...
  13. Replies
    5
    Views
    7,940

    configuring to Base24 format

    hello everybody,
    I am a software engineer working in a reputated firm .Our present project is on ATM transactions in which we need to send data in base24 format .Could anybody help in...
  14. Replies
    2
    Views
    1,968

    Dumb Terminals

    I want to display a bitmap on dumb terminals thru my c program

    Can any body help me in this matter.
  15. Thread: Bitmap

    by samudrala_99
    Replies
    4
    Views
    1,458

    Dumb Terminals meant that terminals used in...

    Dumb Terminals meant that terminals used in novell netware
    where there is only monitor and keyboard and every operation is done on server side
  16. Thread: Bitmap

    by samudrala_99
    Replies
    4
    Views
    1,458

    Thanks salem, I am very happy with the reply u...

    Thanks salem,

    I am very happy with the reply u gave


    Thankyou very much for your immediate reply.

    Actually My task is not exactly this .

    I need to display a picture on dump terminals,...
  17. Thread: Bitmap

    by samudrala_99
    Replies
    4
    Views
    1,458

    Bitmap

    Can Any body help me in reading a bmp file from turbo c and displaying it ?

    I know that there is a designed structure for it.

    If any body can help me,it will be very grateful

    Thanks in...
  18. Replies
    2
    Views
    1,046

    Any MCP's on vc++

    Friends !

    I want to clear mcp on vc++. can any of u guide me in this regard.

    I wanna know what are the areas in VC++ should I have to get acquainted to clear mcp.

    If any body can guide me ?...
  19. Replies
    4
    Views
    1,228

    Activex Control

    I am unable to develop a perfect full fledged activex control using MFC. Can any body help where I can get complete info on it.
    Not what is provided by MSDN
  20. Replies
    3
    Views
    2,575

    gif or jpeg buttons

    I could not follow ! I want to insert just like to I do with
    CBitmapButton Class.

    I wan't a guidance in that regard

    any help could be considered with high regards
  21. Replies
    3
    Views
    2,575

    jpeg or gif of buttons

    I want to insert jpeg or gif image on button
    for my project. I am using mfc classes. Can any body
    guide to achieve my task

    thanks in advance
Results 1 to 21 of 21