HTML Help Workshop and Vista?
Sat, 23 Aug 2008 07:52:25 -0400
Hi:
I need to add a Help system to a commerical POS system I developed in
WinForms. The most recent version available from MS doesn't say it supports
Vista. Only XP and earlier. Wierd. What do I do?
Thanks,
Charlie
...
|
Create icon with overlay
Fri, 22 Aug 2008 13:41:01 -0700
How would one go about doing this:
1. Load an icon from an application resource
2. Load the SystemIcons.Warning icon
3. Shrink the warning icon
4. Overlay and combine the shrunken warning icon on top of the application
icon to produce one icon
5. Use/Show the icon
Thanks
...
|
Application.ThreadException
Fri, 22 Aug 2008 11:31:11 -0700
VS2008 VB.
I add a handler for Application.ThreadException. It works fine,
except for one unexpected behavior.
If I programmatically throw an exception, and that exception specifies
an InnerException, then the ThreadException event handler is called
with the inner exception, not the one that was thrown.
...
|
User settings two different folders for MyApp ClickOnce and .exe
Fri, 22 Aug 2008 11:09:53 -0700 (PDT)
Hi,
I have MyApplication published through ClickOnce.
MyApplication has 2 functionalities: can be restarted if user chooses
so, and user can save one custom user setting, i.e. his/her name.
User installs MyApplication from the ClickOnce location. Then runs it
using MyApplication ClickOnce application referenc ...
|
Software Testing ? Unit Testing - Free License for Open Source Projects
Fri, 22 Aug 2008 10:10:27 -0700 (PDT)
The advantages of unit testing are well known, giving development
teams a safety net to facilitate change, ease integration and supply
live documentation.Unit testing of small logical code is quite easy
and can show value quickly.
But in real life, our code will use other classes and components. If
this happens ...
|
[.Net 2.0] Console Application - Module1.vb
Fri, 22 Aug 2008 08:36:14 +0100
Hi all,
Ok - I have the ability to write my own little console application, but yet
I find myself asking a bit of a noddy question...
I program mainly web based applications, so I'm familiar with webforms.
Whilst I've written a console app a few times now, I've never really
understood what the purpose of ...
|
COM1 not working
Thu, 21 Aug 2008 08:24:00 -0700
Hi,
I have a Dell laptop with XP Pro SP3 for my business. I have a program
(Doors) that uploads data to a security system. I do these uploads about once
a month. I connect to the security system via an AOpen external modem thruogh
the COM1 port.
It all worked fine for years but...I had to reinstall XP ...
|
|
|
IP address appearing with phone symbol in DHCP server
Thu, 21 Aug 2008 05:31:03 -0700
Hi,
In our setup we had configured a DHCP. In this DHCP under address
leases there were list of IP address with a phone symbol( which appear in
RAS) even deleting these IP address it's once again getting assigned. What
may be the problem.
Regards ...
|
ToolStripSplitButton how to set as checked
Tue, 19 Aug 2008 21:31:34 -0700 (PDT)
Let me first give some context so you know what I'm trying to do. I'm
building a Table PC app and I want a ToolStrip that contains three
buttons, one is a pen that has a drop down to select the color, one is
a highlighter that has a drop down to select the color, and the third
is an eraser. The buttons should in ...
|
BUG in TabControl Mouse Events?
Tue, 19 Aug 2008 05:18:33 -0700 (PDT)
There is an area between bottom of tab header and top of tab page that
does not receive any mouse events. Area's height is 2 pixels.
Any clicks, mouseover and etc events are received by control that is
UNDER tabControl.
Problem exists only in .NET - not in win32.
In the snippet :
Run the program and slowly m ...
|