| Thread | Last Post | Replies |
|
| marshal complex structures to native C dll | 22 Jul 2005 21:47 GMT | 1 |
I have a problem with marshaling complex structures (containing numbers, strings, arrays of another structures) to native C function in dll. I have already posted same question to .compactframework thread, but nobody helped.
|
| No line number at top level of Stack trace | 22 Jul 2005 21:41 GMT | 5 |
I have an error dialog which shows the stack trace, usually without line numbers in the release version. To try to diagnose a particular problem, I have provided a user with a debug version of my program, and now line numbers do appear.
|
| ByVal vs. ByRef | 22 Jul 2005 21:15 GMT | 4 |
Sorry for the newbie question. I'm passing around a database connection into several forms. Do I use byref or byval for the variable, and why? To me I should use byref, since I don't want a copy of the connection.... thanks
|
| Copying access objects using .net | 22 Jul 2005 20:13 GMT | 3 |
How do I program vb.net to copy a query or table from one MS Access database to another? I'd like to accomplish what import does when it copies Access objects (primarily queries but some tables) from another database into the database
|
| Changing Globalization CultureInfo | 22 Jul 2005 18:29 GMT | 1 |
Hello everybody; Somebody has a simple example of like applying to the change of Globalization to an application MDI with children windows already opened?
|
| Visual Studio 2005 Stable ? | 22 Jul 2005 17:56 GMT | 10 |
I have to implement a application that use Serial COM ports and I was thinking to use VS2005, but I wan to know is that is true that is stable ? I heard that the release date is November 7 2005 and I have to release the app in August 2005, I want to move to 2005 so I can use ths ...
|
| IADsUser.OfficeLocations | 22 Jul 2005 16:15 GMT | 1 |
I try to change the OfficeLocations parameter of a IADsUser interface Instance. I write code in C#. If I write currentUser.OfficeLocations="something";
|
| Deleting database at runtime | 22 Jul 2005 14:39 GMT | 2 |
I'm using ASP.Net and code behind 'vb'.SQL Server as backend. I want to delete database at run time. If im deleting the databse using 'DROP DATABASE databasename' its throwing exception ' Database currently in use'. How to delete the databse during runtime. I have created a new ...
|
| Using an Application Configuration file | 22 Jul 2005 11:35 GMT | 2 |
I want to use an Application Configuration file (App.config) to store the connection string for a .Net Class Library project. This is the App.Config file... <?xml version="1.0" ?>
|
| Need advice how to approach project? | 22 Jul 2005 09:54 GMT | 4 |
I'm getting ready to build an application in vb.net. It's a game the will will have a countdown clock, keep track of points and user inputs. One game that will be played by the same people. It will be hooked up on a private network, possible up to 100 workstations, connected to a ...
|
| AJAX with Microsoft .Net Framework 2.0 Release | 22 Jul 2005 09:47 GMT | 2 |
Would the AJAX be released as a part of .Net Framework 2.0 ?
|
| Differences in .Resources files between Visual Studio 2005 beta1 a | 22 Jul 2005 04:03 GMT | 1 |
Our build system builds against the 1.1 .Net framework, but uses msbuild from Visual studio 2005. This allowed us to create ant style .csproj build scripts, which we couldn't do with Visual Studio 2003.
|
| How to solve COMException | 22 Jul 2005 02:56 GMT | 2 |
I am trying to create a new object of "COMM object" inside my one "dll" object as shown below, oMSComm = New MSCommLib.MSComm But its throwing an COMexception saying that there is no license for the application for the object. but the same program is working in my development ...
|
| HtmlInputFile Problems | 22 Jul 2005 02:40 GMT | 1 |
I am trying to use the HtmlInputFile control to upload files from a clients machine to the server. However, when I attempt to access the postedFile element of the control, postedFile is null, resulting in a crash. Does anyone have any idea why htmlInputFile.postedFile would be ...
|
| Urgent: How to NOT display " " in datagrid when NULL | 22 Jul 2005 01:39 GMT | 2 |
Can someone show me how to display an empty string in a boundcolumn of a datagrid when the data source item is NULL. Datagrid by default displays the and that's BAD!!!!! I've tried the following in the ItemDataBound event but it gave me an
|