Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21846 articles
Browse latest View live

Auto run .exe after installation

Kindly help. I have created a project in VB 6 and made setup by P & D. I want user can run this exe file automatically after installation of the same. How can I make .exe file run automatically...

View Article


Image may be NSFW.
Clik here to view.

INET Intenet ActiveX Control Object Web Developers Whitepaper...

Hello I am writing this type of Thead, for the good of the Information Tecnology Industry. I didn't write the data of this Whitepaper, only compile it into a more or less readable type of design that...

View Article


Visual basic for Statistica: windows 7: 64bit

i have the following code in Statistica 10.... and i get 10800 type mismatch.. .This code is from Statistica google analytics api (i have cut a large portion of code in order to find what goes wrong)....

View Article

visual basic 6.0 commands list

looked on the net could not find a visual basic 6.0 commands list found one listed as VB 6.0 but was for qbasic, and 1 that did not have if then on it, to short of a list. have book on order will get...

View Article

Select statement issue..

Hello, I want to tank everyone in advance, this is my first post here and I am glad there is a place like this to help out those who are struggling. I put together an app that will allow us to put our...

View Article


VB6 and windows 7

Since i have a new PC with windows 7 instead of windows xp the functions time and mid does'nt work anymore, may be that one or more libraries are missing. Can anyone help me with this problem. Thanks...

View Article

how to make ocx simple example please

il like to know how to make ocx ,,, few examples will be great to learn from , how to make ocx files then use them please anyone :eek::eek::eek::eek::eek:

View Article

Textbox_Keypress = 13 Event produces sound

I have code similar to the following in my project: Code: Private Sub Text1_KeyPress(KeyAscii As Integer)     If KeyAscii = 13 Then         MsgBox "Enter pressed.",vbOkonly,"Result"     End If End Sub...

View Article


Help on how to update or refresh text in my animated label text

hi i need some help again... i have 2 forms, first form is the "insert announcement", 2nd form is my "main form" in my main form you can find a LABEL "LBLANNOUNCEMENT" here is the situation, one you...

View Article


[RESOLVED] Conflicting Names [Help]

Hi , When I used a reference to Microsoft Excel 12.0 Object Library in vb6 , I got a type/control named "Pane" eg: do declare a new element of type 'Pane' I can use, Dim e as Pane And, later I used an...

View Article

Image may be NSFW.
Clik here to view.

Linear Feedback Shift Register

I'm a bit baffled, not to mention frustrated beyond comprehension and hopefully I can explain this right or I just once again created a dead thread noone can answer due to the advanced nature of what...

View Article

Incorporate CSS in VB 6 Application

Hi, Is it possible to incorporate CSS (Cascade Style Sheet) in VB 6 application to change the look of Controls ? Regards

View Article

how to make two button toggle - one in other out

I need two commands buttons that act like a one or the other (kind of like two radio buttons where only one is ticked at a time). If one button is pressed it stays pressed and the other becomes...

View Article


ListView Loading Slow

Hi all, Coming from a VB.NET\C# environment back to VB6, which I have not coded for years, is a bit challenging. So, I needed to add a new form to one of our VB6 applications, which is supposed to...

View Article

encryption routine

Hi everyone, I'm trying to give some sense to this piece of code, which is used as a module: Option Explicit Public Function Crypt$(sMsg$, sPhrase$, Optional bEnOrDec As Boolean = False) Dim...

View Article


OCX en Windows 7

Hola Gente…. Tengo un sistema en Windows 7 usando un OCX en una de mis computadoras y funciona bien. Cuando quiero levantar los fuentes en otra igual, registro el OCX me dice que el registro fue...

View Article

Problem installing VB 6.0 Service Pack 6 on Win 7 32 Bit Embedded PC

This PC is from a company called Beckhoff based in Germany. Supposedly a typical Intel mboard and loaded with Win 7 32 Bit. Anyway, I did all the necessary mods to get the VB 6.0 install to work, but...

View Article


How to kill a file

Hi evryone I just wonder how to kill a file with this format. App.Path & "\backup\backup\PhoneTel.mdb" & Format(Now, "yymmdd_hhnn") & ".mdb" Bonzo

View Article

[RESOLVED] How to round up a Single variable

In a timer loop a variable dimensioned As Single gets a value every time the timer event is entered. The value will be like this: 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 etc etc every time the...

View Article

How to improve this

Code: Private Sub Timer1_Timer()  On Error Resume Next  Static HH As Single  Static MM As Single  Static SS As Single  Static TS As Single  Static TSS As Single  TS = TS + 1    TSS = TS / 10    If TSS...

View Article
Browsing all 21846 articles
Browse latest View live