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...
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...
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!
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:
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
...
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...
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...