|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
Making applications multi-lingual
I would like to make my application capable of loading with Menus and content in different languages. e.g. English for UK and US users, French for French speakers etc. What is the recommended method of doing this. Should I just create a text file that loads at start-up with all the strings in it ? Can I u... 5 Jul 2008 19:40
Good free ActiveX (.OCX) website
Hi, I would like to know if someone have some good website where I could find a lot of (preferable free) ActiveX control that I could use in VB6? Thanks in advance! ... 5 Jul 2008 00:19
deleting records
Hi, i have a connection to an access-database which works fine. Now I want to delete all records of a table by clicking a commandbutton. I know I have to use a loop, but I don't get it working... Private Sub Command1_Clcik() Adodc1.RecordSource = "TREX" ' delete all records of this table ' fieldnames are "... 3 Jul 2008 08:23
_%xvX We're "Outing" The Snake Oil Gurus _%xvX]y
I'm sure this seems awfully important to you... do you perhaps profit from sales of the referenced book? But, posting it here is (1) against USENET rules, (2) in violation of the charter of this newsgroup which does not specifically permit advertising, and (3) decidedly off-topic. Have you considered "Will Th... 1 Jul 2008 15:25
SetUnhandledExceptionFilter()
I'm trying to instercept all errors in my app with SetUnhandledExceptionFilter(), but whenever an exception is raised, my excpetion handler function gets called over and over. I reduced my exception handler to a do nothing, but the error still persists: ------------------------------------------------------... 29 Jun 2008 08:04
Getting a stack trace from a running application
Dear fellow dinosaurs, Some customers are complaining that my VB6 app raises a GPF on exiting. Unfortunately, the only infromation they can provide is a memory address, which is pretty useless as it doesn't tell me if my main exe is the culprit or if it's some dll or ocx or whatever. I managed to catch th... 27 Jun 2008 15:14
xgif.ocx
I am trying to find this ocx, to get an old piece of source code that came off the web to run. Does anyone know where it came from ? Or have a copy they could send me. regards sarason ... 4 Jul 2008 08:58
How to load a function from a dll whose name is known only at runtime
Hi, I'm trying to load a function (fixed name) from a dll whose name is known only at runtime. For example: Private Declare Function Init_Plugin Lib "plugin.dll" () As Long Where "plugin.dll" can be named foo_plugin.dll or whatever. Thanks in advance. ... 25 Jun 2008 16:02
Volatile variables for interfacing to hardware
Hello group, I wanted to interface to some separate hardware from my VB6- application and perform DMA-accesses to and from it. For that I had the low-level drivers generated by the Jungo Driver Development Kit which also creates some sample-code for VB. Using this sample-code I could successfully write to my har... 24 Jun 2008 03:05
listview1
I'm trying to learn more about how to use listview1 and listview but I can't seem to find much about it. Does someone have a good link to learn about this and other VB controls and functions? Thanks. ... 27 Jun 2008 01:54
Convert image to text
I am trying to figure out a way to convert an image into text. In other words, I want to take an image and have a text output of 0's for the white area and 1's for the black area. For instance, if I have a bitmap of an X, the text output would be: 1000001 0100010 0010100 0001000 0010100 0100010 1000001 ... 19 Jun 2008 15:46
Problem printing with a network printer
Please help!!!! Environment is VB6 with Windoze XP Professional. I have a timeclock application at one of my sites that prints a line of data and writes to a database whenever an employee 'punches' in or out or off of a job. Right now the printer is local, and connected to the parallel port on the server. ... 24 Jun 2008 11:16
Editing Controls at runtime? Creating Code at Runtime? Creating EXE Files at Runtime?
Hello all. I am currently working on a project that would allow you to make your own project at runtime. so i have the following code to make a control a runtime : Dim ctl As Control Set ctl = Form2.Controls.Add("VB." & Text1.Text & "", "" & Text2.Text, Form2) ctl.Visible = True i want to be able to edit the... 22 Jun 2008 17:19
How to send a mail with VB6
Hello, I want to know how to send a mail with my application in VB6 using SMTP server and if there is any other way ... it is welcome and i wish you listed for me some SMTP servers to use thanks in advance ... 19 Jun 2008 01:15
copy table
Hi, How can I copy a table in an Access-database using Visual Basic 6.0? Thanks, susan ... 19 Jun 2008 23:58
ricerca con apice
salve, quando faccio una ricerca su di un db Set db3 = db2.OpenRecordset("select * from anagrafe where cognome like '*" & (txtcognome.Text) & "*' order by nome") e il nome � con l'apostrofo, non lo trova, quando digito il nome inserisco due volte l'apice, la ricerca funziona benissimo. d'angelo (non lo trov... 19 Jun 2008 01:15
Senior Moment re Location of Forms
I am suffering a "senior moment" in VB5. I made the mistake of "cleaning up" my VB file folder to put my projects in their own folders, and now when I try to start a project to continue development on it I get an error message that it cannot find my forms, because it is looking in the old folder for the forms. ... 19 Jun 2008 01:15
Drag n Drop from a list box
Cannn''''tttt believe I've got completely dumbfounded by this! I want to drag and drop a list box entry onto another list box entry, BUT: 1) If I simply change the DragMode of the source listbox to automatic then I can't pick an individual entry on the list box and I'm simply dragging the whole source listbo... 19 Jun 2008 01:15
Broadcom Bluetooth Stack
On 14 Mai, 19:34, "Auric__" <not.my.r...(a)email.address> wrote: On Wed, 14 May 2008 10:29:12 GMT, Eile wrote: how can I use Broadcom Bluetooth Stack from Visual Basic? BTW Software Development Kit is for C++ only, isn't it? Have you asked them? (The company that sold you the stack.) -- Excuse... 3 Jul 2008 08:23
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11