| Thread | Last Post | Replies |
|
| Windows Installer not getting included??? | 08 Oct 2004 13:17 GMT | 2 |
Can some1 pls help me with this I have recently installed .net framework bootstrapped plug in to include mdac and .net framework in my custom application setup. Now the problem is, MS Windows Installer 1.5 is getting included the package?
|
| a little problem i face when creating a variable.. | 08 Oct 2004 13:13 GMT | 3 |
> i have a file named CDSEncoder.cpp, and i wanted to create a member variable > of this in KNNDlg.cpp...so i wrote the following under my KNNDlg.h file > > protected: |
| Reverse engineering to diagrams (not just class tree) possible? | 08 Oct 2004 12:42 GMT | 1 |
With my set up of Visio (2003) and Visual Studio (.Net 2003 Enterprise Architect) I can only reverse engineer C++ code into the class-tree. Is it (supposed to be) possible to generate a static (class) diagram? It seems like this at least has been possible (according to the "Using
|
| Serialize Assembly to Stream and back again | 08 Oct 2004 10:16 GMT | 2 |
I am trying to serialize an assembly into a byte array. I am using a BinaryFormatter to serialize the assembly into a stream. Once in the stream, would then save this to the database in a byte(). I have come across a few issues with deserializing the stream so I decided
|
| Dectecting close (X) click | 08 Oct 2004 09:15 GMT | 2 |
I may have missed something simple here but I want to know that when a form is closed whether it was closed when the X is clicked. How is this achieved?
|
| double | 08 Oct 2004 09:14 GMT | 2 |
I'm trying to multiply two doubles and assign the result to a double as well. But it seems the result is rounded up. x = 907.18474 y = 2.2046226218487757
|
| BC30002: Type 'DirectoryEntry' is not defined. | 08 Oct 2004 09:02 GMT | 1 |
I am trying to use System.DirectoryServices for quering Active Directory, I am getting the following error Compiler Error Message: BC30002: Type 'DirectoryEntry' is not defined. Why I am getting this error ?
|
| Read hyperlink in excel sheet in VB.net | 08 Oct 2004 08:23 GMT | 2 |
I have an excel sheet that have one of its cells as a hyperlink I need to read this cell through Vb.net and get the value of the hyperlink (the whole path ex: \\c:\document\..... ..... ... .. , not only the cell content)
|
| upload, download, vb .net ? | 08 Oct 2004 08:15 GMT | 1 |
is there anything like the inetcontrol(vb6) in vb.net, i need to upload and download files from a vb.net application, why is it so hard to find an example of this with .net GATMAN
|
| Customizing Windows Installer | 08 Oct 2004 08:05 GMT | 1 |
How can I customize windows installer to run osql command and install Internet Explorer, when user runs setup.exe file. Thanks
|
| determine if application is already running | 08 Oct 2004 08:00 GMT | 4 |
is there a simple way in .Net to determine if there is already an instance running of an application ? I want to avoid that a user starts an application twice. Thanks,
|
| writing ints to file in reverse byte order | 08 Oct 2004 07:44 GMT | 6 |
I need to support a file format that stores integers with the MSB first and the LSB last. When I use BinaryWriter aWriter = new BinaryWriter(aFileStream, Encoding.ASCII); int someValue = 1;
|
| program surveillance | 08 Oct 2004 07:03 GMT | 3 |
I'm italian programmer I would have to realize a video program surveillance for cellular and I do not know just from where to begin. Someone has a po' of experience in merit? Practically through the cellular one I would want to be connected to
|
| Newbie help | 08 Oct 2004 05:26 GMT | 1 |
I am writing application for getting icon of drives and folder. I want to get icon of 'My computer' through code. Can some one help me. Thanks in advance
|
| Opening a browser using system.disgnostics.process class | 08 Oct 2004 04:39 GMT | 2 |
I'm trying to open an instance of the default browser and browse to a URL. I'm seeing an issue with the process class where if i execute my process using this code Dim p As Process = New Process
|