| Thread | Last Post | Replies |
|
| App.Activate problem | 14 Oct 2006 11:45 GMT | 8 |
The app I'm (trying) to write uses the MultiMedia control to display an AVI movie. I know for sure that the movie title bar reads "test6", I can see it. At one stage I activate it using:- App.Activate "test6"
|
| myspace meets tucows and planetsourcecode? | 13 Oct 2006 18:02 GMT | 3 |
Is there a myspace type site that is a place for programmers to post their apps for people to download? It would have to be user friendly like tucows but allow a programmer to create their own home page where they can post their apps (including open source if they wish). People
|
| Newbie: VB6 Deleting Combo Box Records from Database Table | 13 Oct 2006 15:10 GMT | 1 |
I'm using VB6 and SQL 2000. I have searched the google.com and the google groups for hours to find this solution. I have a application with will allow administrators to add/delete users. To delete the user, I would like for them to select
|
| How to send data to an url? | 13 Oct 2006 05:20 GMT | 1 |
I need to send data to an url in VB. Here are the operations that should be performed: Connect to an url; Open the socket for writing;
|
| Detecting open forms | 13 Oct 2006 00:21 GMT | 3 |
I have a form which should not be opened concurently with another form. Is there a way to detect if a form is already open? I cannot use the statement: If Form1.Visible = True then .. because this statement actually will LOAD Form1 which is not what I want to
|
| VB 6 pro Webbrowser | 11 Oct 2006 08:45 GMT | 4 |
Is there a way of doing a select all, copy and paste on a webpage through code without the user seeing the action being preformed? I have code that does all this in the webbrowser control but I want to do it without it being obvious to the user that a select all copy and paste is ...
|
| Exam Test Program | 10 Oct 2006 22:12 GMT | 6 |
This question really involves creating and reading/writing files in VB6 Pro I am involved in business training and would like to develop a VB project which will enable testing of candidates and provide proof of competency. Each candidate will have their own laptop in training which ...
|
| Changing PictureBox Attributes | 10 Oct 2006 22:12 GMT | 2 |
hey everone! how come I cant resize the PictureBox dynamically (for e.g on form_load) like this: Picture1.ScaleWidth = 300
|
| Append values | 10 Oct 2006 19:32 GMT | 1 |
I have an issue with append values into a text file. I dont want to use Write function since it puts commas. I have a print statement that is executed only once and then another print statement that has to just append to the previous print statement without adding a newline. Is it
|
| Spaces in Write Statement in VB | 10 Oct 2006 17:39 GMT | 2 |
How do I insert spaces in a text file when I am inserting values in it. Example My Write statement is Do Until RsSql.EOF Write #1, RsSql("uc").Value; ; RsSql("s_no").Value
|
| Multiple return values from a VB6 function? | 09 Oct 2006 15:13 GMT | 2 |
A quick question. Is it possible to create a function in VBA which will return more than one value? For example, say I had the two following functions: Function CircleArea(Radius as Single) as Single
|
| open a webform | 09 Oct 2006 12:52 GMT | 1 |
Hi, how can open a webform with a button in an other form with vb.net
|
| Copy drawings and text from picturebox | 09 Oct 2006 07:46 GMT | 1 |
I am trying to draw lines, shapes and text in a picture box and then copy them to the clip board to paste in other applications. Not being able to get this to work I have tried doing the same between two pictureboxes. Nothing copies.
|
| Automatic detection of daylight saving time | 08 Oct 2006 22:35 GMT | 1 |
Using say a nntp server, is there some way to get the local time specifying the city name as an argument (New York, Paris, etc.) The goal is to allow automatic detection of daylight saving time changes of specific financial exchanges.
|
| VB6 crashes when function calls windows api in user32.dll | 08 Oct 2006 15:16 GMT | 9 |
I'm trying to isolate a problem and not sure what to check. My vb6 (sp6) environment crashes when I run my program the second time. This is consistently crashing but only after running the 2nd time in the IDE. This does not happen at all if I'm running the exe. I have it ...
|