|
True/False become Wahr/Falsch which breaks OLEDB to Microsoft Access Hi all, I've got a Visual Basic 6.0 application which connects via OLEDB to a Microsoft Access 2002 data source. One of my customers based in Germany has complained that it's not working properly. It turns out that the query to update the database uses VB boolean variables, but instead of putting True and Fals... 29 Aug 2008 17:49
Stdpicture not found with VB6 Object Browser See a reference to the Sdtpicture in VB6 help, but when I "Dim PIX as " there is no Stdpicture selection in the Object Browser drop down list. "S" options start with ScaleModeOptions and ends with String. What do I have to do to enable StdPicture? ... 27 Aug 2008 20:47
Birthday Time Birthday Time Every year for my birthday I launch a special sale. The discount matches my age and since this year Im so close to the big 50 I decided to make it a 50% off discount. From now till Sunday August 31st any order place will receive the 50% discount. This includes: All stock items, Icons, logos, ... 27 Aug 2008 20:47
Visual Basic Scripting? I just made a VBS file that contains this text Set objShell = CreateObject("Shell.Application") objShell.TileVertically When the file is run, that tiles Windows desktop windows vertically. Is that kind of file produced in Visual Basic, or Visual Basic Scripting? When looking for information on Visual B... 25 Aug 2008 22:41
System-wide mouse hook? I'm trying to write an application that would need to use a system- wide mouse hook. I know that it is not possible to write the required DLL in VB6, but I was hoping that someone might know of a free DLL that would work. I've been examining the Mabry MSGHOOK DLL, but it looks like it will only hook mouse event... 24 Aug 2008 15:58
Screen positioning I have 2 forms in an application that are both loaded at startup. Form 1 acts as a menu bar and sits at the top of the screen. It is positioned using the following: Me.Move 0, 0, Screen.Width, 800 The 2nd form acts as a status bar form and sits at teh bottom of the screen. It is positioned using the following: ... 21 Aug 2008 07:18
Sysinfo.ocx I have been trying to run a programme built using VB6 on a Vista machine. I keep getting an error about sysinfo.ocx or one of it's dependants not being registered. I have tried to remove sysinfo from teh project Components but it tells me it is in use. What tools doe sysinfo.ocx add to the tools menu in VB6? TIA... 20 Aug 2008 04:37
Editing Controls at runtime? Creating Code at Runtime? Creating EXE Files at Runtime? Hello! Did anyone spot my delibrate mistake? Compile can be done with a DOS command line: C:\Program Files\Microsoft Visual Studio\VB98\vb6 /make ProjectName.vbp User doesn't have installed VB6 on his system. This line of code wouldn't work on users machine! ... 14 Aug 2008 09:19
ActiveX implementing REXX parse? G'day everyone IIRC, I found an ActiveX/COM DLL that implemented REXX parsing/pattern matching. Can't find it now. Has anyone heard of such a thing? Kind regards, Bruce. ... 18 Aug 2008 00:19
VBA - Office XP - Libraries Hi. I am just launching into new territory. I am writing VBA with EXCELL (Office XP 2002). I am not in my preferred SQL environment. So I have the need to access general routines that copy simple SQL "Select" statements; 1) Sort a table/list based on a particular column, 2) Group by a particular column, 3) ... 12 Aug 2008 13:11 |