| Thread | Last Post | Replies |
|
| Windows and Forms | 19 Feb 2007 17:44 GMT | 1 |
I need your help. I have MS Visual Studio .NET 2003. I noticed that if I added a context menu to a form. It will not work, unless you add the line: This ->ContextMenu = this->contextMenu;
|
| Problem in IE6 ( Windows 2000 Pro. ) | 19 Feb 2007 16:06 GMT | 2 |
Page content overlaps, text is too big or too small and page too wide.
|
| Sample web-Based Employee Login and Logout Application | 19 Feb 2007 15:49 GMT | 1 |
Hello Friends, Can i find any sample free webbased-application for employee login and logout timing. Thanks in Advance
|
| [COM+] and ADO.NET | 19 Feb 2007 15:28 GMT | 6 |
any hint to help me making the choice between COM+ and ADO.NET to connect to at least two Oracle databases ? Thanks
|
| Threading confusion! | 19 Feb 2007 15:27 GMT | 10 |
So I'm trying to figure out threading. I got the basic idea of how to start new threads, but getting a little lost with the form thing. I understand the that form runs a single thread, and can't start a new thread from an object within a form.
|
| Cross references and GAC | 19 Feb 2007 15:08 GMT | 2 |
I'm involved in a quite big project in C#/NET 2.0, with at least 50 VStudio 2005 projects.We don't use the GAC, and we tackling with all the DLL references is messy. We often don't have the right version of the dynamically loaded DLL.
|
| Finding Font File Name by FontName in Windows Vista | 19 Feb 2007 14:09 GMT | 5 |
Hello friends In c# 2005 I have written a function to access "font file name" by "Font name" and it is working fine in all the windows version other than vista, in vista it is throughing an error so please help me how can i access font
|
| MsTest and PrincipalPermissionAttribute Failure | 19 Feb 2007 14:02 GMT | 4 |
I am reposting this for a colleague because he has had some problems setting up his subscriber Nospam alias: I am having problems unit testing a method which is decorated with the [PrincipalPermission] attribute.
|
| HttpWebResponse is truncated | 19 Feb 2007 13:46 GMT | 4 |
I am using HttpWebRequest to get an HttpWebResponse from an https:// site. I am using cookies and certificates and everything seems to be working properly EXCEPT...
|
| Response.Redirect and Server.Transfer | 19 Feb 2007 12:39 GMT | 5 |
Ok I am going a bit insane here. I have written a class which handles redirects to certain pages according to database settings. When I use the response.redirect from within my class I get this error message
|
| To Gui.dll or not to Gui.dll | 19 Feb 2007 12:34 GMT | 1 |
I'm designing a Winforms application. I'd like to know if people would recommend placing all the Windows forms for the application in a DLL i.e. GUI.dll or break down the 'modules' of the application and place the win forms into each module/dll. For example if I have a custom ...
|
| does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint program. | 19 Feb 2007 11:42 GMT | 1 |
does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint program. System.Net.WebRequest myRequest = System.Net.WebRequest.Create(url);
|
| Encode to Quoted-Printable? | 19 Feb 2007 08:38 GMT | 2 |
I've successfully used System.Convert.ToBase64String to convert my files to Base64. Now I want to do the same for Quoted-Printable but I can’t see how that to achieve this.
|
| How to make Global Change to MS Document? | 19 Feb 2007 08:13 GMT | 1 |
I have 3000+ MS Word doucments in a folder and want to insert a header (image file) and a footer (some text) to all of these documents. Is it possible to write some script (VBA?) and
|
| Opening pdf Links in IE7 | 19 Feb 2007 08:10 GMT | 1 |
All my pdf links worked fine until I installed IE7 Does anyone know how to open pdf links in IE7? I just get blank pages tia
|