| Thread | Last Post | Replies |
|
| saving contents of a picturebox/frame | 22 Sep 2008 20:55 GMT | 2 |
I have an application where I draw a "picture" based on sime user input. The picture is simple and consists of lines circles and some text. Drawing the picture is not problem with the picture1.line (or .circle) method. When I try to save the picturebox (Savepicture picure1.image ...
|
| How to manually uninstall WSUS 3.0 SP1 | 22 Sep 2008 20:46 GMT | 1 |
Does anyone have directions on how to manually uninstall WSUS 3.0 SP1? Thanks
|
| Good programming #2 | 22 Sep 2008 17:22 GMT | 12 |
Does anybody know the leaked Win2000 source code? I am thinking a lot about it (unfortunately I don't have it), but I would like to learn from them. Sometimes I feel so "ugly" when I say something like this:
|
| Updating Text Fields in Word Document | 22 Sep 2008 14:37 GMT | 2 |
This is a two part question. I'm working in VB6 and MS Word 2003. First I have a MS Word Template. I want to create "fields" in the document and name them so that I can open a new version of the template and replace the "fields" with values from a db query. I'm not a Word ...
|
| Hit Testing | 22 Sep 2008 12:34 GMT | 6 |
A picture (or code) is worth a thousand words, so below is some code. It draws 6 'shapes' on to a form using GDI. The point of the code is Hit Testing, did you click on something? Testing if you clicked on a closed shape is fairly easy with regions so that's no problem. The ...
|
| .Docx in VB6 | 22 Sep 2008 11:05 GMT | 7 |
I'm getting the following error when I try to open the docx from VB6.0; [05121]Word experienced an error trying to open the file: Try these suggestions. - check the file permissions
|
| Video problem | 22 Sep 2008 03:46 GMT | 10 |
My VB6 application used to work fine on all workstations.In very rare cases on some machines some of the forms were not displayed properly - something like some kind of delay with displaying parts of the screen. If the form is minimized and then restored then everything becomes ...
|
| hi | 22 Sep 2008 03:29 GMT | 5 |
My question is if someone is working on a cash register in a department store was over on their cash what possible reason could this person be over?
|
| Fastest way to read data to populate combo controls? | 22 Sep 2008 01:14 GMT | 27 |
When my VB6 app opens, the Form.Load code opens a document, reads the info into six arrays, and then uses these arrays to populate six combobox controls. The info in question are "attributes" assigned to a folder of Word documents; through the combos, I select an attribute
|
| Default property | 21 Sep 2008 03:40 GMT | 3 |
Is there a way to find out which property of an ActiveX control is the default property? For example, what is the default property of the VB6 control CommandButton and how would I found out any other controls default (without having the control's source code)?
|
| Convert picture box content to jpeg?? | 21 Sep 2008 03:27 GMT | 10 |
I want to take data (text & graphics) from a picture box and convert it to a jpeg for display on a website. HOW? Is there a size issue, picture box and website display window?
|
| FIND | 21 Sep 2008 01:10 GMT | 6 |
I have Working .Find "Feild1 = '" & Var1 & "'" What i need to do is
|
| Good programming | 21 Sep 2008 01:07 GMT | 13 |
I have a problem that is too difficult to say in code so I am going to express it as a real real world problem. Let's say you have a pizza shop where you say how large the border of a pizza can be and how large the pizza should be.
|
| How to register .dll? | 20 Sep 2008 00:07 GMT | 23 |
The 3rd party application (Skype) comes with the optional Skype4COM.dll file, which can be installed (as an option) together with the main app installation.
|
| LPR or ANPR | 19 Sep 2008 19:23 GMT | 3 |
Anyone have a solution for licence plate read in vb6 ? Thank (excuse for my miscorrect english)
|