Hello I am a novice programmer who is doing an Open University [UK] degree level unit [for fun] on object oriented programming with VB Express Edition 2008. I...
Hi Bob: MY FIRST PROBLEM What I want to do is to use the class Lists_AddNumber to contain the code [that currently operates in the form's code] which sets up a...
Hello again. I continue to struggle with VB and OOP, but [insanely?] I enjoy every moment of the process. If anyone out there has a moment to spare to answer...
System.Windows.Forms.Application.DoEvents() With threading you can accomplish the same thing by putting the thread to sleep for a few processor slices and...
This seems like it should be really easy to handle, but I am having problems. In VB5, I want to set up an exit routine where an event takes place for a ...
Bob, Here is a pause routine that waits, handles midnight clock transactions and has a way to interrupts in the middle. Requires a module or global Boolean...
VB5? Whew, I think I was still living in Seattle the last time I saw VB5 and seems like a lifetime ago. I do recall that in VB6 (and I think that it was the...
How do you turn a user-designed Control into a Component in VB.NET 2008? According to this manual I'm reading, a Component is a Control without a visible...
It's not often I step in here but I'm probably the only one on the Forum still on VB5 Tim is correct in saying the timer interval is set in milliseconds. ...
Thank you, Tim. I believe milliseconds are set via: tmrMyTimer.interval=500 Would this go in the same place with the tmrMyTimer.enabled = true ? And then...
tmrMyTimer.interval = 500 is the time between each timer event. The timer event is tmrMytimer.Timer In this event, is where you place the code that runs each...
I wos wondering if someboddy can help on this. What is cup_z is a program that i can downloaded? THANK YOU . I wos wondering if someboddy can help on...
I'm trying to add a user-designer control to an application and not having any luck. This is a VB 2008 project. I wrote the control and built the DLL. Now I'm...
Hi Robert, The operating system/VB.dll [1] fires your timer event when the time duration since the last firing matches what you have set in the Timer's ...
A Google Search found this: Jul 19, 2009 ... Please download a software "cup_z" and run it. then you will find what is the chipset of your mainboard on the...
Forgot to give you the URL. It appears to be an eBay page in Australia: http://tinyurl.com/nefsbu Scroll down to the product description area. Steve ...
Not really.Seattle was a dozen years ago and I've only been pin hunting for the last couple of years. (In Seattle I was into wilderness hiking.lots of great...
Did you add this control to the Toolbox using the "Customize Toolbox" option? Using this option allows the dll of the user control to be added to the Framework...
Well, according to "the book", I was to right-click on the Toolbox and select Add Item to add the control. But there was no Add Item option on the pop-up menu....
There is no control in the toolbox. Just a tab label with my component's name on it, and a message under the tab saying there is no control. It's similar to...
Ok let’s back up one step. What does your control class contain? It sounds like you created a class but have no members defined by that class. /tr From:...
My class contains the SerialPort class and a number of functions for setting up the serial port, and for sending and receiving serial data using my company's...
... Yes ! We used to be in Colorado, and as a central hub that is hard to beat, because there are so many fantastic areas easily reached for a 3 day weekend. ...
Cup_z is the incorrect spelling, the application is actually Cpu_z and will tell you information about what type of CPU you have, cache, speed, what the...