Posts
 
Reputation
Joined
Last Seen
Ranked #586
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
75% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
0 Endorsements
Ranked #2K
~17.9K People Reached
Favorite Forums
Favorite Tags
Member Avatar for seitan

Note: Not all systems have the VB6 Runtime Installed... *IF* The VB6 Runtime is *NOT* installed and you are *NOT* using an installer you must install the VB6 Runtime for the VB6 .exe to work. Many system already have the VB6 Runtime installed as part of another package, such as …

Member Avatar for Paul Simon
0
1K
Member Avatar for SpiritualMadMan

I have a form from which I can launch various Test Modules. The Form has 16 PushButtons, one for each of the possible Modules. I need to disable Button_2 through Button_11 until the Modules that are connected to Button_1 and Button_0 are succesfully completed. The Buttons are on a pyQT …

Member Avatar for Gribouillis
1
7K
Member Avatar for hueikar

I do a lot of stuff with the MSFlexGrid... I usually get real lazy when it comes to importing data into Excel. What I normally do is export the grid and Tab Delimit the fields into a text file. Then "Open With" Excel, after which I can save as a …

Member Avatar for softwareskill
0
1K
Member Avatar for SpiritualMadMan

The documentation for the textEdited signal shows the use of a required parameter const QString& void textEdited (const QString&) I am unable to get the Signal to work. Perhaps because I do not understand how to use the "const QString&" Is this a literal copy into the parameter or is …

Member Avatar for Lardmeister
0
410
Member Avatar for chamnab

Which Version of VB or Visual Studio are you using? Secondly, did you install the MSDN that came with your software? The VB Help files are usually included in the MSDN install... Learn what Active-X means to you in this context. In the Documentation under Controls Reference it covers "Intrinsic …

Member Avatar for chamnab
0
212
Member Avatar for bantex07

Could really use some more inforation... :) Basically, the question is, search what? A ComboBox, pretty much follows your keystrokes as you enter text. You can simulate that action by using a Textbox for your text entry and intercepting each keystroke as entered, create a new search term at each …

Member Avatar for mokong
0
79
Member Avatar for SpiritualMadMan

After a month of study on wxPython the vender finally admitted they were actually using pyQT... There are enough differences to make pyQT a *real* pain. So, I was wondering if there were *any* people on this Forum who were fairly well versed on pyQT?

Member Avatar for TrustyTony
0
101
Member Avatar for SpiritualMadMan

I have begun to wonder whether frequenting this Board and trying to answer pleas for assistance is worthwhile... I have posted several working solutions and there is no evidence that the requestor has even looked at them... If a "possible" solution isn't what you were looking for at least clarify …

Member Avatar for Netcode
0
188
Member Avatar for coyanzz

What is the largest number you need to convert? Will you also need to convert fractional numbers? Or, Decimal Numbers like Ten Point Four? What are the variant in input text? Will you accept the above entry as well as Ten dot 4? Or, One Hundred and 4 vs One …

Member Avatar for coyenzz
0
197
Member Avatar for daniwaber

What method are you using to "Open" the file in Question? I have a Form I copy into my project space when I want to access files... Copy the code below into a text file and then rename it FN.frm Because the FN form can be thought of as a …

Member Avatar for daniwaber
0
316
Member Avatar for churva_churva

The code looks like you are entering 20 numbers. But, it is not clear what you are doing with a Two by Two FlexGrid... But, that last section is where you get into trouble because you are changing your loop variable "i" within the loop in a way that will …

Member Avatar for BitBlt
0
429
Member Avatar for yeeitsneo

You can use an Image Control or Picture Box to load and display a .GIF file (among others) An Image Control allows stretching the .GIF to fit. See the attached .zip for some ways to "play" with Images. What "ViewIt" does is allows you to open a supported graphics file, …

Member Avatar for SpiritualMadMan
0
248
Member Avatar for rexgb_34

This should work for DAO (and ADO, I believe)... If you are doing SQL... Then I can't help you... You have to use rst.Update to actually update the database record You have to use rst.Edit to change fields in the record Basically, once you open a RecordSet you have to …

Member Avatar for rexgb_34
0
128
Member Avatar for king_saqib

Take a look at the form (code) I placed on thread: [url]http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/379911[/url] It uses a DirListBox, (shows up on the left side of the form). Copy the entire code section and paste into a text file, then rename the text file FN.frm Add that .frm file to your VB project. …

Member Avatar for SpiritualMadMan
0
63
Member Avatar for king_saqib

