OT: Vista/Studio Focus Issues
Tue, 13 Nov 2007 11:00:44 +0000 (UTC)
First of all my profuse appologies for this post.
I know for a fact that it is only partially Studio related but the ratio
of children to adults on the vista newsgroups is rediculous.
I write here where I know there are many clever people in the hopes that
someone has encountered the same problem I have.
...
|
RE: NullReferenceException was unhandled:Object reference not set to a
Mon, 12 Nov 2007 07:32:09 -0800
You use NEW when you declare the daCompany oledbdataadapter, then you use NEW
again when you execute the line of code
daCompany = New OleDb.OleDbDataAdapter("SELECT * FROM Company", cnn)
I think you have an extra object created, and one of them (at least) is
unset, i.e.,
a Null Reference.
Omit the 2nd ...
|
Re: Killing an application
Sun, 11 Nov 2007 10:12:52 +0000 (UTC)
Hello Bryan,
Your answer is much appreciated. I got my problem solved, thanks to your
advise. Now just some finetuning to do.
Jos
> Use the Process class to get a list of processes and kill them.
>
> --
> Bryan Phillips
> MCT, MCSD, MCDBA, MCSE
> Microsoft MVP - Client Application Development
> Bl ...
|
SOFTWARE for SALE!!!???????????????????????????????????????????????????????????????? 83620
Saturday, 10 Nov 2007 19:42:33 -0600
Software for sale. Huge Selection. 10 Euros/CD. Worldwide shipping.
Windows, Mac, and Linux. The very latest software, stock video/photo, games, etc.
Contact David for details:
david007@worldnewstonight.net
...
|
VSSDK 2008: top level menu with .vsct
Sat, 10 Nov 2007 17:04:42 +0100
Hello,
I'm developing my first VSPackage with VSSDK 2008.
My problem: how to create a top level menu with the new vsct file?
I've seen http://msdn2.microsoft.com/en-us/library/bb165473(VS.80).aspx, but
... I've trouble with the ID sections
Best regards
Josef
...
|
Killing an application
Sat, 10 Nov 2007 10:59:48 +0000 (UTC)
Hi,
I'm using Visual Basic 2005 to write a windows forms application. While executing
this application I sometimes need to kill another windows application. E.g.
let's say I want to make sure that no instance of MS Internet Explorer is
running (iexplorer.exe), how do I achieve this from within my own applic ...
|
Message box hangs application
Fri, 09 Nov 2007 18:44:35 GMT
- Apologies if this shows up as a repost.
I thought I posted this but then couldn't see it in the newsgroup. I am
not a heavy newsgroup user and just started using the Xnews reader so
maybe something happened there.
- Apologies if this shows up as a repost.
============================================== ...
|
|
|
Message Box hangs application
Fri, 09 Nov 2007 16:18:04 GMT
I am an embedded programmer that is new to Windows programming. So, that
makes me a newbie to Windows (other than a little maintenance here and
there).
I have created a simple application in VS2005. It is a dialog app (not
SDI or MDI). In the application code a CDialog is created; this was put
there by VS ...
|
Tab Order on DataList
Fri, 9 Nov 2007 04:32:01 -0800
I have put textboxes into the Item Template of a datalist control. I'm using
Visual Studio 2005 (vbscripting). I want to control the tab order of the
fields on each row of the datalist. However, when I set the tab index for
each field, when the user tabs out of that field, it drops to the next row,
same fiel ...
|
Catch an erro and continue from the same line in the code
Wed, 7 Nov 2007 08:32:02 -0800
I have a program that could give an error which I am able to Catch, but while
I am in the Catch routine, how do I direct the execution to resume the
running of that same line it crashed on, the reason for the crash is just
down to timing.
If I could catch the error and re-run the same line of code from the ...
|