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

How can run java code in webbrowser

Hi , thanks for this site its very gd i have this code html in page Quote: <input class="avgvg_CSS apccpssvbCSS" onclick="CALL('df.a.vote');" type="submit" value=""> i want to run this code call...

View Article


how can i send spacebar by Alternative sendkeys ?

is there code Alternative sendkeys to send spacebar command ? ?? ? ??? ?? ? ?

View Article


How to send track in Web Browser

How to send track in Web Browser

View Article

Image may be NSFW.
Clik here to view.

Empty TextBox trapping Problem

Private Sub cmdSave_Click() Select Case TextBox Case "a" If txtMAdd.Text = "" Then MsgBox "No ADDRESS detected...try to fill all fields before saving.!.!.!.", vbExclamation, "Mechanic Manager...

View Article

how to prevent others to use my dll and ocx?

I was amazed when I tried to use an ocx and a dll from a program for capturing image from webcam. As I tried to use their ocx and dll in the reference of my project, I cannot add it as reference...

View Article


Most common word, code error "Run-time error '5': Invalid procedure call or...

Code: Dim brojac1 As Integer Dim myArray() As String Dim x As Integer, y As Integer Dim RijecPonavlja As String myArray = Split(sadrzajB, " ") For x = 0 To UBound(myArray) If Asc(Right(myArray(x), 1))...

View Article

[RESOLVED] How may I use more than 1 character as a red flag for removal?

Hello there. I have a list of items for a student game. I borrowed some older code from a bingo game that would let you take away numbers from the bingo list of numbers to be called. Now I am working...

View Article

[RESOLVED] Bad File Mode?

Hello there. I have had the chance to try out some really neat software at school that helps with students morning routines, such as signing in/attendance, etc. The program will load up a student...

View Article


[Help] Subscript out of range

Hey, I've read the FAQ and my VB knowledge is quite lacking. Without too much explanation, this code is a snippet from a script for a bot that manages battle.net chat. (stealthbot) I'm having trouble...

View Article


Image may be NSFW.
Clik here to view.

colour coding or grouping records in Hierarchical Data Grid

I have a HFG as in Pic 1. Attachment 96009 I would like to make it a little easier to see different groups by separating or colour coding them as in the next two pics. Attachment 96011Attachment 96013...

View Article

Is something wrong with app.path?

Hi there! I am working a student attendance prog that saves the attendance to a txt file. The program uses this line to create and save the textfile. myFile = App.Path &...

View Article

Opening VB Project get strange message

It's begining to appear more and more often. When I open a VB project a messagebox popsup with this message: Method '~' of object '~' failed I haven't seen where it has caused any problems with the...

View Article

[RESOLVED] Load a textfile into a label caption array starting at index 0?

Hello there everyone! I am working on a prog to help track student behavior. I have a textfile with the student names, and an array of label captions I am trying to load them into. It is from an...

View Article


Image may be NSFW.
Clik here to view.

how to display count up timer in database field

Hi, I've made a count up timer, but I want to display the running time in the listview or other database field, can you help me? Sorry my english is not good, I live in bali. Here the screenshot when...

View Article

Problem Passing Byte-Array to a Class's Property

The property is defined in the class with this code: Code: Public Property Let PrivateKey(ByRef Prk() As Byte) The code in a command button defines an array to pass with this code: Code: Dim PrKey(39)...

View Article


VB Program wont end...

Hi all, My VB6 Program wont end correctly unless I use END. It use to end with an unload me on the last form, but as soon as I open a particular form, it won't end from there. Can someone tell me how...

View Article

File Content Search

Hi all, expecting some ideas to create an application which search for the contents in a file. Microsoft Windows Search 4.0 or the Search included in Windows 7 does the same. I have already implemented...

View Article


Solved::Left Padding with Space chars to align strings horizonaly won't work?

I have a horizontal array of Hyper-labels (OCX that does not support center alignment) that need to be 5 chars wide and all caps to horizontally align properly. I tried left padding with spaces but...

View Article

Integers in the string

I have a program that originally ignored the first 34 characters in the file because they appeared to be blank space. I now have learned that there is integer data stored in this area. how do i get VB...

View Article

passing an ADODB parameter in a recordset into a Stored Procedure

I have a stored procedure called spPanLetterUpdate called in ADO in a VB6 app as seen here Code:      Set cn = New ADODB.Connection     With cn         .Open strConnectionString         .Execute...

View Article
Browsing all 21839 articles
Browse latest View live