| Thread | Last Post | Replies |
|
| Large exe file | 10 Nov 2006 18:22 GMT | 1 |
I've written a somewhat large program over the years (70.000 lines of code). When compiling the program I get a 2MB exe file. When running this program I get an corresponding image in the task manager showing a 40 MB memory allocation . Yes, the program allocates memory ...
|
| how resolve this circular reference issue? | 10 Nov 2006 16:31 GMT | 2 |
I was wondering what options are available for resolving the following (simplified) scenario. Two project exist and each contains a class: ProjectA - Class1
|
| Ignoring Whitespace with DataTable.Select | 10 Nov 2006 14:46 GMT | 3 |
I'm trying to do a select on a column where the cell values in the column are padded with whitespace, is there a simple way to have the select expression ignore the whitespace? Thanks in advance,
|
| C# ListView CheckBox Question | 10 Nov 2006 14:23 GMT | 1 |
In C# Windows Form project, the CheckBox in a ListView Item. What do I need to do so the CheckBox will respond to the whole line Item, not just within the CheckBox itself? Thanks for help.
|
| desktop shortcuts - smart client applications | 10 Nov 2006 14:21 GMT | 1 |
We have a smart client application(based on .NET 2.0). We have a requirement to be able to launch it from a desktop shortcut. I am looking for various alternatives to fulfil this requirement with no success.
|
| Moving from MS Access to Visual Basic.Net | 10 Nov 2006 14:01 GMT | 2 |
I am wondering if someone can give me some pointers. Currently I am using Access 2002 I developed an inventory tracking database, which this database is used in California and in Florida. Unfortunaley Access is not very good as an enterprise wide database, accessing the data ...
|
| RUP | 10 Nov 2006 13:16 GMT | 1 |
This may absurd but I would really like to if RUP is suitable as a software development process for .NET development? I know MSF is an ideal choice. Your comments is highly appreciated. Regards
|
| Scheduled Tasks c0000005 error | 10 Nov 2006 12:11 GMT | 7 |
I have written a C# console based program. The first line of code simply writes to the event log and this works 99% of the time, whether being run manually or kicked off by Windows Scheduled Tasks. However, the other 1% of the time Windows Tasks will return the following error ...
|
| Application to PUSH screen or page to a user via Internet | 10 Nov 2006 12:07 GMT | 4 |
First let me say I'm not a developer. I'm looking for someone that can either do this for me or point me to a technology that can. I'm in need of a way via the Internet to push a screen or webpage to a user. For example: If I'm speaking to you on the phone and I'm reviewing the ...
|
| Advice on Requirements Gathering/Analysis | 10 Nov 2006 11:33 GMT | 2 |
I have come mainly from a Development background. I have now to get involved in some Requirements Gathering / Analysis. My Customer is going to give me a brief Requirements document of what they want.
|
| how to access .c or .h file in vb dot net | 10 Nov 2006 10:18 GMT | 1 |
my question is.. if i hav a function written in 'C'..is there ne way 2 access tht function vb dot net form or application.. rply..
|
| XML Schemas (SOM) - Finding order of elements | 10 Nov 2006 04:31 GMT | 2 |
I am a newbie to using the XML Schema Object Model (SOM) and would like a few pointers on how to perform a particular task. I am essentially trying to search for elements/attributes via the SOM as they appear in a visual XML editor (as in the tree view).
|
| Mutually dependent drop-downs | 09 Nov 2006 22:55 GMT | 2 |
I have 2 drop-downs on my web form. I need to make the contents of the second one dependent on the choice from the first. How? I tried removing the existing entries from the second listbox and reloading with new values but I got an error "collection was modified, enumeration ...
|
| Difference between in signing in 2.0 and 1.1 | 09 Nov 2006 20:29 GMT | 1 |
Is there any difference between signing 2.0 and <=1.1 assemblies. Thanks In Advance.
|
| VS2005,VB,BindingNavigator: programmatically moving to record | 09 Nov 2006 20:14 GMT | 7 |
As you can tell, I am new to VS.net. I have a VB project with a defined data source pointing to a table in a .mdb file.-- The associated fields are displayed in textboxes using the tableBindingSource. There is also an associated BindingNavigator. The table's primary key is a ...
|