CREATE table in MySql server from access fields
I just have 2 connection in ADO: conn (for access database) conn1 (for MYsql with connector MySQL ODBC 3.51 Driver) Access database have variuos Table(in my case 5) I need to create the same table in...
View ArticleHelp: Convert this simple C# to VB6
Hello, It's quite straightforward but getting different results in VB6 :/ Code: ushort rr; rr = (ushort)(Math.Log(32000 / 48000.0) * 1536.0 / Math.Log(2.0)); Should return: 64638 Code: MsgBox...
View Articleinternet path for file list?
i know how to set the path for a FileList box, but can I set the path to a web directory? Lets say my domain server is Google, and my web domain is www.myplace.com I want to upload text files to my...
View Article[vbRichClient] How to export BLOB image(jpg) from SQLite to file ?
Hi I'm looking for a fast way to export all pictures from an SQLite database to *.jpg files. Regards
View ArticleOLEDropMode enumeration in UserControls?
Good day, I want to delegate a UserControl's OLEDropMode property. The UserControl's property supports just the values 0 - vbOLEDropNone and 1 - vbOLEDropManual. The enumeration normally used is...
View ArticleFinding a given file in a directory, listing it in a listbox, and copying it
Hello AT present I am using Microsoft Scripting Routine and declaring a variable (a file name) as a FileSystemObject. I then look at available disks and list in a listbox all the files that fit into a...
View ArticleInstalling Common Controls
Installing Common Controls Hi all, I have little experience on installers. I'm doing one with InnoSetup. The PDW has given the dependencies list for my app, but for example it places some of them in...
View ArticleFree Trial Expire
hi, Code: FMWB.WB.Navigate "http://minecraft.simplesite.com/" Do While FMWB.WB.Busy: DoEvents: Loop Do While FMWB.WB.ReadyState <> READYSTATE_COMPLETE: DoEvents: Loop If FMWB.WB.LocationName =...
View ArticleRegExp problem.
Trying to match '1234**AB', so need to escape star '*' char ie. regexp pattern, from my understanding needs to be '\*\*' but, no match. Test code below... Any idea, what is wrong? Code: Private Sub...
View ArticleVB6 GDI+ ROTATION only
Hi experts, Can anyone help me how to use GDI+ to make rotation image in picturebox? I have read and tried some awesome code like here but failed. I just need the rotation function only. Maybe someone...
View ArticleIntegrating API.AI Within Visual Basic 6
Hi, I have recently made it my mission to make an AI within Visual Basic 6. I want to be able to utilise API.AI however when making it. However, I'm not sure on how to do that exactly. Thanks
View ArticleError - Class VIEWPR32Lib.ViewPro of control ViewPro was not a loaded control...
Hi Class VIEWPR32Lib.ViewPro of control ViewPro was not a loaded control class. Thanks
View ArticleSave State Editor Game (Checkbox)?
I like make save stat editor game but I have smell problem and I hope someone help me for that is problem.:cry: Code: Public Sub SaveState(pFile As String) If pFile = "" Then Exit Sub Dim FF As...
View Article[RESOLVED] RegExp problem.
Trying to match '1234**AB', so need to escape star '*' char ie. regexp pattern, from my understanding needs to be '\*\*' but, no match. Test code below... Any idea, what is wrong? Code: Private Sub...
View Article[RESOLVED] VB6 GDI+ ROTATION only
Hi experts, Can anyone help me how to use GDI+ to make rotation image in picturebox? I have read and tried some awesome code like here but failed. I just need the rotation function only. Maybe someone...
View ArticleAdjust text height to fit in label width.
Problem with adjusting text point size to fit in width wise to a label. Basicly how to enumerate point sizes available in given font, so to substract correct value from previous point size? Code below...
View ArticleHelp Loading Form
Hi, i am trying to load a form that has been selected by a user from a list, Code: If List1.ListCount = 0 Then MsgBox "you have Not Selected a Form", vbInformation, "Open Form" Else Dim FM As Object FM...
View ArticleIs it possible to integrate VB 6.0 DLL to other Applications?
I just like to ask something if it would be possible to use Active X DLL in VB 6.0 with other applications. So that when I open/Install an application, files or folder, my form will show up first to...
View Article[RESOLVED] Register WinXPC Engine.ocx
Hi When i am trying to register winxpc Engine.ocx i am getting this error The module c:\winxpcengine.ocx failed to load. Make sure the binary is stored at the specified path or debug it to check for...
View ArticleIs There a way to sync Events From Access to google calendar?
Is There a way to sync Events From Access to google calendar? did some one ever tried this before? any help will be appreciated salsa :)
View Article