| Thread | Last Post | Replies |
|
| Centering a MasterPage in a browswer window using Visual Web Developer 2005 | 03 Dec 2005 07:20 GMT | 4 |
I would like to have it so that my webpages, which are built using MasterPages, always appear in the center of the browser of the user, even if he resizes the browser window. As a starting point, when creating the Masterpage, this is the generated html:
|
| HELP: Cast as Type VS 2003 | 03 Dec 2005 07:13 GMT | 5 |
I would like to cast an object to a value type specified by a variable of Type Function ReturnTest(InputVar as Object) as Object Dim DataType as Type = GetType(System.String)
|
| C# control in MFC Window/Frame | 03 Dec 2005 03:56 GMT | 6 |
I have an existing MFC based application that I prefer not to change much. For some new functionalities in this application, I'd like to write in C#. Potentially there are substantial two-way data exchanges between the existing MFC components and the new C# ones. In addition, I'd ...
|
| Communication with a .Net service | 03 Dec 2005 00:33 GMT | 3 |
Aside from remoting, what are my options for programming communication between an applicaiton and a .Net service? I want more than just the custom command interface, as I also need to be able to pass in a block of data on which the service is to act.
|
| Top Developer Conferences 2006 | 03 Dec 2005 00:32 GMT | 4 |
I am trying to get my training budget organized for 2006 and I was wondering if anyone could provide feed back on what they feel are the top developer conferences for 2006?
|
| can convert SID to group name ? | 02 Dec 2005 22:09 GMT | 2 |
i have the problem to convert the sid i get with the following code in the name of the group.. I need to get for example "group_test" and not "S-1-5-32-544" The code i use is
|
| scheduler with an api? | 02 Dec 2005 21:56 GMT | 1 |
I know that the Task Scheduler has an api one can use to maintain the tasks programmatically. Is there a more powerful easier to program scheduler out there? Tony
|
| Calling derived class method | 02 Dec 2005 21:36 GMT | 2 |
I defined a property in a base class that will under certain condition return its own value, but sometimes needs to pass the implementation to the derived class. Now the proble is that in the method I need a name of the derived class to perform some database query. It looks like ...
|
| using .net library in a asp 3.0 application | 02 Dec 2005 17:50 GMT | 1 |
is there a way to user the .net library in asp 3.0? for instance, use system.drawing to make graphs. Regards
|
| How to get the full path of local IIS root folder? | 02 Dec 2005 11:06 GMT | 4 |
Can anyone tell me how to get the path of IIS root folder from coding? Eg: C:\Inetpub\wwwroot. I would like to detect it via coding as not everyone set it at the default folder.
|
| Multiple Forms | 02 Dec 2005 10:43 GMT | 1 |
VB.net 2003 (Newbie) I have a Windows Application with 2 forms. On Form1 I have Dim sPathName As String
|
| c# Webbrowser control not working on citrix client | 02 Dec 2005 10:28 GMT | 1 |
I've created a program which fetches data from the internet using the WebBrowser and HttpWebRequest classes. The program has been tested on several computers and everything was working fine until we tried Citrix . The Citrix client in question has access to the internet through ...
|
| .NET Framework Configuration Tool for .NET 2.0? | 02 Dec 2005 04:26 GMT | 1 |
Is there an equivalent of the .NET 1.1 mscorcfg.msc for .NET 2.0? I'm trying to trust an assembly on a server that doesn't have Visual Studio installed. Would like to use an MMC snap-in instead of command line if at all possible.
|
| Oddity with WH_KEYBOARD_LL in VB.NET 2005 | 02 Dec 2005 03:14 GMT | 1 |
I have been working a program that uses a keyboard hook to trigger several different actions based on the key that is pressed. The code that I use (simplified and provided below) works perfectly in VB.Net 2003, but in VB.Net 2005 Pro, my keyboardhandle always equals 0, so the ...
|
| Graphics in VS2005 | 02 Dec 2005 02:17 GMT | 1 |
I've noticed that in adding a graphic to, say, a button the defaults are now gif, jpg, jpeg, bmp, wmf and png. You can use icons if you select 'All Files'. Does that mean icons are on their way out? If so what's the 'best'
|