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

Search:

Type: Posts; User: guitz

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Is it possible to update old database from dbml file ?

    Hi all,

    I began recently a new job, a very interesting project (C#,.Net 4, Linq, VS 2010 and SQL Server). And immediately I got a very exciting challenge: I must implement either a new tool or...
  2. Replies
    1
    Views
    2,513

    Hook for Input Panel/Mouse Windows CE

    I develop an application for Windows CE 5.0 Device and actually I need just to observe if the user makes no inputs (over Input Panel or mouse click) for more than “X” minutes on the application....
  3. Replies
    1
    Views
    798

    How to detect the current email address????

    Hi all,

    In my application when some works are finished the program should automatically send an email to some persons (their emails are known before). The point is, different user can do this...
  4. Replies
    6
    Views
    6,670

    .NET (C#) and Word Application

    Hi all,

    I’m a C++ developer and a very beginner in both C# (.Net) and Word Programming. What my company wants next is something like this: from different texts to build a Word 2007 document and...
  5. Replies
    2
    Views
    2,328

    Re: WPF: Change the culture when application runs.

    Hi Arjay,

    some "small WPF applications" I have behind me and if my boss give me this job to find a solution for localization / globalization in WPF projects, I cannot say "Hey boss the company...
  6. Replies
    2
    Views
    2,328

    WPF: Change the culture when application runs.

    Hi all,

    I’m very very new in C#/WPF world, but this fascinates me more and more. Now I must find a way how our future application will use the localization / globalization. I did all the steps I...
  7. Replies
    1
    Views
    1,631

    Change the culture when application runs.

    Hi all,

    I’m very very new in C#/WPF world, but this fascinates me more and more. Now I must find a way how our future application will use the localization / globalization. I did all the steps I...
  8. Replies
    1
    Views
    1,216

    CFileDialog not in OS language.

    Hi all,

    Is it possible to show the CFileDialog in other language the OS one? Let say the user has an English OS but the application runs in Russian. It’s all fine, except the CFileDialog. This...
  9. Replies
    3
    Views
    3,076

    Re: Unit Test & MFC (Visual C++ unmanaged) project

    Thank you Zerver for your suggestion, but I want to try the Unit Test integrated in the Visual Studio 2005 Team Edition.

    Best Regards,
    Emil
  10. Replies
    3
    Views
    3,076

    Unit Test & MFC (Visual C++ unmanaged) project

    :cry:
    Hi all,

    I was very glad as I heard the company will migrate the project to VS 2005 (from 2003), because I hoped for a good help with Unit Tests. Well after some tries I’m very...
  11. Replies
    3
    Views
    1,002

    Re: How to merge toolbars?

    Thank you Victor for your answer, but this is not an option. Or let’s say it’s not an elegant one. You must imagine a lot of toolbar buttons for each file type (many types not only picture and...
  12. Replies
    3
    Views
    1,002

    How to merge toolbars?

    Hi all,

    I have a „Multiple top-level documents“ application, which should show different file types: pictures, music, etc. Now I have a common tool bar with action available for all file types...
  13. How to set a temporary truststore for WinHttp

    Hi all,

    we use WinHttp with SSL enabled for secure client/server connections. We have a private PKI and need to import our CA certificate into an appropriate truststore, so the SSL handshake runs...
  14. How to set a temporary truststore for WinHttp

    Hi all,

    we use WinHttp with SSL enabled for secure client/server connections. We have a private PKI and need to import our CA certificate into an appropriate truststore, so the SSL handshake runs...
  15. Replies
    3
    Views
    3,217

    Re: SysShadow - own class?

    I don't understand what you mean. If I understand how sysshadow works, the dilog don't know its own shadow, but the shadow knows the dilog (event the dialog has a unregular region). So how observs...
  16. Replies
    3
    Views
    3,217

    SysShadow - own class?

    :cry: Hi all,

    For _WIN32_WINNT >= 0x0501 in a dilog class if you add the code:
    SetClassLong(m_hWnd, GCL_STYLE, GetClassLong(m_hWnd, GCL_STYLE) | CS_DROPSHADOW);
    in OnCreate you'll obtain a...
  17. Replies
    4
    Views
    731

    Re: Hyperlink in a text on a dialog.

    I don't know what you mean. :rolleyes: How can I display the hyperlink in a simply editor in thew middle of a text? :eek:

    Thanks,
    Emil
  18. Replies
    4
    Views
    731

    Re: Hyperlink in a text on a dialog.

    In this case I will have a broken text, it will look like:
    "There is somthing wrong in your
    application, click"
    here
    "to get the latest application
    update."
    I want a fluent text like:...
  19. Replies
    4
    Views
    731

    Hyperlink in a text on a dialog.

    Hi all,

    I have a simply Dialog and a Text (could be a static, or I can write it directly on a dialog). The text (message) looks like "There is somthing wrong in your application, click <HERE> to...
  20. How to get the certificate for an SSL server (HTTPS)???

    Hi all,

    I do not belive it!! I tried to obtain the certificate for an SSL server (http connectio) but I cannot. I use "INTERNET_OPTION_SECURITY_CERTIFICATE" or...
  21. Black painted if SetLayeredWindowAttributes is called.

    Hi,

    well I have a usual dialog based application with a resizable dialog. Because I have some regions which gonna be transparent, I make in the OnInitDialog the following call:


    const...
  22. Start an Application used DLLs from other directory.

    Hi,

    I have the following situation: the main executable is in a folder and some dlls - linked to the exe - are in other folder. They are needed to start the exe. Somthing like:
    InstallFolder\Bin...
  23. Replies
    2
    Views
    919

    http upload to a tomcat server

    Hi,

    I' using the CIntrernetSession, CHttpFile classes & co. to download from a server (tomcat) a zipped file (like in TEAR example from MSDN). It works wonderfull. But:
    HOW CAN I UPLOAD A ZIP...
  24. Replies
    3
    Views
    970

    Re: Antialised round corners in dialog

    Hi,

    very good stuff about Antialiasing you will find on:
    - http://www.codeproject.com/gdi/antialias.asp
    - http://msdn2.microsoft.com/en-us/library/9t6sa8s9.aspx (gdi+)
    and some example:
    -...
  25. Replies
    0
    Views
    626

    Handling the dilog resize by myself

    Hi all,
    I have a very special case: a skin dilog (without thick frame, without title bar), movable from anywhere you klick ( OnNcHitTest returns HTCAPTION if the parent reterns HTCLIENT)....
Results 1 to 25 of 67
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured