First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
Help 2 file conversion
This might be of use to some: I wanted to be able to convert HXS files to CHM so that I could use any recent docs without necessarily installing a version of VS.Net, etc. (MS has not released an HXS viewer. There are free 3rd-party viewers, but they require the Help 2 runtime.... which requires VS.Net, rece... 19 Apr 2010 13:39
My VB6 Apps Crash
Hope this does not double post. I waited and saw nothing post. I had trouble getting into the MS website and loggin in. THis time it was easy. Fortunately I made a Notepad copy before hitting Post. Anyway ... I installed camera software from Trendnet that did not work so after an hour on the phoine with th... 19 Apr 2010 14:41
My Apps Died
I installed camera software from Trendnet that did not work so after an hour on the phoine with their tech support i uninstalled it from my Vista PC. Now many of my VB6 apps crash on startup. Question has two parts. (1) i opend the IDE to find that one of the apps loaded fine but crashed on a line using FSO. ... 19 Apr 2010 16:46
CreateNewDesktop bug
Does anybody know why the following happens? -> I create a new desktop, switch to it and load my main form. The form is shown in a maximized state (set by the properties editor at design time). The strange thing is that the form is displayed as if there was a taskbar... It stops about 20 pixels over the bot... 17 Apr 2010 16:20
Possible BUG Assoc VB, M$ latest security Update
Downloaded latest security Updates from M$ last night. (4/16/2009) Had 9 updates installed my system. After reboot attempted to access a VB project. Project OK, but VB IDE acting odd. 1) Any old project the IDE Property page is -- blank -- and just shows the two tabs at the top. 2) Any new project I... 17 Apr 2010 09:41
Importing data from web site
Hi Is there any procedure with VB to mimic something like the 'get external data from web' function within Excel. I would like to import currency exchange rate data from a web site and show the results in a listview control. Any help on this would be very much appreciated. TIA ... 17 Apr 2010 11:54
Solved! (This time for sure! - $1 to Bullwinkle J. Moose)
Wait... Bullwinkle? Boris? Hmmm.... Boris, I owe you. I never in a million years would have guessed it was the icon, but that's exactly what it was. I just got an e-mail from the client. The system now works 100%. If by chance you are on facebook, please add me as a friend, or just send me an e-mail som... 19 Apr 2010 10:32
Disabling DBCS...
....is it possible? I have a desire to do the following... dim b() as byte ' for interoperability issues it needs to be bytes b="abc" Which works, except that when I examine b it is [97 0 98 0 99 0] not [97 98 99] as I expected... Short of writing some code to remove the 0's, is there a "better way" to ... 19 Apr 2010 08:28
MsComm problem with phone dialer
Using VB5, I want to dial a phone number each time a new file arrives on my computer. I can dial the desired number just fine the first time this code is executed, but when this code is excuted again, the phone is "NOT" dialed. What am I doing wrong? I checked Google but didn't see a similar problem. Note: I ... 16 Apr 2010 18:27
Label printing in VB6
Are there any libraries out there for managing laser printer labels in vb6? Specifically, the function I don't really want to reinvent is the ability to select a specific label on a sheet of them as the target for printing. The purpose is to be able to print labels one at a time instead of having to do a ... 17 Apr 2010 13:01
First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49