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
~4K People Reached
About Me

Retired systems designer and programmer especially in converting QBASIC programs to VB 6.

Member Avatar for makybe

When you preview VB Output printed reports by going through BJ Preview, because report is quite wide the report comes out in Landscape but unfortunately shows on the screen straight down. To read the report you then need to turn your head 90 degrees, sideways, which is not the most …

Member Avatar for makybe
0
96
Member Avatar for makybe

Conversion Problem Formatting QBASIC to VB6 I am having real problems converting PRINT Using statements in Quickbasic to Printer.print statements in VB6. Is there a good book which outlines the method of formatting numbers and/or text in VB6 as I am on a merry goround trying to decipher M/S explanations …

Member Avatar for makybe
0
319
Member Avatar for Jackgrt

Will vb run an old gwbasic .bas program? My problem is to lprint to a usb printer, and if I have to learn vb, so be it. thanx Jack

Member Avatar for kinwang2009
0
231
Member Avatar for khess

You often hear the terms 'free software' and open source used interchangeably but they're not the same. In fact, true free software zealots launch into a fiery diatribe on the issue should you even utter the words "open source" when speaking of free software. Free software is not related to …

Member Avatar for makybe
0
1K
Member Avatar for moods125

can someone help me do this problem An array can be used to store large integers one digit at a time. For example, the integer 1234 could be stored in the array a by setting a[0] to 1, a[1] to 2, a[2] to 3, and a[3] to 4. However, for …

Member Avatar for moods125
0
267
Member Avatar for makybe

I have developed two large VB 6 programs and apparently and unintentionally developed one as a Project Group rather than a stand alone Project. As A group I have problems that all releases of the program seem to be altered each time I make a development change, which I dont …

Member Avatar for makybe
0
1K
Member Avatar for EntangledDesi

When running this code --> [CODE]Private Sub cmdSquare_Click() Dim i i = InputBox("Please enter a number.", "Input Box") MsgBox "The square of " & i & " is " & (i ^ 2), vbOKOnly, "Result" MsgBox "The square root of " & i & " is " & Sqr(i), vbOKOnly, …

Member Avatar for makybe
0
194
Member Avatar for Softhearted1

:eek: My Dad has been working on a program and since he isn't online, he is having me ask you all for HELP !!!!! How do you access the USB printer driver included in Windows and be able to use that information to print application programs using QuickBasic 4.0 ?

Member Avatar for Jackgrt
0
217