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 ArticleListView 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 Articleencryption 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 ArticleOCX 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 ArticleProblem 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 ArticleHow 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 ArticleHow 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 ArticleHowTo: Create A Resource Dll and link to DirectX8 rendering???
oks, i really not sure what im talking about other then the lil bit of info on the net which isnt helping , so many names one said its a mircosoft "something" resource Dll, others just resource dll,...
View ArticleListBox Help
Hey guys, Being the amateur that I am, I do not know how I can select a record in a listbox and then display the contents somewhere else. Basically, I load a txt file for Input (which consists of...
View ArticleConnecting DataGridView to MSChart in ViusalBasic 6
1. May I know how to connect or link the data in datagridview to MSChart(X Y(Scatter)). using Visual Basic 6.. 2. Can you please help me identify the picture. What tool in visualbasic6 used in this...
View Articleexample needed urgent : trial soft , limitation use
there is 2 things am after 1: limitation the software use when programme is launched , an example will be great such as limiting command1_click to be pressed once a day then order package 2: extend...
View Article[RESOLVED] search listbox
this is what i have Dim i As Integer, J As Integer Private Sub List1_Click() On Error Resume Next For J = List1.ListCount - 1 To 0 Step -1 If InStr(List1.Text, "@yahoo.com") Then Me.Caption = "found"...
View Article[Beginner] Random number generator game, need help.
Hello! I am making this random number generator game where you are playing against the computer, and the one who gets 3 labels with the same numbers first will win, numbers are from 1-9. Now to my...
View ArticleHow do I make the memory usage work at anything under 25Mb of memory???
Hello I wish to know how to make the memory usage of the Visual Basic Windows Application, that I have added in this Post such as the File Attachment, be worked at anything under 25Mb of memory. Due to...
View Articlesetting x values in line graph
I have written a code that prompts the user to select x values then y values through inputboxes. However, I am unable to assign xaxis (the range of x values) to actually be used as ThemeColor x values...
View ArticleI have a question regarding variables and checkboxes
Hello! I am making this random number generator game where you are playing against the computer, and the one who gets 3 labels with the same numbers first will win, numbers are from 1-9. Right now I...
View ArticleMicrosoft Visual Basic
Run- time error '3251': Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
View Articlerecordset.LastModified does not seem to work
I have a routine that creates a log entry into a table (that has already been created, is Global and never closed while program running) as certain things are done. I call the following routine before...
View Articlelistbox click
when i hover over an item in list1 and click it , its clicked once but then right after i clicked it how do i make it click auto just once on that same item ? please urgent
View Article