| Thread | Last Post | Replies |
|
| Dynamic Loading of a User Control | 24 Dec 2005 10:51 GMT | 1 |
I've create a usercontrol with a Calendar Control and a Textbox. The SelectionChanged event of the calendar populates the textbox with the selected date. Also, I've created an aspx page with an ASP Table on the page.
|
| Making a bootable floppy | 24 Dec 2005 09:45 GMT | 1 |
When I create the autoexec.bat and config.sys files and put them on a formatted /s floppy the config.sys loads the device 'oakcd' but the autoexec.bat file c:\microsoft\command\mscdex.exe /D:mscd001 does not run successfully.
|
| Dynamically load child DLLs? | 23 Dec 2005 17:18 GMT | 4 |
I'm looking at making a piece of software which will have a central executable file, and a list of DLLs (kind of like Office "add-ins") that will provide different functionalities - the idea being I can write new modules as and when they're needed, and distribute them to
|
| Detect drives that could contain removeable media | 23 Dec 2005 15:49 GMT | 3 |
Is there a simple approach in vb.net to search logical drives to determine which are removeable media types (e.g., a zip drive or the A drive)? I've used FSO with VB6 for this and am now searching for a vb.net replacement.
|
| Location of Dlls installed path registered in GAC | 23 Dec 2005 14:05 GMT | 1 |
How can we get the Installed path of a DLL that is registered in GAC? When I use System.Reflection.Assembly.GetExecutingAssembly().CodeBase, It gives path of GAC folder in winnt\system32. but I want the path where it is actually installed. I have placed a XML file
|
| save Image to sql database | 23 Dec 2005 12:53 GMT | 3 |
I want to save photograph of the customer to sql database, is there any sample data base , any hints for storing image in SQL. Thanks in advance. Hardik Shah
|
| load a dataset with an XMLString | 23 Dec 2005 11:45 GMT | 1 |
How do I load a data set with an XML string.(not Xml file).
|
| Smart Pointers (SQLDMO): Acquiring SQLServer2 interface from SQLServer interface? | 23 Dec 2005 10:08 GMT | 1 |
My C++ .Net project currently uses smart points for SQLDMO object manipulation: SQLDMO::_SQLServerPtr spSQLServer; HRESULT hr = spSQLServer.CreateInstance(__uuidof(SQLDMO::SQLServer));
|
| VS2005 & MSDE compatability | 23 Dec 2005 06:38 GMT | 1 |
Can anyone tell me if there is a solution to the following problem. I have an application that uses MSDE, I cant use SQL Express because we still need to support Windows 98. In VS2003 the bootstrapper plugin allowed us to install MSDE but now we have changed over to VS2005 there ...
|
| Load Excel in VB.Net | 23 Dec 2005 06:01 GMT | 3 |
Hi, anyone know how to load excel in vb.net? I trying to load a template with formula so that i can save to access. Regards, PCK
|
| Can you queue install apps or msi's | 23 Dec 2005 05:45 GMT | 1 |
Can anyone tell me how you run multiple msi's or install programs from a single msi. I'm using VS2005? Thanks
|
| Branch a project from VS 03 | 22 Dec 2005 22:38 GMT | 3 |
Is there a way to branch a source safe'd project from within VS03 ?
|
| Get first day of the month using MonthCalendar control | 22 Dec 2005 21:19 GMT | 3 |
Using VB Express 2005 How do I get the day of the first day of the month using the MonthCalendar control. so if the MonthCalendar control is set to the systems date.
|
| Layers (DIV) in Internet Explorer, print problem | 22 Dec 2005 20:35 GMT | 4 |
Sorry for posting this here but unfortunatly I couldn't find any appropriate newsgroup for this and since I've been active here with .net question I figured you guys might be able to help. This is a link to a very simple page that contains 2 DIV statements:
|
| parse a html page | 22 Dec 2005 20:26 GMT | 2 |
I want to parse a html-page to find the results of soccer. In Perl there is a package, where I can get all lines / items. Which classes I have to use - has anybody experiences about that. A simple 'read the page line by line' is great.
|