| Thread | Last Post | Replies |
|
| help to find appropriate license | 29 Nov 2004 22:09 GMT | 1 |
we are a group of developer, our intention is to developer free Microsoft .NET components Initially source code is not available, so we are trying to find the appropriate license.
|
| Problem with Datagrid Sorting | 29 Nov 2004 21:09 GMT | 2 |
Hi. I have a webform datagrid which should sort whenever the column is clicked. However, when the column is clicked no sorting occurs and the datagrid (with the exception of the header) disappears. My code to perform the datagrid sort is below. My datagrid's AllowSorting ...
|
| Why use DLLs? | 29 Nov 2004 19:59 GMT | 14 |
I have a question regarding Application Development and the usage of DLLs. Because my EXE is growing I'm not sure if I should put some code into a DLL. But what kind of code should I put there? In my unserstanding it only make sense for code wich isn't often used. At
|
| Printing issue - Application hang.. | 29 Nov 2004 19:17 GMT | 3 |
Hi, I have huge data to print arround 1lakh recod on one streach . I given it directly to print by using javascript function Window.Print(); But the application hang
|
| EnumPropsEx API in VB.NEt | 29 Nov 2004 16:19 GMT | 2 |
Has anyone got working code using the EnumPropsEx API call in VB.NET. I have several other API calls working to get info from other application windows, but I can't seem to get this one working. Any help would be appreciated. Here is the code I'm using currently (that doesn't ...
|
| Application sser rights management | 29 Nov 2004 16:09 GMT | 1 |
I'm in search for a nice user rights management framework. I want to be able to check if the current user has the right to perform a specific action, like: create a new user. Something like:
|
| Advanced webbrowser control help needed | 29 Nov 2004 15:59 GMT | 3 |
I want to implement the same type of activeX restrictions in my browser application that the new SP2 for XP places in Internet Explorer. I have found 2 web pages dealing with this functionality (http://msdn.microsoft.com/library/default ...
|
| Advanced help with Webbrowser control needed... | 29 Nov 2004 15:53 GMT | 1 |
I want to implement the same type of activeX restrictions in my browser application that the new SP2 for XP places in Internet Explorer. I have found 2 web pages dealing with this functionality (http://msdn.microsoft.com/library/default ...
|
| DateTime | 29 Nov 2004 14:55 GMT | 2 |
I have some trouble. I hava configurable date format, for ex. like this 'yyyyMMdd' and I try to convert strings to date time, and .net give me an error 'string is not recognized as a valid DateTime', my code is: DateTimeFormatInfo df = new DateTimeFormatInfo();
|
| Global classes | 29 Nov 2004 13:43 GMT | 3 |
I have a instance of a class that needs to be access by mutliple parts of my application. How do I make this instance global to my entire application? Thanks
|
| Build Error in Inherited Forms | 29 Nov 2004 13:29 GMT | 2 |
I have a Studio issue where I have a base Form - FormA. FormB inherits from FormA. I have a property or a control in FormB called Prop1 that was NOT inherited from formA. Sometimes, when I edit a completely unrelated class, I get the following
|
| MS Visual Studio .NET Ver. 2003 trial version question | 29 Nov 2004 13:19 GMT | 1 |
Please could you let me know where I can obtain the above trial version. I have tried obtaining in on the MS site, but when I click the link it doesnt take me anywhere. Thank you
|
| I need an application that Uses the directory service(HELP ME FAST | 29 Nov 2004 10:32 GMT | 1 |
I wanna build an application that performs certian tasks 1)User Loggin through the Active directory Authentication according to the user type i need to perform the following tasks 2)I need all the IP address and the Host name of all the machines in an
|
| Want IP address and The HOST name in an inter network? | 29 Nov 2004 10:30 GMT | 1 |
Hi i am trying to learn the network programming and now i have a proble.I wanna create an application that automatically scans all the active machine and dispaly all its IP and Host names? Kindly reply to me as early as possible
|
| Extremely annoying stdole problem | 29 Nov 2004 08:01 GMT | 1 |
I use IFontDisp and some other stuff from stdole in VB.NET, but sometimes Visual Studio simply refuses to compile, complaining about various stdole errors (for example, it wants me to add a reference to stdole even though I already have a reference to stdole).
|