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

Search:

Type: Posts; User: hijjawi

Search: Search took 0.03 seconds.

  1. Re: How I can make my MFC dialoge application workable online?

    Thanks for all suggestions and reply.

    I'll read about Citrix thanks.
  2. Re: How I can make my MFC dialoge application workable online?

    Thanks for your reply but I have no time to do that so I leave this option as last solution

    Thanks alot
  3. How I can make my MFC dialoge application workable online?

    I built an system using MFC dialuge and you can considre it like question answering system take its knowledge from Access DB and the system is just one interface like any chatting...
  4. Replies
    3
    Views
    1,074

    Re: Help with CEdit controls in MFC

    Thanks alot for your help. its works fine.


    best regards,
  5. Replies
    3
    Views
    1,074

    Help with CEdit controls in MFC

    I am new with MFC and I have an dialog interface contains an button, input box(edit control), and output box(edit control or list control).

    Mainly my problem is when I entered something in the...
  6. Replies
    5
    Views
    1,095

    Re: external or global function problem

    its working fine you are right
    Thanks alot
  7. Replies
    5
    Views
    1,095

    Re: external or global function problem

    Thank you for all of you .

    Its not working when I make the initialization in a Dialog class and in the Initinistance and even in the constructor of ProjectName class.

    but its working when Iam...
  8. Replies
    5
    Views
    1,095

    external or global function problem

    Hi all,

    I am using MFC dialog application and I have some global variables.

    I am struggling with where and how I can declare an external function to make initialization for external or global...
  9. Re: help with global variables in MFC dialog Application

    Thank you for your help. its work fine
  10. help with global variables in MFC dialog Application

    Dear all,

    I am using MFC dialog application to get an text input from the user and make processing on it and then reply with response but I need to declare some variables to be working throughout...
  11. Replies
    4
    Views
    821

    Re: Updating DB using MFC

    I means that no changes occurs on the field.

    please any help
  12. Replies
    4
    Views
    821

    Re: Updating DB using MFC

    Yes I tried dynaset ,snapshot and dynamic and they are not working as well.
  13. Replies
    4
    Views
    821

    Updating DB using MFC

    Hi all,

    I am struggling with one of my system's modules which is I need to edit filed's value in the data source depending on some variables.

    My problem is I stuck with Recordset type because I...
  14. Replies
    2
    Views
    1,732

    Re: Many errors and I don't know why?

    I can't believe that I spend two days to search about the problem and finally the problem was with like you said semicolon :)

    Thank you very much
  15. Replies
    2
    Views
    1,732

    Many errors and I don't know why?

    Hi all,

    I have many compilation errors in my solutions and the type of errors are very different.

    I am developing an MFC dialog application with visual studio 2005 and the follwoing is one of...
  16. Replies
    3
    Views
    4,524

    Re: text pattern matching(wildcard)

    Thanks for all but I need to make it without an regular expression using.

    I had some trials but still my function is not working well.

    I appreciate any help.

    Thanks
  17. Replies
    3
    Views
    4,524

    text pattern matching(wildcard)

    Hi all,

    I tried to make an matching between two strings the first is Pattern(" * weather * ") and the second is the user's input like User_str(" how is the weather in London? "), so these two...
  18. Replies
    6
    Views
    784

    Re: SQL statement with MFC

    Dear GCDEF,


    Thank you very much its work now .

    thanks alot and best regards
  19. Replies
    6
    Views
    784

    Re: SQL statement with MFC

    Thanks for all,

    But I mean I want to attach 2 variables to match them with two column's values like:

    CString SQL = " SELECT Col1 from Table where Col2= Variable1 and Col2= Variable2 "

    My...
  20. Replies
    6
    Views
    784

    SQL statement with MFC

    Good Day All,

    Really I tried to retrieve data from my Access DB but I struggle with the syntax when I need to attach an variables with the SELECT statement like the following :


    CString...
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured