| Thread | Last Post | Replies |
|
| Use Load or LoadFrom to load an assembly | 15 Aug 2004 20:26 GMT | 4 |
Which method is recommended (load or loadfrom) for loading assemblies, both in terms of performance and versioning of assmeblies? Thanks Karen
|
| BUG: CallingConvention not followed | 15 Aug 2004 20:05 GMT | 4 |
I have the following C# declaration: [DllImport("mylib.dll", CallingConvention = CallingConvention.StdCall)] extern static bool SomeFunc( IntPtr a ,int [] b
|
| Restrict the user to a particular folder in OpenFileDialog Control | 15 Aug 2004 13:21 GMT | 1 |
Hi Friends, Can anyone please help me with the OpenFileDialog Control in VB.Net? I want the user to be restricted to a particular folder only for selecting a file, i.e. they should not be able to change the directory in the OpenFileDialog!
|
| 2 extreme newbie ?s | 15 Aug 2004 11:02 GMT | 2 |
I just started programming in Visual Basic.NET about a month ago, so I am completely oblivious as to which libraries to look in. However, I have good experience with Java and C. Below are ten extremely simple questions which I couldn't seem to find the answers to after looking in ...
|
| C# interfaces, loading just the methods of the interface in the child class not the whole object into memory with new operator | 15 Aug 2004 09:37 GMT | 3 |
If you make an interface like this public interface IProcessInterface, and you have a subclass that uses that interface, along w/ other itnerfaces, but you want only the methods identified in IProcessInterface to be loaded into memory, is there a way to load only the interface ...
|
| List of countries | 15 Aug 2004 06:51 GMT | 4 |
Anyone know how I can access the "inbuilt" list of countries in Windows? Thanks. VV
|
| Simple question | 15 Aug 2004 01:55 GMT | 2 |
Suppose I built an application using the .NET Framework 1.0 compiler. Do I have to configure anything to make it run on higher versions?
|
| Bugs with Single | 14 Aug 2004 18:36 GMT | 5 |
I need to be able to take a dollars and cents amount stored in a single, multiply it by 100 and store it in an Int32 as the number of pennies. Ie, I want to convert a Single of $1.23F into an Int32 of 1230. I'm getting unreliable behavior from Singles though. Here is code to ...
|
| Socksified proxy ftp client ? | 14 Aug 2004 14:29 GMT | 1 |
I have written an FTP client in C# that communicates using sockets (System.Net.Sockets.Socket that implements Berkeley sockets). This does not work from behind authenticated proxies. I have been given to understand that for the client to work from
|
| Remoting | 14 Aug 2004 12:15 GMT | 3 |
I posted a similar question like this to a reply to another thread but it wasn't really relevant to that thread and I don't think anybody read it so I'm posting a new one. I'm trying to think of a use for remoting in the workplace, but can't. I
|
| Is COM+ include in .NET Platform Solution? | 13 Aug 2004 23:01 GMT | 2 |
Halo, Do anyone know that is COM+ is package together with Visual .NET Platform or it was an old technologies lastime? Thank you.
|
| .exe file execution | 13 Aug 2004 22:11 GMT | 3 |
In VB.NET, the output is a .exe file. Since I am new at VB, I am still only programming console applications. For a console applications, the only two ways I know of of executing it are to go to command prompt and type in: testrun.exe
|
| 1 and 2 | 13 Aug 2004 16:04 GMT | 3 |
any of u have exp with having version 1.1 of the .Net framework and version 2 (Beta) installed side by side? is it even possible? any input is greately appreciated.
|
| namespaces - what's the point? | 13 Aug 2004 15:03 GMT | 3 |
Can somebody please tell me what namespaces are actually for? I notice that when I start a new project in C#, it puts everything in a namespace of the same name as the project. I found them a bit annoying as when I save a class's .cs file to my 'generic
|
| Split a row in a datagrid | 13 Aug 2004 14:36 GMT | 1 |
We need to wrap one row into two rows in a datagrid. What would be the right approach for this ? Thanks.
|