| Thread | Last Post | Replies |
|
| detect ActiveForm.ActiveControl.SelText <> "" | 14 Oct 2006 13:33 GMT | 2 |
I have a MDI form with four buttons Copy, Paste, Delete and Cut. The buttons are disabled to start with. Now I open a Childform in the MDI with some textboxes. Is there a way to get the buttons enabled automatically when a text on
|
| Question for Larry Serflaten... | 14 Oct 2006 12:46 GMT | 12 |
I once obtained following code from Larry Serflaten to draw images and lines on a form or picturebox. I was just wondering if there were any chance of having a zoom option with this?
|
| Error 480 - can't create autoredraw image | 14 Oct 2006 09:58 GMT | 58 |
I'm trying to do a simple crop by loading a JPG into a picturebox, then PaintPicture to a second box with size set to the crop region.
|
| Detect name of PC? | 14 Oct 2006 08:42 GMT | 6 |
How can I detect the name of the pc my VB6 app is running on? I am on a network. Appreciate any help on this Thanks
|
| Memory Question | 14 Oct 2006 03:15 GMT | 1 |
We run a complex program with a lot of elements. When many other programs are running we sometimes get an "out of memory" error which when we attempt to debug can occur on loading of any of a number of form deppending on the memory usage of the other open programs We have
|
| Laptop & eNav | 13 Oct 2006 18:55 GMT | 1 |
Allo, c'est quoi déjà la résolution d'écran de ton portable ? As-tu les cartes S-57 officielles du secteur QBC-TRV ? Ça les prend sinon mon logiciel ne part plus. C'est que je ne peux
|
| IDE Project | Reference ... Item disappear | 13 Oct 2006 17:55 GMT | 1 |
I am using a VB6 enterprise edition IDE. In its "Project" drop down menu, there aws a "Reference..." item originally. But this item now disappear. I tried change Options, but still couldn't restore it. Can anyone help?
|
| How to enable cross-process dragdrop? | 13 Oct 2006 17:21 GMT | 4 |
Within Windows Operating System, we can drag-drop an icon from deskrop (or Windows Explorer) into another runing application. For example, if I drag a JPG file to an opened Paint application window, the latter will automatically load the image. This is a very convienent feature.
|
| How to set function to nothing | 13 Oct 2006 17:19 GMT | 7 |
I got a function like follows: Public Function GetRecordsetBySQL(ByVal strSQL As String) As ADODB.Recordset On Error GoTo ErrGetRecordsetBySQL
|
| Smooth lines in Picturebox | 13 Oct 2006 16:51 GMT | 31 |
Wrote a dll to make graphs from 2-D arrays. It simply is a form with a picturebox and the lines are drawn like this: Picture1.Line ((ColOffset + sFirstXWidth / 2) + _ (.Width - (ColOffset + sFirstXWidth)) *
|
| Storing data in SQL database | 13 Oct 2006 15:15 GMT | 4 |
I was asked to modify my application to allow it storing data into SQL database. I do not have any idea how to do that. Any pointers are welcomed.
|
| How to save a form in .pdf or .jpg format? | 13 Oct 2006 15:10 GMT | 8 |
I have an application with about 150 controls on form1 including some images. I want to save form1 in .pdf or .jpg format just the way the printer would print form1 with code: Form1.PrintForm. How can I do that? If this is a complicated task, would you please suggest some reading
|
| command button problem | 13 Oct 2006 14:51 GMT | 8 |
After reloading the form, the picture I have in my command button will disappear.. and I don't know why..does someone know? The reason I unload e reload again is for the users to continue submit the details, without the need to go back to the main menu and go back to
|
| Regarding OCX and DLL registration | 13 Oct 2006 11:26 GMT | 1 |
I'm trying to move away from the built in P&D setup wizard and found Inno to be much more usefull and flexible. However, flexibility means more options you need to understand. 1
|
| VB6 MSXML2 | 13 Oct 2006 11:21 GMT | 1 |
I am trying to set the timeout period for my MSXML2 object but my code is failing. Does anyone see a problemwith the following code? Dim objXMLHTTP As MSXML2.ServerXMLHTTP
|