I am trying to create a TextBox which can take Social Security Number in this format(121-ww-212).
Please advice.
I am using VisualStudio2008 and C# language.
Hi,
I have an outlook plug-in and it is working fine, but I have one issue there are few buttons and I am trying to use icons/ images on buttons with text content.
Please let me know how to use...
I am creating a Process in C# and want to print my "strName" value to command prompt.
This code is not printing any value , please let me know the right code.
I know this code is wrong,,but...
Hi,
I am trying to pass value from one windows form to another in desktop application using C#.
I have created two text boxes on Form1 and a button, on button click I am creating Form2 and From2...
I am trying to customize ClickOnce application for WPF project.
The simple setup works fine but we need automatic updates so we like to use ClickOnce and the requirement is to start...
I was working on a desktop application basically it’s a product now the programming part is over and I have created MSI for this product.
So product and setup both parts are ready but now I...
I am really new for WPF, I am trying to create Radiobuttons,checkbox and textbox control at run time.
Is it possible to create controls at runtime in WPF,if yes then please let me know good link or...
I have to create buttons,forms at runtime after reading XML file.
XML file will contain numbers of buttons and froms which i have to create run time.
Please let me know right way.
Basically I have to create a Desktop Survey tool or app which will change controls and text at run time.
Like TextBox,Checkbox,Radiobuttons,question etc.
Please let me...
I have created a web survey control which is working fine, now I have to create same thing for desktop application [Survey control for desktop application].
Please let me know your...
I have created a desktop application in VisualStudio2008 using C#. Now I am creating setup project for this application.
I am really very new for the setup and deployment project...
I am looking for all IIS commands, which we can run from command prompt.
I googled it but was’t able to find all commands.
I really appreciate if you guys help me out.
Basically I have created a survey application which will ask few questions.
What I am trying to do here , when user logon to his system this application should run automatically (Means startup)...
I am working on VisualStudio2008 (c#) and trying to create a windows form as a System Dialog.
Means when this form is open then user should not allow using any other application....