| Thread | Last Post | Replies |
|
| Assembly.LoadFrom loading a .net 2.0 assembly from a 1.1 app | 27 Jun 2006 23:19 GMT | 2 |
Is it possible to load a .net 2.0 assembly from a 1.1 app using Assenbly.LoadFrom or possibly some other means?
|
| VB 2005 Splash Screen Exception | 27 Jun 2006 19:41 GMT | 3 |
I'm running VB 2005 express on Windows 2000, SP 4. I have added a splash screen to my project, which was running error-free until then. The first time I run it each time I open the IDE, the splash screen shows, then the main form shows, just as intended. Each time after
|
| CHM file with .NET | 27 Jun 2006 18:39 GMT | 3 |
Hy! I've got the following question in VB.NET. How can I access to a particular topic of a CHM file generated by HTML Help Workshop?
|
| SerialPort on a Thread | 27 Jun 2006 16:18 GMT | 3 |
Hi there all. I have a problem with SerialPort that can't seem to find a solution for a couple of days now. I use the SerialPort to send AT commands to a modem.
|
| How should I convert Rtf to plain text? | 27 Jun 2006 15:35 GMT | 3 |
So far, as a work-around at least, I'm instantiating a RichTextBox, setting its Rtf property to the rich text I have, then using the Text property to get the plain text. This works, but I expect there's a more efficient way.
|
| Different Permissions For Forms Control in Internet Explorer Applied | 27 Jun 2006 12:49 GMT | 10 |
I have a Windows Forms Control running within the Internet Explorer. The application is able to download files from a remote store via drag and drop to the local filesystem. Some details: - The files are selected from a ListView
|
| DateTime without time instance | 27 Jun 2006 11:55 GMT | 1 |
Hello group, I'm calling Java webservice from c#.Net client which accepts only date without time instance. The type of variable should be DateTime. I think c# doesn't support shortdate type. Please let me know if anybody has
|
| IComparer (or the IComparable methods it relies upon) did not retu | 26 Jun 2006 20:37 GMT | 7 |
I'm trying to figure out why I'm getting the following error message when trying to radomly sort a list of custom objects. In particular I've noticed the following strange behaviour I'm hoping someone could shed some light on....
|
| GZipStream decompression not working | 26 Jun 2006 20:37 GMT | 6 |
I have written a class to do compression/decompression using System.IO.Compression.GZipStream. The compression seems to work fine, but when I try and decompress a compressed string, nothing is returned in the buffer...To do the processing, I pass the GZipStream as input
|
| Create my own designer | 26 Jun 2006 14:44 GMT | 2 |
I want to create a designer for graphical elements such as line or rectangle. This designer should add an object to some workspace and then allow to transform it (change size and position). Its something like ControlDesigner, but ControlDesigner doesn't allow to
|
| Export .Net Report to Microsoft Power Point | 26 Jun 2006 14:27 GMT | 2 |
As I know Crystal Report Viewer allow export to pdf, word,excel. But now I'm searching the way to export my report to Microsoft Power Point. Do you guy know how to done that? Any suggestion on how to done this? Does any Microsoft component is
|
| Is this possible?!?!?!? | 26 Jun 2006 11:59 GMT | 3 |
Here is my issue... I am working on creating a website http://www.adoptabrick.com The new site is in progress http://www.adoptabrick.com/pilot The first website uses flash right now on the page marked "The Wall". I
|
| How to get DateTime format settings from Control Panel | 26 Jun 2006 09:26 GMT | 3 |
I'm having difficulties retrieving datetime formats that has been customized in the control pane. I can get the cultureinfo, but I get same settings regardless of what i do in the control panel.
|
| Database Connection | 26 Jun 2006 04:23 GMT | 4 |
Is there any way to connect to a Lotus Notes Database using Visual Studio 2005 Thanks in advance Repton
|
| VB.net External Scripting -reg | 25 Jun 2006 19:16 GMT | 1 |
Dear friends, I have given an application developed in VB.net to one of my client(User).In the source code we have used 5 rules say for example. Now one of the rule has been changed.For this purpose Again I have take the
|