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

Search:

Type: Posts; User: xcreator

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    1,170

    Issues parsing data from silverlight Modal

    I have started a modal dialog from a main xaml page. when ok is click on the modal I need to add a tab to the main dialog. I tried this code but is not working. When the modal dialog is clicked, the...
  2. Replies
    1
    Views
    4,639

    Exception at Application start up

    I've created a WPF application and getting a xamlParseException every time I run the application. I tried to look for the line indicated which is the startup shell(XAML) but see nothing wrong. Does...
  3. Replies
    0
    Views
    5,687

    About Microsoft WPF exam

    Does any one knows how many questions are on the current Microsoft certification exam for WPF 70-502? Im planning to take it next month and would love to know that for preparation purpose.
    THank you!
  4. Replies
    3
    Views
    857

    DataGriview issue PLease help!

    I have a datagridview on a windows form and I need to select all the rows in the gridview when the user clicks a check box on the form.
    I put the code in the the Form_Load event handler:

    if...
  5. Replies
    8
    Views
    1,074

    Re: characters in a String Question

    Yeah the second one t----3, o-----3 . any help is greatly appreciated ! thanks
  6. Replies
    8
    Views
    1,074

    characters in a String Question

    Hi !
    I'm looking for the right code that takes a string and display the number of times each character displays in it. let's say.
    string = "ttiokk"; the output should be :
    t-----------2
    ...
  7. Replies
    0
    Views
    649

    A C# Book codes please !!!

    Hello everyone,

    I've bought the book (C# professional projects) published by Premierpressbooks. I'm desperatly trying to download the codes from the companion web site but the server seems to be...
  8. Replies
    5
    Views
    872

    Re: Visual C++.Net 2003 or 2005?

    is it possible to upgrade the 2003 to the new one ? I've just got the VC.Net 2003 Professional edition .I hope it's upgradble .if anybody know something let me know .
    thanks
  9. Replies
    0
    Views
    469

    From Dll to the web

    Hey Fellows,
    I'm looking for a way to send the information I get from a Database to the internet explorer browser. the browser should show the information when the user presses a button in my visual...
  10. Replies
    1
    Views
    518

    from Buttton control to the internet

    Hi !
    I'm desiging an button control that will take the user to a web site upon the button click event .but my problem is I don't really know how to code the even handler to perform this task .. I...
  11. Replies
    0
    Views
    1,368

    Free Programmer

    Hello ,

    a VisualC++/MFC programmer in New-york city,is looking for projects to work on for free ! I will be glad to work as a volunteer in any project in the tri-state area. please visit...
  12. Replies
    1
    Views
    557

    Maximizing SDI app

    Hello fellows !
    I'm having some hardtime finding out how to size my SDI app to fit the screen by clicking the maximize button .My view calss inherited from CFormView and I added controls on the...
  13. Thread: Drawing

    by xcreator
    Replies
    3
    Views
    681

    Hi ! To draw a graphic on a dialog box you need...

    Hi !
    To draw a graphic on a dialog box you need to add an event handler for t he WM_PAINT message on the dialog .you cthen choose to add your drawing code directly using the CPaintDC pointer or...
  14. Thread: Hi, I am new.

    by xcreator
    Replies
    2
    Views
    732

    Hi well to understand ADO, I think you have...

    Hi
    well to understand ADO, I think you have to understand first a little bit of Ole Db.OleBb is a set of COM interfaces that provide the funtionality to access data from diverse sources no matter...
  15. Replies
    1
    Views
    564

    OCX registration

    Hi !
    I'm having a problem with registering my activex control. Actually I finished with it and the compiler reports no error conserning the code.but when it comes to registering the control,I...
  16. Replies
    0
    Views
    727

    Timer for ActiveX !

    Hello!
    Right now I'm developping an activeX control that will show up the current system time ,and my question is : how do I add the time to an activeX control window ? I tried the technics for...
  17. Replies
    4
    Views
    678

    My Icon please !

    Hi Gurus!

    I'm writing a SDI application .as far as the application is conserned ,I mean the main functionality, everything is Going fine.but my problem is about the Dialog Icon .I design a new...
  18. Replies
    2
    Views
    809

    HI I worked on the code you provided .and Let me...

    HI
    I worked on the code you provided .and Let me tell you that It work perfectly!! Now I'm done with this problem .thanks a lot .I appreciate your help!
    Now can you please show me how to use the...
  19. Hi try this : use the string variable to hold...

    Hi
    try this : use the string variable to hold the integer value (like strValue = "integer";) and place this value in the SetTextArray method of the control with of course the cell ID.
    let me know...
  20. Replies
    0
    Views
    440

    Activex And timers

    HI Gurus !
    I need someone to help me about my activex controls.Actually I'm developping a control that will display the time in Digital notation and in the analog one at a mouse click.but when I...
  21. Replies
    2
    Views
    809

    MSFlexgrid is killing me help!!!!!

    Hi Gurus !
    I’m having some problems about working with the microsoft Flexgrid control.Actually I’ve designed a dialog containing this control and I have to populate a total of 7 Rows in it.My...
  22. Replies
    0
    Views
    458

    ODBC and access

    Hi gurus!
    I'm new to visual c++ and right now I'm working on a project that is about bulding an address book database application with ODBC.now my question is this:
    do I need to create a complete...
Results 1 to 22 of 22





Click Here to Expand Forum to Full Width

Featured