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

Search:

Type: Posts; User: sabitha

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. frame window is changed to cframewndex to cframewnd

    In my application I changed CFramewnd class to CFrameWndEx. When image is displayed on view I moved toolbar, then the framewnd is changed to CFrameWnd. Can any one suggest what is the problem is.
  2. extract the xml data values in the specified format using C++ code

    Hi everyone,

    Can some one please help me how to extract the data values from the following XML file using C++ code.

    The attached txt file contains the xml format.

    From the example shown in...
  3. Replies
    1
    Views
    627

    split a static button

    Hi

    How do I split a static button into multiple views. Can anyone help me to do.

    Thanks
    Vijaya
  4. Replies
    9
    Views
    9,051

    Re: Convert JPEG or BMP imgs to PNG format

    Thanks it works fine :)
  5. Replies
    9
    Views
    9,051

    Re: Convert JPEG or BMP imgs to PNG format

    Actually I have to save the compressed JPEG image to PNG format.
  6. Replies
    9
    Views
    9,051

    Re: Convert JPEG or BMP imgs to PNG format

    Thx for ur kind response. I have to convert the image through VC code.
  7. Replies
    9
    Views
    9,051

    Convert JPEG or BMP imgs to PNG format

    Hi
    I would like to convert JPG or BMP images into PNG format. How can I convert?
  8. Re: Auto db connetion when SQL server restarted in VC

    Please help me..... Its important
  9. Replies
    0
    Views
    610

    _ConnectionPtr failed

    while execution of application the database disconnected because of SQL Server is failed. How can I know that connection pointer failed.
  10. Re: SQL Server restarted while execution of application

    Please any one help me. I need solution for this query
  11. SQL Server restarted while execution of application

    I have to reexecute my application when SQL Server is restarted. To avoid this problem I have to connect database automatically when SQL Server is restarted. I am using one global connection...
  12. Re: Auto db connetion when SQL server restarted in VC

    How can I ping command to server ?
  13. How do I know SQL Server is restarted while execution

    If the SQL Server is failed while execution of application, I should close exe forcefully and execute again whenever SQL Server is restarted. To overcome this problem I have to connect the database...
  14. Auto db connetion when SQL server restarted in VC

    How can I automatically connect database when SQL Server restarted while execution of VC application. Please suggest me how to do.

    Regards
    Vijaya
  15. Replies
    10
    Views
    8,384

    Re: Default font size for all controls in dialog

    Thank you. It is working fine.
  16. Replies
    10
    Views
    8,384

    Re: Default font size for all controls in dialog

    I should not set font size for individual controls. I have to do this by setting font size to dialog.
  17. Replies
    10
    Views
    8,384

    Re: Default font size for all controls in dialog

    pFont is CFont pointer object.

    nTextFontHeight = 20;
    m_cFontDialog.CreateFont(nTextFontHeight, 0, 0, 0, FW_NORMAL, FALSE, FALSE, NULL, DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS,...
  18. Replies
    10
    Views
    8,384

    Default font size for all controls in dialog

    I Supposed to set font size for all controls in dialog at runtime. I tried SetFont(pFont) in OnInitDialog function. But the font size is not changing. Please Suggest me. Thanks.
  19. Replies
    3
    Views
    966

    Re: Know Port and address using sockets

    Hi
    How can I connect a client with remote client? The server should be with one client, but not with both clients.
  20. Replies
    3
    Views
    966

    Re: Know Port and address using sockets

    Thank you very much. Your code is working fine.
  21. Replies
    3
    Views
    966

    Know Port and address using sockets

    Hi
    I am working on CAsyncSocket on network with two computers. I tried to get client address and port number using GetSockName() function. But I got address as "0.0.0.0" and the port number as...
  22. Replies
    3
    Views
    2,195

    Re: Add month to date

    Thanks for giving reply.
    My problem is solved by using COleDateTimeSpan.
  23. Replies
    3
    Views
    2,195

    Add month to date

    Is there any similar function in vc++ as DateAdd function in vb6. Its Urgent.
  24. Re: How to know Access database table is open or not

    Hi Sabin,
    I too create flag file while updating table and deleting that flag file when the table is close. But there is one problem that if system crash may occur when the user updating the table,...
  25. Re: How to know Access database table is open or not

    Database is opened using OpenDatabase method


    gtDBasePath = gINIGetSetting(ltINIFile, ltSECTION, "Database", tSpearsPath & "dbase\Tip_Data.mdb")

    Set gDB = OpenDatabase(gtDBasePath)
Results 1 to 25 of 28
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured