| Thread | Last Post | Replies |
|
| Web Service Error | 08 Oct 2007 11:45 GMT | 1 |
Hi, i have an error when i lunch my Web Service: the error is:" the 'type' attribute must be set to a valid type name.". someone have an idea?
|
| Why type parameter cannot used to call static method | 08 Oct 2007 11:00 GMT | 4 |
I tried to use type parameter to call static method but got compile error 'T' is a 'type parameter', which is not valid in the given context. Why this is not allowed ? Should I really use a lot longer ModelGenericBase<T>.test1() ?
|
| Getting TypeLib ID of a COM dll | 08 Oct 2007 09:55 GMT | 2 |
I need to somehow extract the TypeLib ID from a COM-dll compiled using VB6. Is is possible or do I have to look it up in the registry somehow (ie by iterating over TypeLibIDs in HKEY_CLASSES_ROOT\TypeLib\ and matching the DLL path info?
|
| inherit TextBox control | 08 Oct 2007 08:43 GMT | 3 |
I have a dialog with 2 TextBox controls. I want to add some functionality to one of the them. I created a class MyTextBox which inherits from TextBox. How can I connect one of the TextBox controls to my new class ?
|
| Call Form from Library thru remoting | 08 Oct 2007 08:39 GMT | 7 |
I am trying to see if I can call a Library remotely. The library contains a Form that I want to display then pass back some data to user that called this form remotely.
|
| How to read a word from an other application ? | 08 Oct 2007 05:14 GMT | 1 |
I am trying to write dictionary application where I want a pass a selected word from any application by ctrl+right click on the word. How can I achieve this? How can I read a selected word from other applications?
|
| Hide a Treeview | 08 Oct 2007 04:25 GMT | 1 |
This is very odd see the code below, it runs through it UNTIL the condition is set, and what happens then is the treeview (tvNodes) is no longer active, but is visible. Never once is the Visible property set false. Any takers?
|
| How to translate form? | 08 Oct 2007 02:51 GMT | 4 |
I'd like to know if there are good ways to let someone translate windows forms. We're using Visual Studio 7.1 and I've seen the GUI designer lets you change language very easily. However, I'd like to be able to let someone else do the translation, and they don't necessarily have ...
|
| Syncronized DropDonwList! | 08 Oct 2007 00:11 GMT | 2 |
Hi boys, i hope you can help me...i'm italian! I've 3 dropdownlist in an asp.net web page and c# in the codebehind. Every dropdownlist have 10 elements.
|
| Calculate Running Total from Array | 08 Oct 2007 00:02 GMT | 6 |
I have a array which contains the totals for each month and from this array I want to get a running total for each month decimal[] month = new decimal[12]; month[0] = 254; (Jan)
|
| Please help in converting small section of C++ program in C# progr | 07 Oct 2007 23:41 GMT | 2 |
// this is the code for calling fortran executable PROCESS_INFORMATION ProcessInfo; STARTUPINFO StartupInfo = { 0 }; memset((LPVOID)&StartupInfo,0,sizeof(STARTUPINFO));
|
| regex Help | 07 Oct 2007 21:29 GMT | 3 |
looking for regex pattern for validating emailid emailid can have a-z 0-9 - _ . (a to z, 0 ot 9, hyphen,undercore, dot) here is a sample which I got from net which doesnt allow hyphen(-) string
|
| Question that I have debated back and forth on | 07 Oct 2007 19:52 GMT | 2 |
I have a form that displays a list of items. The user can either click on a button called "New" to create a new item or double click on a row in the list to edit that item. An edit form is displayed for the add or edit and the changes are made and then the user clicks on a save ...
|
| form with "clear" | 07 Oct 2007 18:20 GMT | 2 |
i have a small form, with 5 labels and 5 textboxes (with 5 field validators), plus 2 buttons. Now, one of the buttons is the "CLEAR" one, and so if the user presses the clear btn all the field should be reset to empty.
|
| .net framework 1.1.4322 | 07 Oct 2007 17:38 GMT | 2 |
Although i had installed .net framework 2.0 and visual studio 2005,when i want to open an application writen in c#, an exception occurs: "To run this application you first must install one of the following versions of .net frawork:
|