Quantcast

SQL Server - what goes into your company's various databases?

I am just curious and I want be efficently organized so I'm wondering how other companies organize their databases? This got started when I mentioned to our company president that I always think twice...

View Article


Vb6 doesnt respond to MouseDown event unless the pen move 3mm nearly

Vb6 doesnt respond to MouseDown event unless the pen move 3mm nearly after that it respond to the pen and respont to the old Mousedown event . can any one solve me this problem and ensuring his...

View Article


[RESOLVED] Module with Defines not seen in different Class other than Form1

I have some Enums that I use from my VBA project, but what I'm finding is that the current way I'm trying to use them does not seem to work (Except for Form1) Here is a portion of my enum declaration...

View Article

[RESOLVED] Console/Debug window use

Now resolved.

View Article

Need Unicode Combobox and more

Downloaded Krool CommonControls (Replacement of the MS common controls) from VBForums On Win 7 Pro x64 Loaded provided OLEGuids.tlb and OLEGuids.odl into SysWow64 Two problems. (1) Load CommonControls...

View Article


To be sure thepage is complety caharcged

I use this : ... With CreateObject("MSXML2.XMLHTTP") .Open "GET", URL, False .send Sleep (5000) HTML.body.innerHTML = .responseText End With ... possile to be sure the page is charged completly?...

View Article

This is some cool stuff - VBA in VSCode and cloud dev w/GitHub

I came across this post on the VBA subReddit https://www.reddit.com/r/vba/comment..._in_the_cloud/ I thought this may be interesting to others here.

View Article

ODBC driver settings for VB6 application

i have a laptop with Windows 11 Pro. I am trying to create user DSN with "ODBC drive 17 for SQL Server". But my driver is setting back to "SQL Server" always and my server is also not getting saved. My...

View Article


[RESOLVED] lStyle = GetWindowLong(lFormHandle, GWL_STYLE) A call to PInvoke...

I have some code to disable the X (close) button on the Form to force the user to press the Exit button for a clean exit. However, code that worked under VBA does not work under VB Net, and I'm not...

View Article


Custom OCX, every version breaks my projects.

Hi I have a project (ActiveX) with some user controls, it works ok and generates myocx.ocx, I can register it and use it in my projects, etc. But every time I change anything in the OCX project,...

View Article

Curious about CreateWindowEx etc.

Hi everyone! Out of curiosity - I know that VB6 likely uses Win32 API functions such as CreateWindowEx and SendMessage "under the hood" for the creation of forms and controls and such. Is this true of...

View Article

how do vb6,vba RSAEncrypt more than 117 bytes?

RSAEncrypt it's by .net ,how do on vb6?,VBA IT'S BY JS,but only support 117 bytes https://www.bootcdn.cn/jsencrypt/ https://cdn.bootcdn.net/ajax/libs/js...2/jsencrypt.js...

View Article

MSChart: Step with F8=correct colors, normal=wrong colors. Timing issue?

I have posted code below which puts color markers on 4 lines on a VB6 MSChart. The colors are applied to the data markers in the "select case" section. The four lines are nearly horizontal, at...

View Article


[RESOLVED] Declaration expected

Hi. From my C++ days, many moons ago, the code below, I thought, would create an instance of the class. Has something changed from the 20 years of absence from C++ coding of how a class is...

View Article

Last byte in File interprted incorrectly

I have a problem reading the last byte of 128 bytes from an mp3 file. This contains the ID3v1 tag Code: Sub BuildPattern(fname As String)     Dim v1len As Integer = 0     Dim fileSize As Long = 0...

View Article