Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for themathprof

I installed VB6 on my new windows 10 computer and it installed fine. My compiled program works fine. However, in the IDE mode it does not 'recognize' the on error resume next (or any other on error statement) and shows in a popup that there is an error and will …

Member Avatar for rproffitt
0
327
Member Avatar for themathprof

I'm coding in VB6. I have pictures in Picture1 and Picture2. I would like to replace the picture in Picture1 with the picture in Picture2. What code will get this done? Thanks.

Member Avatar for Santanu.Das
0
2K
Member Avatar for themathprof

I put my vb6 exe program on flash drives of my students. Some of them say that it does not open. (Others have no problem and can left click). I told them to right click and "Run As Administrator". My program then opens. They are using school computers in a …

Member Avatar for imti321
0
1K
Member Avatar for themathprof

` How can I print a watermark in the middle of a word document then return to the top of the doc and start to print whatever text I want to? Here's my code: Set oWord = CreateObject("Word.Application") oWord.Visible = True 'Add a new, blank document Set oDoc = oWord.Documents.Add …

0
199
Member Avatar for themathprof

I have a vb6 frame which is on a form. I want to copy this frame or the entire form to a MS Word Document which I have opened. I need help with the VB6 code to do this. Thanks.

Member Avatar for Ancient Dragon
0
76
Member Avatar for themathprof
Member Avatar for themathprof

How can I #1 explode a piece of a pie chart? #2 Write text inside a piece of a pie chart? I'm using MSchart and VB6 Thanks. PS Is there any source code out there to do these without MSchart. That is using the Circle statement. I can make the …

Member Avatar for debasisdas
0
556
Member Avatar for themathprof

My students were picking up a malware file autorun.inf on their flash drives. Usually it's impossible to delete it even by going to DOS and using attrib. My idea was to create a FOLDER autorun.inf. When the malware attempts to install the FILE autorun.inf it's thwarted by an error message …

Member Avatar for Rik_
0
102