all groups > vj# > april 2006
Try/catch exception using Combobox
Posted by pmetz at 4/19/2006 5:43:57 PM
I'm attempting exception handling for a combobox. I wish an exception
to be raised if the user does not select an item from the combobox, but
I'm not sure of the correct code. Here is what I have now:
try
{
if (cboDwellingType.get_SelectedItem().ToString == null);
{
MessageB... more >>
problem with creating dvd or cd
Posted by Troy at 4/11/2006 8:45:02 AM
I have windows xp media center edition 2005 and everytime i try to create a
dvd/cd I get sbe server error. Does this have to do with my window program?... more >>
Scheduled Tasks in Windows XP - Home Edition
Posted by Stewart Fluney at 4/5/2006 6:12:01 PM
I have written previously on this matter, as below, and it appears I sent the
message to the wrong group. If this has happened again, woud you please
re-direct and accept my thanks for doing so:
'I now have Windows XP (previously ME) and note there are four tasks listed
in Scheduled Tasks;... more >>
newbie having SQL trouble
Posted by pmetz at 4/5/2006 5:56:04 PM
Thanks to anyone who helps!
I'm building a data entry windows form that requires the data to be
sent via SQL
INSERT/UPDATE statments to a SQL Server table (the table's name is
"Local")
when the form's "SAVE" button is clicked. I've built the form using
the windows form designer, and now I'm... more >>
httpservletrequestwrapper equivalent
Posted by rottyguy70 NO[at]SPAM yahoo.com at 4/5/2006 12:26:50 AM
Is there an equivalent class or mechanism in .net for
httpservletrequestwrapper? I need to store some state information
through a redirect and back and have to account for sessionless
requests and can't depend on cookies. Thanks!
... more >>
Scheduled Tasks in Windows XP - Home Edition
Posted by Stewart Fluney at 4/4/2006 5:10:02 PM
I now have Windows XP (previously ME) and note there are four tasks listed in
Scheduled Tasks; specifically, Disk Cleanup, Norton AntiVirus, Tune-up
Application Start and Uninstall Expiration Reminder.
I tried to run a couple of them manually, Disk Cleanup and Tune Application
Start) by ri... more >>
|