| Thread | Last Post | Replies |
|
| LoadFrom Method | 22 Mar 2004 18:29 GMT | 3 |
When using the Assembly.LoadFrom() method, are all referenced assembly also loaded into memory ? I'm trying to get some attribute settings on the assembly but is that possible without loading it ?
|
| Framework 1.1.4322 breaking Office in Windows 2000? | 22 Mar 2004 18:16 GMT | 1 |
I have framework installed on a few Windows XP Machines and on one Windows 2000 machine Office '97 is running on all of them and works ok in XP+Framework The 2000 machine takes about 3 minutes to open Work, Excel,... and to process any clicks or keystrokes. The Task manager is ...
|
| HKCU and HKLM/.../Run not running .Net apps | 22 Mar 2004 18:15 GMT | 1 |
I've had a problem with getting a small c# app that I've written to run at a particular user login on XP. I've added a reference to it into the registry locations: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run (first
|
| datagrid to textbox | 22 Mar 2004 13:52 GMT | 1 |
I have a aspx page with a datagrid with the select button exposed and a text box I would like to : 1. fill the textbox with a column from the selected rowset;
|
| Web browser control in Win form... | 22 Mar 2004 13:46 GMT | 4 |
I have a winforms in whihc a web Browser Control is emnbedded into it. 1) I want to assign some values to some of the controls(textbox, Label....) from my winform code. And i want to do actions form submit and other from my windows forms control.
|
| Microsoft Help: IEExe.exe and STA | 22 Mar 2004 13:27 GMT | 8 |
We are developing a windows application that is deployed using No-Touch-Deployment (with Full-trust). I have implemented Axhost handling microsoft web browser control SHDocvw.dll.
|
| "slimmed" framework | 22 Mar 2004 13:25 GMT | 4 |
I want to pass a vb.net program without having to install the whole .net framework on the other computer. Is there a possibility to install a "slimmed" version of the .netfx.exe? Has anybody already created such a slimmed version or can anybody tell me that this is definitely n ...
|
| question | 22 Mar 2004 11:32 GMT | 1 |
Can i install the 1.1 framework with the vs.net 2002, will it work..?
|
| Strong names | 22 Mar 2004 10:50 GMT | 1 |
is there some (detailed) documentation on HOW assemblies with strong names are verified? I couldn?t find any... I am looking for some docu to "rebuild" the sn.exe tool (at least for
|
| Sockects with authentication | 22 Mar 2004 07:56 GMT | 7 |
I want to create a socket using C# to connect to a proxy server which is password authenticated. So how do I pass the username and password to connect to the server I am using System.Net.Sockets.Socket class for connection Thanks in Advance Regards
|
| Problem with ansynchronous processing. | 22 Mar 2004 07:42 GMT | 1 |
As in platform in SDK, I can write another thread and interact with the application window using postmessage and sendmessage. But in .net framework, there's not methods like these, so how can I make these two threads( the windows thread and worker thread work together)
|
| Looking for a regular expression | 21 Mar 2004 14:01 GMT | 2 |
This is a variation on the repeated word problem. I am trying -- thus far without success -- to craft a regular expression to detect repeated words. However, in this expression, I need to allow for an optional comma and space between the repeated words and to capture the
|
| User Control + <asp:LinkButton> = JavaScript Error | 21 Mar 2004 13:34 GMT | 1 |
Can anyone please tell me why I get a javascript error (expected ';') when I simply add an <asp:LinkButton> to a User Control and the reference that user control in a webpage ? The <asp:LinkButton> is within a form which is set to runat="server"
|
| Canceling a print job | 21 Mar 2004 04:30 GMT | 3 |
If I know the name of a print job, how can I cancel it? I've been tasked with writing an application that monitors another application and prevents it from printing. I can monitor the Windows Print Queue and get called everytime a new job appears (using System.Management ...
|
| Difference between STAThread and MTAThread | 21 Mar 2004 02:04 GMT | 1 |
Im new to threading, curious if someone could explain the difference between STAThreads and MTAThreads.
|