| Thread | Last Post | Replies |
|
| Regular Expression | 13 Mar 2006 10:57 GMT | 1 |
I have a textfield which accepts a name. I am validating the text field using the following statement Regex.IsMatch(txtFirstName.Text, ("^[a-zA-Z\-\.]")) The validation requirement is that it should not allow numbers or any
|
| Smart Client and App.config Offline | 13 Mar 2006 10:50 GMT | 3 |
I have a smart client (Framework v1.1, No-Touch Deployment) application that we have been using successfully for some time. We recently were testing some of the offline capabilities of the app and ran into a serious problem. When connected, the application launches flawlessly. ...
|
| Loading a form from another project | 13 Mar 2006 08:14 GMT | 2 |
I created a form in a project & wish to use it in another project. I Right click the project in the project explorer, & choose Add, then I choose Existing item & navigate to the FormMyForm.cs file. I do not link the file; it is a new item.
|
| Why is this not working?... | 13 Mar 2006 04:38 GMT | 2 |
Visual C++ 2005 Express MVP's and experience programmer's only please!... I need to get the number of lines in a textbox so I can insert them into a listview. The text comes from my database and is unformatted. I display the
|
| You have been reported!... | 12 Mar 2006 18:02 GMT | 1 |
This is admin abuse and you will be dealt with.
 Signature Eric Miller
|
| Admin abuse on this news group | 12 Mar 2006 12:02 GMT | 2 |
I have been trying to post help regarding getting text lines. It was not answered correctly by pvdg42. So I repost it with more detail. And either pvdg42 or pvdg42 friend who is a admin keeps deleting by repost for some reason and will not tell state the reason.
|
| ~~~~~~~~~~~~~~~~Visual C++ 2005 Express~~~~~~~~~~~~~ | 12 Mar 2006 11:26 GMT | 1 |
Visual C++ 2005 Express MVP's and experience programmer's only please!... I need to get the number of lines in a textbox so I can insert them into a listview. The text comes from my database and is unformatted. I display the
|
| help!..........Visual C++ 2005 Express | 12 Mar 2006 10:45 GMT | 1 |
Visual C++ 2005 Express MVP's and experience programmer's only please!... I need to get the number of lines in a textbox so I can insert them into a listview. The text comes from my database and is unformatted. I display the
|
| Form Size when targetting other machines. | 11 Mar 2006 20:03 GMT | 8 |
I have been tasked with creating an application that will be run on a PC with an LCD touch screen at a resolution of 1280x1024. Unfortunately, the development machine given to me only goes up to 1024x768 :(. The IDE will not allow me to set the form's size higher
|
| Open Windows Media Player | 11 Mar 2006 15:41 GMT | 2 |
I am using VS2003 C# and i want to run avi file from my application. How can i process that open Windows media player and run my file automaticlly ? Thanks,
|
| TabControl background | 11 Mar 2006 14:43 GMT | 1 |
I am using VS 2003 c#. I want to change background of TabControl, but i dont find the way to do it. How can i change the TabControl background to other Color ? Thanks,
|
| Configure TabControl | 11 Mar 2006 09:47 GMT | 1 |
How can I set the BackColor ande ForeColor of the tabs of a TabControl? How can I disable them? I can set the colors of the TabPages and also disable them, but this affects only the content of the TabPages, not the tabs. Thanks.
|
| Printing Large Windows Forms | 11 Mar 2006 06:06 GMT | 2 |
Hi I am relatively new to Windows development. I have a project which includes multiple long windows forms. Some of these forms have around 200 fields. These forms will use a combination of custom user controls and third party components. If it is at all possible I would like ...
|
| Do .NET controls have equivalent of LPSTR_TEXTCALLBACK | 11 Mar 2006 05:33 GMT | 3 |
Let's try this with a better subject since I didn't get any responses before... Do the .NET list controls (trees, etc) have the equivalent of LPSTR_TEXTCALLBACK/I_IMAGECALLBACK/etc? I'm trying to port an existing
|
| how do I navigate between forms in J#??? | 11 Mar 2006 03:39 GMT | 2 |
I have several Windows Forms that are supposed to work as one application. The welcome Form is designed as a main menu, with several buttons detailing navigation choices. The other Forms are designed to be the end points of the navigation buttons. My question is, what code
|