| Thread | Last Post | Replies |
|
| adding and calling registry value | 05 Apr 2004 10:36 GMT | 2 |
Hi, all I wonder if i should oput this question here. I use VS.net 2003 to create a setup and deployment project.. and i would like to add a string value in registry, which store the installation path of the program.. ( user can change the path when installing ).. how can i ...
|
| Windows forms app copied from Release/bin folder to another folder does not run. | 05 Apr 2004 09:16 GMT | 4 |
I have a C# forms app that accesses an Oracle database. When 'Release' built, it runs fine from the folder that it's built into but if I copy the app's .exe and .dlls to another folder it fails with the Oracle TNS error, ORA-12154: TNS: could not resolve service name Anybody have ...
|
| Parameter Value error | 05 Apr 2004 07:59 GMT | 5 |
why does this code cause the "Parameter count does not match Parameter Value count" error.??? Dim arGetaffManageparms() As System.Data.SqlClient.SqlParameter = New System.Data.SqlClient.SqlParameter(3) {}
|
| API functions | 05 Apr 2004 06:41 GMT | 1 |
I really don't like to use the [Import Dll] for usage of API functions Is the .NET Framework support in all API functions ? I use: Beep, IsNetworkAlive, ShellExecuteEx etc.. My application will not run on Linux or Mac since I go to Windows Functions What are the possibilities ? ...
|
| Modular Winform .EXE MDI Framework? | 05 Apr 2004 04:41 GMT | 2 |
I am looking for any info on creating an MDI WinForms application that uses the "main executable" as a main window container (along with a menu), but can launch other .exe from a menu that act as SDI forms themselves.
|
| A Pattern for Handling Null values in .NET objects | 04 Apr 2004 15:56 GMT | 4 |
I am looking for opinions and alternatives for handling null values in a data object which reads a record from a database table. This object will have properties which will be populated
|
| newbie: Strange exception | 04 Apr 2004 14:48 GMT | 1 |
In my VB.nET application I receive the following error: System.Runtime.InteropServices.SEHException When I debug, it seems as if there were an error in system.drawing.dll!System.Drawing.ImageAnimator.ThreadProcImp The whole error appears when I try to set the forms visible property ...
|
| File properties dialog | 04 Apr 2004 11:16 GMT | 2 |
Hi, all How can I display File properties dialog (r-click a file in Explorer, the click "Properties"menuitem) - C# Windows Applicatio Thanks a lot!
|
| command window / immed window | 04 Apr 2004 11:02 GMT | 4 |
i have this piece of code but it never shows the ex.tostring in the command or immed window. how do i see it? this is in a class
|
| Use Micrososft Excel With .NET Without COM | 04 Apr 2004 01:12 GMT | 2 |
i need to open a Excel File Without using the com Objects, how can i do this ??? i have see that msoffice 2003 install in the windows\Assmbly Directory an assembly, but i tried to browse it via reference, but dotnet 2003 doens?t
|
| How to pass an array from .net to oracle stored procedure | 03 Apr 2004 19:38 GMT | 2 |
Does anyone knows how to pass an array from .net application to oracle stored procedure Thank you in advance Nelson
|
| YENC Algorithm JPG | 03 Apr 2004 19:27 GMT | 2 |
I'm trying to get a Yenc Decoding algorithm working but keep getting the same problem. I'm using data from the yenc test newsgroup and have tried the same thing with most of the example source code on sourceforge etc. with multiple different posts and I keep getting the same problem ...
|
| Is there a tool that finds unused methods in code? | 03 Apr 2004 16:22 GMT | 4 |
Such a tool would be very great. We have a huge project with changing personal and so there is a lot of code that is no longer used or was never used.
|
| How can I read data from bluetooth? | 03 Apr 2004 15:10 GMT | 2 |
I want to develop pocket pc program with visual studio .net this program read data from internet and bluetooth.. For example when i send data from program(server side) with bluetooth , other machine(gsm or pocket pc which include bluetooh) read data and see
|
| 4 dll's : Strong name | 03 Apr 2004 12:41 GMT | 2 |
Hi Can any one help me on this issue I use 4 dll's in my .NET app. How will i create a strong name for all these 4 dlls and register it with the GAC. Help please.
|