| Thread | Last Post | Replies |
|
| Help checking for dark spot on Image | 22 May 2005 04:33 GMT | 1 |
Is their a way to check an image in the same spot to see if there is a dark spot or light I have a Form that I scan into my project and need to see if a spot is blacked out can you do this in VB6 using an image control
|
| IStream as a Type | 21 May 2005 15:50 GMT | 3 |
Howdy All, I am seeing several references to posts that use IStream as a type in Visual Basic. Can anybody tell me what reference to use to be able to do this?
|
| Web Cafe system | 20 May 2005 21:38 GMT | 2 |
That looks good, so do you have a working system. and how is money collection program set. I am a bit worried about the monitor power switching off. I would perfer asoftware solution.
|
| Killing COM+ object instance | 20 May 2005 21:23 GMT | 1 |
How to set timeout for COM+ object instance? If any instance is running more than 15 minutes, I want COM+ application to kill the instance automatically. Is there any way to set this?
|
| VB6 crashes | 20 May 2005 20:25 GMT | 2 |
Suddenly my productivity has gone through the floor. I don't know what I've done to my application but all of a sudden Visual Basic development environment keeps crashing. If I'm lucky I can manage one test run before the development environment crashes. Sometimes I even
|
| On Error ... Fails! - Any suggestions | 20 May 2005 17:39 GMT | 3 |
I've got some code which uses various "On Error" statements to try to trap some errors in VB6. When I try it on one machine (WinXP SP1) it works fine, but on another machine (WinXP SP2) it fails to trap the error and so the code fails. e.g.
|
| Subset Sum Problem | 20 May 2005 16:36 GMT | 8 |
Here is a problem you don't always see in VB... Given a set of numbers, e.g. 1 to 10 your goal is to find all the possible combinations that make the sum 11. Repetition is not allowed, i.e. you can't do a 1+1 and 1+2 = 2+1.
|
| Programming ADO | 20 May 2005 14:31 GMT | 1 |
Hi, is there anywhere i can learn how to program ADO to access SQL server ? sample code would be the best. Thanks Regards Daniel
|
| Run a string like code | 20 May 2005 11:01 GMT | 6 |
Is there a way that I can run a string like a command? example: dim a$ as string a$="msgbox " & chr(34) & "Hello World" & chr(34)
|
| VB.NET-ASP.NET/ CAREER POSITION/ OH | 20 May 2005 10:38 GMT | 3 |
OMNI GROUP 419-380-8853 DOT.NET@buckeye-express.com .NET/ CAREER POSITION/ OH
|
| synchronization with winsock | 20 May 2005 10:38 GMT | 3 |
I use winsock to connect VB to a DB and everything is OK. But I have a problem with DataArrival. Here is the code: ========================== Private Sub Text1_Validate(Cancel As Boolean)
|
| How to customize print dialog in VB6 | 20 May 2005 09:39 GMT | 1 |
I want to add a radio button to the existing standard print dialog box in VB 6. Is it possible to do this..? Has anybody already worked on this..? Thanks,
|
| vbReturnKey getting ignored? | 20 May 2005 09:02 GMT | 5 |
I am having a problem. I am coding a keypress event where the user presses the Enter button and the program will respond in a way. Right now it's recognizing all buttons except the Enter button? I have the form's key preview property set to True too.
|
| BorderStyle = 1 Look | 20 May 2005 08:59 GMT | 2 |
I'm sure this sounds like a really pointless question but! Have a form with BorderStyle = 0. As in no border. but, when the form shows it 'looks' like it has a fixed single border (XP stlye). Is there a code sample out there that can do this with only using VB code
|
| How do I encypt a set of data so that I can post it to a web page | 20 May 2005 02:27 GMT | 4 |
Basically what I want to do is allow the user to click a button and submit their high scores to my web site so that the web site can store this data and show it as that person's submission. This extract and submit bit seems easy enough to do, but because this data will be displayed ...
|