If all you want is to save your own passwords. That is, not create an app for someone else... I strongly recommend AI Roboform. The Trial/Free version only saves 10 Passwords, but, the last version I got also saves an unlimited number of secure notes. I've purchased two desktop licenses …

Member Avatar for SpiritualMadMan
0
112
Member Avatar for king_saqib

Actually, IIRC, [CTRL]+[Print Screen] captures the whole screen And, [ALT]+[Print Screen] captures the only the active window. There is also a free program I (also) use called "ScreenHunter Free" which will allow you to capture any given area of the display you want...

Member Avatar for SpiritualMadMan
0
111
Member Avatar for opspl_programme

I'd be interested in knowing this as well. :) But, depending upon what security protocols your client has placed on thier computer your upgrade may be as simple as writing an AutoRun that overwrites the existing files. The exe would be in the install directory and the ocx is probably …

Member Avatar for opspl_programme
0
329
Member Avatar for kheijhei

Here's some code I use to Create a delay... [code] Sub delay(timeout As Long) Dim OldCap As String Dim OldFont As Long ' Here I am saving the Button Caption and Font OldCap = MN.cmdRun.Caption OldFont = MN.cmdRun.FontSize MN.cmdRun.FontSize = 14 ' timeout is Delay Time in tenths of a …

Member Avatar for SpiritualMadMan
0
1K
Member Avatar for kungfujam
Member Avatar for SpiritualMadMan

OK, I have a Class for a Frame that is basically 24 labels in a stack like an old terminal Screen. There are two Functions included in the Class: AddLine and Clear (Will add "Exit") I want to launch an instance of this Class in it's own Thread and Pass …

Member Avatar for SpiritualMadMan
0
158
Member Avatar for mitchney

I am not sure what you are trying to do... But, you might try adding a List Box to display the sub-items from the Combo-Box Selection. In other words, only populate the ComboBox with the primary selections... Then when a selection is made in the ComboBox, use its text Field …

Member Avatar for dspnhn
0
132
Member Avatar for sal21

There really isn't any super quick way to do what you want... If the file is line based then you either have to scan through the file sequentially using LineInput Or, open the the file, I believe in binary mode, and SEEK to a given position. Here's the problem, using …

Member Avatar for SpiritualMadMan
0
181
Member Avatar for aldeene

here's a few links: [url]http://www.ehow.com/how_8334194_check-file-exists-vb6.html[/url] [url]http://www.vb6.us/tutorials/working-file-system-vb6[/url]

Member Avatar for SpiritualMadMan
0
206
Member Avatar for Timroden

What you are describing is "non-trivial"... Look at the <project> <components> for anything connected with Internet and research them... Microsoft HTML Object Library Microsoft Internet Control Microsift Internet Transfer Control I haven't done this, so all I can do is point you to where I would start my search. :) …

Member Avatar for hkdani
0
510
Member Avatar for mitchney

Agreed, though I have done most work in DAO not ADO or SQL... This error, though not as bad as the illegal "Null" error, usually requires a type conversion when going into the RecordSet. And, sometimes when retrieving, as well.

Member Avatar for mitchney
0
124
Member Avatar for chabo

The other thing to do is combine the variables as strings before writing to the file... [code] Write #1, var1 & var2 [/code] Of course if either variable is not a String you'll need to do Conversion and/or formatting. If the above doesn't work as I remember, try combining the …

Member Avatar for SpiritualMadMan
0
490
Member Avatar for king_saqib

It was so much easier in the good old DOS Days... You had direct control of the hardware and didn't have to fight with the Hardware Abstraction Layer... In <Project> <Components> you can add the "Windows Media Player" Control and this will give you control of MP3; WMA; and .WAV …

Member Avatar for SpiritualMadMan
0
80
Member Avatar for bomko

Honestly, this sounds more like a database Program than a Dictionary. IIRC Dictionaries are really structured lists that have a Key:Value What you seem to be asking is for something with a third part to it, "Pictures Appeared In" This could be done, possibly by restructuring your dictionary so that …

Member Avatar for woooee
0
288
Member Avatar for aman09

Well, you can scan through the string using a loop creating a new temporary string... Try This [code] function StripNewLine(q as string) as string dim x as string dim n as long for n = 1 to len(q) if mid(q,n,1) <> vbcrlf then x = x & mid(q,n,1) end if …

Member Avatar for SpiritualMadMan
0
132
Member Avatar for king_saqib

Copyrights are a Courtesy and Convenience if you do not legally Copyright with the Patent and Copyright Office. You can use Prior Work and First Use in some cases. But, it is getting harder and harder and more and more expensive to get a genuine legally enforceable Copyright. Then it …

Member Avatar for SpiritualMadMan
0
130