RE: write response to textbox from a class.
Fri, 26 Sep 2008 04:32:05 -0700
I'm sorry, but I've read your code a couple of times and just don't see where
the Form1 is initialized. Form1 also sounds like a class name, and this
would be how you could do some form operations in vb6, but not in .Net. This
would explain why the messagebox works, as it is not instantiated, but called
st ...
|
issue with: "common language runtime detected an invalid program"
Thu, 25 Sep 2008 20:02:01 -0700 (PDT)
I'm getting the message:
common language runtime detected an invalid program
all too frequently in VB 2008 Express. I use edit-and-continue a lot
and it usually happens after making a minor change, even if I undo the
change. It didn't used to happen, it is getting more and more frequent
and it is really f ...
|
Where the heck did my FIND and REPLACE window go? I NEED THEM BACK!
Thu, 25 Sep 2008 12:10:01 -0700
Well this is a new one on me...
Suddenly I can't get my "Find" and/or "Replace" window to appear on
screen while I'm working on my VB.net code. These windows don't
appear if I hit Ctrl-F, Ctrl-H... or if I try to summon them from the
VB.net Edit menu.
I have no idea what the problem is. One (possibly bad) ...
|
VB 2008 Express Tutorial/Book
Thu, 25 Sep 2008 18:29:58 +0100
I did a fair bit of VB programming many years ago (>10) and have just
downloaded the free VB Express 2008. What I need is a good tutorial
(preferably in pdf format) or a good book that covers VB Express 2008 in
some depth but not aimed at the absolute beginner. Most of the tutorials
and books I have been abl ...
|
Embedding Software Registration Info in Win Registry
Thu, 25 Sep 2008 09:59:20 -0500
If there is a better group for this, please tell me.
From time to time, ex-students contact me with questions that prove the old
adage "Those who cannot do, teach". I'm always pleased to see how quickly
they progress after graduating. Here's a case in point :-)
<quote>
I am developing an application that coul ...
|
combobox add "--select" after populated by datasource
Thu, 25 Sep 2008 21:39:59 +0800
Hello,
I can not add a new items to combobox after the datasource was loaded.
I usually do item.add(0,"--select") for dropdownlist at asp.net but it does
not allow in window application in combobox.
Please advice.
Wu
...
|
ABOUT ICONTAINER,ICONPONENT INTERFACE
Thu, 25 Sep 2008 16:31:29 +0300
Do anybody know what is the IComponent and IContainer interfaces benefits.
When we should use them?
Regards
Mehmet Gulden ...
|
|
|
Is it possible in VStudio to recompile quickly a SmartDevice Application from Mobile 5 to Mobile 6 ?
Thu, 25 Sep 2008 13:22:00 +0200
I wrote an application Smart Device for Pocket PC with Windows Mobile 5.0.
In VStudio, how to recompile quickly this application for Pocket PC with
Windows Mobile 6.0 without transferring all faile in a new project ?
Thank for response
...
|
64-bit OS, apps for Windows development PC?
Wed, 24 Sep 2008 20:24:03 -0600
I'm about to get a new laptop to be used primarily for Microsoft
development.
- Windows Vista
- Visual Studio Team System 2008 (maybe 2005 as well)
- SQL Server 2008 Developer (maybe 2005 as well)
- Infragistics, other 3rd party
So, should I install 64-bit versions of all apps? Think I might run into a
...
|
complex discrete fourier Transform
Wed, 24 Sep 2008 12:34:55 -0700 (PDT)
I'm looking for the complex discrete fourier Transform of this EQ
impulse response array. I know the output for the first 3 values:
EQ.DFT MAG(floating)) should be 1.066769, 1.040460, 1.063209....
EQ. DFT MAG(Db) .561411,.344507,.532374....
CH Resp mag(dB) -.608192, .845447,2.019220....
I can for the life me ...
|