| Thread | Last Post | Replies |
|
| PDF Generator | 09 Jan 2007 14:58 GMT | 1 |
I'm looking into working with an opensource PDF Generator or Converter.(ItextSharp etc...) However, in my research, none of these seem to give total control over placement of text. I need to place text in specific areas/coordinates.
|
| how to identify framework used for a Dll | 09 Jan 2007 12:31 GMT | 1 |
How can we identify which .Net Framework is used in a dll? Regards, Lalit
|
| .net framework updates | 09 Jan 2007 06:02 GMT | 1 |
i have .net framework 1.1, 1.1 hotfix and 2.0 can i unistall the two 1.1's and if i download 3.0 can i take off 2.0 also?
|
| Q : WebClient.DownloadData not working for HTTPS page through a PROXY | 09 Jan 2007 04:14 GMT | 4 |
I'm trying to upload some data via the request headers to a page on a secured site, the page is accessed through the office proxy. Through IE and the appropraite proxy settings I can browse to the page just fine.
|
| Global data concurrent access ? | 08 Jan 2007 23:25 GMT | 12 |
Hi friends, I have some global structure in my application. The data within this is read by some reader threads. There are about 10 new threads created per second. Threads do some processing and die. All threads process based
|
| How to differentiate between a program launched manually and launched by a windows task scheduler ??? | 08 Jan 2007 22:17 GMT | 3 |
I am writing a VB.NET application. It is a Windows application at the moment. The application contains a button. the click event of button perform a long running task.
|
| Value out of range | 08 Jan 2007 20:18 GMT | 1 |
Can anyone help me how to set the range of a Cell. i am using the following code to set a rabge. objTable.Cell(1, 1).Range.SetRange(0,Text.Length);
|
| Microsoft GUIDs | 08 Jan 2007 20:17 GMT | 4 |
I've got an application that runs at start up and based on the GUID will tell me what MS Office products are installed. I've found information that gives a descriprition of the numbering scheme for the GUIDs in Office 2000, Office XP, Office 2003, and Office 2007. I'd
|
| Debugging managed code under windows 98 | 08 Jan 2007 16:22 GMT | 1 |
I have this application that bevahes strange under some circumstances when running under Windows 98. I'm using v1.1 of the framework and my app is a standard Windows Forms app.
|
| ClickOnce with prerequisites | 08 Jan 2007 14:01 GMT | 1 |
Is ClickOnce deployment appropriate for an app where you have to ensure that the user has the correct framework installed (2.0) and also installs the SQLExpress plus scripts in the database? I've never used the ClickOnce technology before and am debating whether to use a batch ...
|
| How can I use C++ Lib file into dot net | 08 Jan 2007 10:18 GMT | 2 |
I have a library file (.lib) which was developed in c++, I need to use this lib file into .net Can I convert the lib file into dll or is there any way to use this lib in .net?
|
| CodeDom conditional expression. | 08 Jan 2007 10:01 GMT | 1 |
I would like to know the sequence of calls required to create a conditional expression like: if(a != null) {
|
| Issue in passing username and password credentials | 08 Jan 2007 08:59 GMT | 1 |
I am facing a problem in posting Web request with username and password credentials. I am working on migrating Java client application to .Net which will send request to Java servlet.
|
| Passing class through using P invoke | 08 Jan 2007 06:06 GMT | 1 |
I'm trying to pass an object through to unmanaged code using P invoke. My code for .net and unmanaged (visual objects) code is below. The object properties are not coming through right. The address is coming across as a garbled string and the postcode is not the right
|
| ClickOnce | 08 Jan 2007 03:07 GMT | 1 |
I have an app that the users install from the ClickOnce installation link. One of the user is seeing the error: System Update Required: Unable to Run. The application requires that assembly Microsoft.mshtml
|