| Thread | Last Post | Replies |
|
| "Toolkit has encountered a problem and needs to close.." | 11 Jun 2006 21:45 GMT | 11 |
Visual Basic 5.0 set up Toolkit has encountered a problem and needs to close. We are sorry for the inconvenience. Error signature AppName: setup1.exc AppVer: 5.0.0.361 ModName: ntdll.dll
|
| Advanced Visual Basic 6 CD | 11 Jun 2006 20:22 GMT | 14 |
Bought the book Advanced Visual Basic 6 by Matthew Curland from Amazon. Unfortunately, there is no CD with it. I got a refund, but it seems that without the CD the book is not much use. I think there might be a general problem to get hold of this CD.
|
| How can I get the color of a point? | 11 Jun 2006 14:18 GMT | 2 |
I want to write a program to analyse some pictures. I need my program to be able to distinguish the colors of the different points of the picture. For example I give it the X and Y of that point, and it gives me its color. How is it possible?
|
| Automating Excel 8 | 11 Jun 2006 14:18 GMT | 5 |
I know I've done this successfully in the past but it's presently got me stumped. Platform is Win98, VB6 sp6. Referencing "Microsoft Excel 8.0 Object Library"
|
| sort 1-D array of doubles for Olaf Schmidt | 10 Jun 2006 14:12 GMT | 8 |
A few weeks Olaf Schmidt posted a VB6 routine to sort a 1-D array of strings very fast indeed. This was in the thread: fastest way to change case of string. Now I wonder if I could use this code to sort a variant 2-D array where the
|
| INtegllisense not working in VS 2005 for aspx pages | 10 Jun 2006 05:34 GMT | 1 |
I was working fine in VS 2005 before I was moved to a new computer where VS 2005 was newly installed. Before I moved Intellisense was working beautifully in either the VB portion of an aspx page or the html page. But now it only seems to work for the HTML portion. I've looked ...
|
| ListView doubleclick event | 10 Jun 2006 01:56 GMT | 4 |
I'm trying to make something happen when I double-click an item in a listview control. There is no "dblclick" event for the control, but the "MouseUp" event seems to always work. So, I'm setting a flag and enabling a timer on the first MouseUp. The
|
| accessing a collection | 09 Jun 2006 23:28 GMT | 3 |
I am filling a collection with data. and i am trying to find the best was go get the collection. i want to fill the collection at the begining of the application. then I have a lot of classes i want to access the collection in.
|
| IDE Question | 09 Jun 2006 22:36 GMT | 6 |
On one machine that I work on the form widths are nysetiosly narrowed by the IDE. Has anyone heard of this behavior?
|
| subtracting one date from another | 09 Jun 2006 21:47 GMT | 6 |
can someone please help me. Is there anyway to work out given todays date what the date was 2 weeks ago? thanks shawrie
|
| A solution for Ctrl+C problem | 09 Jun 2006 18:35 GMT | 4 |
http://jollytalk.com/forum.php?req=insidetopic&topicid=85&forumid=9006&subforumi d=1018
|
| Irda programming | 09 Jun 2006 18:31 GMT | 7 |
I am investigating as to how to transfer files between two computers that have IR (Infra Red) ports. My Google experience yielded two methods: 1. Use winsock control with Protocol property set to 2 2. Use MSCOmm control in conjunction with a virtual seral port driver for Irda
|
| Loop won't add more than one record to database. | 09 Jun 2006 17:15 GMT | 4 |
I have an array with elements 0 - 5 called mstrDiag . I'm using the following loop to add non-blank elements to an MS Access table using a Data Environment. Dim intIndex As Integer
|
| mciSendstring, short file names and win version compatibility | 09 Jun 2006 16:57 GMT | 4 |
I think this question may be simpler than it looks. To pursuade the mci doofer to save, I have to convert the file path to the short format - i.e. spaces removed and the addition of Wiggly Things. This works fine in W98, but do later version of windows recognise this
|
| on error | 09 Jun 2006 16:42 GMT | 2 |
on error goto 0 what exactly happens with this line in a code?
 Signature hemu
|