| Thread | Last Post | Replies |
|
| Problems adding a reference with COM --converting to type .NET assembly failed | 24 Aug 2004 03:01 GMT | 4 |
Hello-- I'm in the process of coverting a VB6 app to VB.NET. My VB6 app is a help desk program, which scans a mailbox that we have set up for our help desk. We use Novell Groupwise and in my VB6 app, I added a
|
| Compiling resources into assembly | 24 Aug 2004 02:22 GMT | 1 |
My app consists of three parts: 1. Client app 2. A webservice with sourcecodefunctions 3. Local "end-user-compiled library"
|
| How can you highlight or disable a selection in a listbox | 24 Aug 2004 02:09 GMT | 1 |
I need disable or highlight a selection in a listbox to indicate that it has been selected before. I can already determine what values wereselected by storing those values in a stateview. Yet, how can I disable or point out those values were previously selected in a listbox ...
|
| MVP - please help - JIT debugger on XP .NET v1.1 | 23 Aug 2004 18:34 GMT | 1 |
I have a C# .exe running on .NET v1.1 that works on 2 of my 3 identically configured DELL XP SP1 machines, but crashes on the 3rd. When I press the cancel button (to debug) I get the message: Registered JIT debugger is not available. An attempt to launch a JIT
|
| Object Question | 23 Aug 2004 15:25 GMT | 2 |
following problem in the project i have a reference to 2 dll's which each have a function e.g. dll_one with function tst_one dll_two with function tst_two
|
| XML pass around | 23 Aug 2004 14:09 GMT | 3 |
I have an XML document that I am retrieving from a Web Service as a String. I need to load this String into a locally accessible XMLDocument and a custom class that I will Deserialize it into. I know how to do the serialization, but am having trouble getting the string into the ...
|
| Trying to Understand Compiler Error CS0011 | 23 Aug 2004 12:49 GMT | 1 |
I have the following setup: Project_1 Library =========================== public interface IDataStorable
|
| Framework 1.1 SP1 | 23 Aug 2004 12:26 GMT | 15 |
any word on SP1 for .NET 1.1 framework yet? thanks
|
| .NET resource file extraction | 23 Aug 2004 12:24 GMT | 3 |
does anyone know how to extract resource files from .NET applications? Being they are not standard resource files like the old Win32 ones (the .res files), ,is there any applications or such that have the ability to do this? or any source code on how to do it? thanks
|
| .NET Framework versions | 23 Aug 2004 11:55 GMT | 1 |
I have following problem on my development machine. I am using SQL Server Reporting services it required .NET version 1.1 . But I would like to run new Express Editions to try out new stuff that required .NET version 2 framework.
|
| want to know the mouse position on desktop | 23 Aug 2004 11:10 GMT | 1 |
I wnat to write a code to get the mouse postion while i move the mouse on the desktop. But i dont know how to do this. plz help me
|
| Datatable | 23 Aug 2004 10:50 GMT | 1 |
hello people Deleted row information cannot be accessed through the row. " Is anybody know what is error description
|
| isolated storage question | 23 Aug 2004 10:46 GMT | 1 |
Can you save data into isolated storage that is not user specific? I want to store application specific data that is the same for all users.
|
| TextBox data binding in TabControl | 23 Aug 2004 00:59 GMT | 1 |
When is a bound field not a bound field? On a tabcontrol we have a set of text boxes representing a Block Postal Address and also for Address lines/City State Zip etc. When we press a button the Block address is parsed into the other text boxes. The values are
|
| Is there an event generated when an application 'gets focus' within windows | 22 Aug 2004 20:57 GMT | 6 |
When running an application, and the user uses the minimize button to shrink it from the screen, is there an event generated when the application is once more 'maximized'? Similarly, is this the same event that is generated when a user clicks on
|