| Thread | Last Post | Replies |
|
| Parsing a string | 27 Apr 2004 18:21 GMT | 3 |
I have the following string format that I am trying to parse 1-1- 1-1- 1-1-1
|
| Programmatically STOP a device (VB.NET) | 27 Apr 2004 18:10 GMT | 1 |
Does the .NET framework (using VB.NET) support the ability to programmatically STOP a device prior to its removal from the system? I have need to move data from a computer on one network to a computer on a different network. For various reasons, I am not allowed to join these ...
|
| Creating a Start Menu Bar | 27 Apr 2004 18:05 GMT | 1 |
Is there a way to create my own Start Menu bar, kind of like the ms office toolbar?
|
| Transforming from one dataset to another... | 27 Apr 2004 16:31 GMT | 2 |
I have a dataset containing one table with plenty of rows (>5000). I need to convert these to fit into another set of rows in the quickest possible way. I know what fields I will be getting in, and what fields need to be
|
| Best Practices Questions - Sending objects to/from a class modules/functions, etc? | 27 Apr 2004 15:12 GMT | 2 |
I keep asking myself this question as I write class modules. What's the best/smartest/most efficient way to send a large object back and forth to a class module? For example, say I have a data access module that creates a large
|
| Microsoft PDC 2004 | 27 Apr 2004 12:16 GMT | 6 |
Does anyone know if there will be a Microsoft Professional Developers Conference this year? Unfortunately, I can't make it to TechEd so I was hoping for a PDC this fall.
|
| Turning off dynamic help inside VS .NET??? | 27 Apr 2004 12:13 GMT | 5 |
is there a way to turn off dynamic help from displaying when clicking F1??? Every time I call help on a word the external MSDN opens up (just as I want) BUT also the dynamic pane inside the Visual Studio (VS .NET 2003) opens up. I've looked in the VS options and have found no way to ...
|
| OracleException | 27 Apr 2004 11:47 GMT | 4 |
When we do remote calls to a component that throws a System.Data.OracleClient.OracleException, we see a SerializationException when the original OracleException is being deserialized on the client Any ideas 22-Apr-2004 10:05:46---System.Reflection.TargetInvocationException: ...
|
| Why doesn't IsDBNull detect DBNull? | 27 Apr 2004 10:26 GMT | 9 |
This line of code returns error 13, cast from 'DBNull' to type 'String' is not valid If IsDBNull(Clinics.Clinics.Item(A).Workphone) The <other code End I
|
| C#, ugly Blue | 27 Apr 2004 09:17 GMT | 3 |
When I select a Node in my TreeView, It selected in blue. How can I change it ?
|
| Inherited forms cause problems. | 27 Apr 2004 08:51 GMT | 1 |
When i chnage the proprty say Txtbox name in parent form then derived forms throw error How could i chnage Base form properties so that derived forms get adjusted accrodingly.
|
| VB.Net | 27 Apr 2004 08:39 GMT | 2 |
Thanks for your time I write my applications using what I thought to be VB.NET, but now i'm not so sure. I'm in the job market, and they requested that I take a test to evaluate my vb.net skills. I thought it would be a slam dunk, but it wasn't. If I use Visual Studio.net to ...
|
| System.Configuration namespace | 27 Apr 2004 02:16 GMT | 2 |
Sorry if this is a bit long winded I'm working on a suite of winapps that need to use two levels of configuration data; application level and solution level. I found a reference on MSDN that suggested that app.config file can import
|
| Visual studio 2003 and 2005 | 27 Apr 2004 01:16 GMT | 3 |
will running visual studio 2003 and visual studio 2005 alongside cause any problems?
|
| c# lesson for c++ developers | 27 Apr 2004 01:11 GMT | 1 |
I was sitting on my porch reading 'c# Class Design' from WROX press and i thought this paragraph was interesting: ______ Where reference types are concerned, C++ developers will need to get used to
|