| Thread | Last Post | Replies |
|
| vb.net Marshalling: Passing array of structure to dll | 29 Sep 2004 21:39 GMT | 7 |
Does anyone know how to pass an array of structures to a DLL? Here's what I'm doing... the VB.Net error is at the end. *** C++ Structure Declaration: typedef struct _SOME_STRUCT
|
| Windows Service in VB.Net | 29 Sep 2004 17:43 GMT | 2 |
I created a Windows Service in VB.Net and I tried using the InstallUtil and I keep getting this error message -- please help Exception occurred while initializing the installation: system.io.filenotfoundexception: file or assemble name emailpooler.exe, or
|
| OLAP tool | 29 Sep 2004 16:03 GMT | 1 |
Can anyone point me towards some .Net commercial software applications? I know of a few really good ones (Databeacon's upcoming reportingware, Riverdeep's Print Shop, and Citrix' MetaFrame Access Suite). Others?
|
| Using the Page class | 29 Sep 2004 15:51 GMT | 1 |
For my application I am planning to build a base class for all my webforms, this class will be called SitePages.cs. Within this class there will be methods to retrieve page details from the database, page security, some site specific error handling and methods to retrieve ...
|
| Cross platform development | 29 Sep 2004 15:45 GMT | 1 |
I'm a really a new with this cross platform development, so I have some dumb questions, which I hope you can help me with. If there is a better newsgroup for this question, please point me to it. I have written a Win32 application in Delphi.
|
| remoting general | 29 Sep 2004 15:43 GMT | 3 |
Hi friends I am new to remoting so this may sound silly. I don't understand remoting, I think its suppose to be client / server but why is it that you always need to attach somesort of service.dll to both the client and the server ? so
|
| visual studio general | 29 Sep 2004 15:05 GMT | 1 |
hi friends atm. I have two projects under 1 solution one client and one server... I was wondering if its possible to compile both from the designer in one go so that both begins to run at the same time.
|
| any class can do QueryServiceConfig | 29 Sep 2004 14:54 GMT | 1 |
Is there a method of any class can do win32 QueryServiceConfig? Thanks
|
| Write to File after creating it ??? Known issue or my code? | 29 Sep 2004 14:49 GMT | 1 |
I have an error handling routine in Win app. If there is an error, the app throws an exception and writes it to the text file all info about the error so the app can send it to tech. If file doesn't exist to begin with, it creates it. What happens is that after it creates file, it ...
|
| Login Page Problem; Click Events not fired | 29 Sep 2004 14:31 GMT | 10 |
I have a very strange problem on my login Page. the Page was working fine a few days back, but now does not generate post back events for controls. this login page uses form based authentication. Whenever the button is clicked, no event is raised, infact it doesnt even go
|
| what control is this..... | 29 Sep 2004 14:10 GMT | 2 |
in IE explorer......what control is this...it is toolbar? that had round button...similar to netscape and firefox.. does ne 1 knows? regards,
|
| .Net application and WinXP SP2 Firewall | 29 Sep 2004 13:37 GMT | 1 |
I recently installed Windows XP SP2 (Had no problems with it at all FWIW). One of the applications I am writing has a server piece that communicates on a TCP/IP port that is blocked by default in SP2. When I tried to run the server the firewall asked me if I wanted to make an ...
|
| Icon drawing: inverse suddenly stopped working | 29 Sep 2004 13:07 GMT | 1 |
I have drawn an icon. I used the the inverse color on the color window in order to get transparency. However, now the inverse color has stopped working by some reason. Why is this? I press and press the inverse color "button" but nothing happens.
|
| Progress Bar in Visual Basics | 29 Sep 2004 13:05 GMT | 2 |
I would like to show the progress of an application using the progress bar in visual basics using the timer.Please help me. Thanks in advance.
|
| .NET dll config file | 29 Sep 2004 07:18 GMT | 2 |
This is a bit with versioning and installation of the .NET dlls. I want to perform the following, [THIS IS WITH REFERENCE TO WINDOWS APPLICATION] 1. A third party application will be invoking my .NET dll
|