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

Search:

Type: Posts; User: kingslee

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    663

    Re: Data Relation problem

    Hello guys,
    I made it work with the xsd itself.

    thanks.
  2. Replies
    1
    Views
    663

    Data Relation problem

    Hi,
    My datasource contains 3 tables.
    1st table contains id,& so on
    2nd table contains id , name.
    3rd table contains name , age.

    I made two list box when i click id, it should relate with id...
  3. Replies
    7
    Views
    1,076

    Re: system.transaction problem

    I configured my sql server .. according to the steps given in the link .
    and also I test the sql connection through the Data connection test connection.

    If I am doing something wrong, Please...
  4. Replies
    3
    Views
    1,202

    Re: TransactionScope !@#$

    thanks dbui for your reply ..
    I followed some of the steps but I am not able to make it ..
    thank you once again
  5. Replies
    7
    Views
    1,076

    Re: system.transaction problem

    thankyou hspc for ur reply.
    but I am stil struggling with my code ..
    I tried all the steps for the error.

    I dont know what i am doing wrong?

    can u show some sample running code ..
  6. Replies
    7
    Views
    1,076

    Re: system.transaction problem

    thanks hspc for your reply.
    the problem comes in Connection1.open();
    its not able to open the connection .

    i enabled the remote host.
    and I test the sql connection by test connection.
    It...
  7. Replies
    3
    Views
    1,202

    Re: TransactionScope !@#$

    hi!

    did u chect whether the connection is opened or not?
    I also have the same problem, but the error occurs while opening the connection.
    If you found some answer please inform.
  8. Replies
    0
    Views
    862

    system.transaction problem(ADO.NET -sql)

    Hallo guys,
    I try out to use system.transactions, in which I use the msdn code .
    but I constantly get error 40: server does not allow remote connection.

    but I enabled the remote connection. I...
  9. Replies
    7
    Views
    1,076

    system.transaction problem (c#, sql 2005)

    Hallo guys,
    I try out to use system.transactions, in which I use the msdn code .
    but I constantly get error 40: server does not allow remote connection.

    but I enabled the remote connection. I...
  10. Replies
    3
    Views
    770

    Re: Basic c++ calling values problem

    thank you my friend.
  11. Replies
    3
    Views
    770

    Basic c++ calling values problem

    Hallo,
    I have a basic c++ problem .

    I have two c++ files, and i want to pass the values between each other.
    for example:
    Mac.cc and scheduler.cc

    In mac.cc , i have a (char buffer) value ...
  12. Replies
    2
    Views
    687

    Simple string split problem

    Hallo guys,

    I have string like a html tags , which has many attributes , I want to seperate each of them

    code:
    <Configuration Name="Release|Win32" OutputDirectory="Release "...
  13. Replies
    11
    Views
    1,714

    Re: ListBox problem

    Thanks Krmed+..
    It's worked ..

    Such a simple solution.

    Anyway I really wanna know about UI or Worker Thread implementation.

    Looking forward to get reply from PAdexArt and VictorN.

    As...
  14. Replies
    11
    Views
    1,714

    Re: ListBox problem

    Thanks VictorN for your reply ..
    I just going through the article ..
    I used the UI thread in my attached file ..
    .. I didnt finish the article .. yet..
    get back to you guys .. soon ..
    thnx...
  15. Replies
    11
    Views
    1,714

    Re: ListBox problem

    Hi,
    I am attaching one I did before and also one with thread.

    waitn for your reply

    kings
  16. Replies
    11
    Views
    1,714

    Re: ListBox problem

    Hallo PadexArt,
    I use seperate thread for all my function. Inside these functions, I need to use this Listbox control right. But these member variables are not declared according to the thread and...
  17. Replies
    11
    Views
    1,714

    Re: ListBox problem

    thnx PadexArt and Junma for your replies.

    PadexArt , I will try out ur nice way hint.

    I am gonna do thread for the first time and its really interesting .

    Get back to you, if i have a...
  18. Replies
    11
    Views
    1,714

    ListBox problem

    Hello friends,
    I create ListBox using MFC, in which I want to display the Output (like Visual c++ IDE debug windowor Output window).
    I create a button after that it starts processing and ready to...
  19. Replies
    6
    Views
    1,665

    Re: Problem in Stretching the Drawn image

    hallo,
    sorry for asking again and again ..

    I dont have a file which contains bitmap data.

    the text file i have , just give the coordinate of the object from the world coordinates..

    so...
  20. Replies
    7
    Views
    1,562

    Re: CFormView and system menu

    Goto Resource view ..-.
    select Menu->IDR-Mainframe...
    there u can add your menu item ...

    Hope this answers to ur query...

    kings
  21. Replies
    2
    Views
    1,085

    Re: Basic while loop question

    Ur query is not so clear ..

    the code compiles..
  22. Replies
    6
    Views
    1,665

    Re: Problem in Stretching the Drawn image

    Thankyou golanshahar for your info..

    I am workin on it. I have some basic doubts

    1. If we zoom the object, will the coordinates changes accordingly to the
    window or what?- Hope my...
  23. Replies
    6
    Views
    1,665

    Re: Problem in Stretching the Drawn image

    Thank you Marc G for your info.

    As I am newbie, I find little bit difficult in implementing this. But I try maximum and get back to you.

    Once again thankyou for your help

    cheers
    kingsly
  24. Replies
    6
    Views
    1,665

    Problem in Stretching the Drawn image

    Dear Friends,
    I am doing a project - in which i have an array of points world coordinates. Using that I Draw the image using SetPixel(). After that using rectangle tool in the...
  25. Replies
    2
    Views
    820

    Re: Condor: Anybody introduced to it(HTC)

    Am I posting it in the wrong section or what?
    Its ok I learned a little bit about it ..
    If any body needs info about it ..
    post a message...

    cheers
    kings
Results 1 to 25 of 35
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured