| Thread | Last Post | Replies |
|
| US MAp software for .net | 05 Mar 2008 18:29 GMT | 7 |
Does anyone can indicate a software that shows US map and allows states and region selection. We need to associated sales managers with states. That part is easy, however for some states we need to associate more than one manager. So
|
| c# install and uninstall app | 05 Mar 2008 17:05 GMT | 2 |
I would like to uninstall app form both local and remote computers without the user knowing what is going on. I have admin right to all the computers so this is not a problem. Can this be done? Thanks
|
| Error on serializing System.Windows.Media.Color | 05 Mar 2008 15:41 GMT | 2 |
The following WPF code gives me an error: namespace WpfApplication1 { /// <summary>
|
| regex challenge | 05 Mar 2008 15:27 GMT | 9 |
I'd like to issue a challenge (I already have a class to do it so I'm not asking just to get the code)... Write one regex expression that removes all comments from a string. Hints:
|
| Going slightly mad - Insert sql not working from code but does in Access? | 05 Mar 2008 14:51 GMT | 6 |
I am trying to insert a row to an Access database: INSERT INTO tblTest (Val1, Val2, Val3, Val4, Val5) VALUES ('blah', 0, '', '', 'foo'); If I run this in my code:
|
| referencing ref variables in forms | 05 Mar 2008 14:30 GMT | 13 |
I've got a form associated with a custom control I'm doing. I want to include a ref variable in a constructor for the form, so I can feed info back out to the calling control. When I try to reference that variable in the Ok button code, it can't
|
| dataAdapter InsertCommand problems | 05 Mar 2008 14:05 GMT | 2 |
I previously used the following which works fine: SqlCommandBuilder mySqlCommandBuilder = new SqlCommandBuilder(daAccount); daAccount.Update(dsAccount, "Account"); But now I also want to retrieve the resulting identity column value from an
|
| How to load rtf in richtextbox with header and footer | 05 Mar 2008 07:24 GMT | 1 |
I am trying to load an rtf in a richtextbox with header and footer but i am not able to do that. Can any one tell how i can do this. Or is there any other control in C# that can solve my problem..
|
| XML Tree with more than one root | 05 Mar 2008 06:38 GMT | 8 |
Can someone show me a sample on how to save and load an xml tree with multiple roots? Most trees have only one root node, but I want more than one root. I know how to create one root,
|
| ADO.Net - Field size and precision | 05 Mar 2008 02:40 GMT | 2 |
How can I get the complet schema of a datacolumn using ADO.Net objects (the equivalent of ADOX in ADO 2.8) ? I need to know the DataType, the DataSize, the Precision... The DataColumn object only gives DataType.
|
| Linq a viable solution for XML? | 05 Mar 2008 02:37 GMT | 3 |
So far all the examples I have seen been working with simple XML files. Just curious, is Linqq a viable solution for handling a large XML file, when I say large, it means it has almost 2K+ nodes in it and it keep growing as well?
|
| Autoscroll oversized userControl in panel | 05 Mar 2008 02:11 GMT | 1 |
I have this program running on PDA compact framework in which it will receive paint message from server's networkstream and updates the client's screen by drawing on this custom 'Draw' userControl. Now on the PDA this 'Draw' userControl has a size of 480 x 320.
|
| XmlSerializer over NetworkStream | 05 Mar 2008 01:13 GMT | 3 |
I'm developing a server client programs which handle communications between PC and PDA devices. XmlSerializer is used to serialize Packet object and send/receive over networkstream. The program works just fine initially, but choke when there's a constant
|
| icons and bitmaps | 04 Mar 2008 22:13 GMT | 4 |
I would like to place some icons and small bitmaps in a dll, but im not sure how to go about this using c# any Suggestions Welcome thanks
|
| Install and uninstall apps using c#and WMI | 04 Mar 2008 21:17 GMT | 1 |
I would like to uninstall app form both local and remote computers without the user knowing what is going on. I have admin right to all the computers so this is not a problem. Can this be done?
|