Click on a textbox and clear it's contents.
Hi everyone. I am working on a student program, and basically I have a textbox called Text1 that says CLICK HERE TO ENTER ANSWER, but when the student clicks on it, I would like to clear the contents...
View ArticleWebBrowser control in VB6 -shdocvw.dll not working in Windows 8
I am using WebBrowser control in VB6. when i develop this in a Windows XP machine and when i add Microsoft Internet Controls reference , shdocvw.dll gets added. And my application works fine in XP. If...
View ArticleHow 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 Articlehow can i send spacebar by Alternative sendkeys ?
is there code Alternative sendkeys to send spacebar command ? ?? ? ??? ?? ? ?
View ArticleEmpty 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 Articlehow 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 ArticleMost 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 Articlecolour 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 ArticleIs 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 Articlepost deleted?
james are u still working on that project , i dont se that post here has someone deleted it :(
View Articletext1 detect www.xxxxxx.jpg please read
hi ladies and gents em i have a text1 in form if text1.text = www.example.com/demo.jpg then text1 image link format ok Code: elseĀ rest format notĀ ok www.example.com/demo. or www.example.com or www....
View ArticleOpening 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 Articlehow 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 ArticleProblem 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 ArticleVB 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