Need help with this program
So it's quite simple. The Form will include a Text Box, a button, and a List Box. When the user types in a number into the Text Box and clicks the Button the List Box will display the numbers in a form...
View ArticleSubstitute for ItemData property in ListView
I'm trying to display some previously stored data when a ListView is clicked which I previously did using a ListBox like so: Code: Record_Position = Game_List.ItemData Game_Channel = FreeFile Open...
View ArticleVB 6 Code appearance
l know l must have clicked something by mistake and when writing code instead of Private Sub Form_Load() **** **** End Sub l just see Form_Load() **** **** The "Private Sub" part and "End Sub" are...
View ArticleCapturing captcha
hi am a newbie. i got some problem using WebBrowser control :cry: i wanna create application for register new user on MIG33. i using WebBrowser to open url registration, but its to large, becoz iam...
View ArticleHow can one get his own extension registered in OS ?
hi all I need to know How if I have simple text editor , and liked to save my text file in my own extension (say .ttx) and latter let the windows opens that files with the new extension by my program...
View ArticleEmbedding license key for ActiveX controls created at Run Time
I upgraded ComponentOne controls to "Studio for ActiveX 2012 v2" to support 64 bit systems in our old VB6 solution. However with these changes the nag license window keeps appearing for one of the ocx:...
View Article[RESOLVED] What's the alternative for this Code in VB 2010?
This program is a program in which the user inputs a number into a Text Box and clicks a Button resulting in that number to appear in stars (*) in a List Box, for example..... User Inputs 5......List...
View Article[RESOLVED] winsock chat help
i recieve my data like this wsk.getdata strdata now i have some instr codes in my project but what i need is to stop the data example of current code strData = ReplaceText(strData, List2.List(i), "")...
View ArticleBuild an XML file
Hello, I am working with VB6. I have to create an XML file to send to a state agency to report our sales for tax purposed. They gave me a schema for it but this is something I have never done before. I...
View Articlewebbrowser background image display
any ways to add image background on webbrowser1 chat window ? its not for browsing its a chat window that receives text from other chat users and i want to know if its possible to change webbrowser1...
View Article[RESOLVED] InStr Problem
I have this: If InStr(1, NameList, CurrentName, vbTextCompare) > 0 Then ' ' Do Something ' Else ' ' Do Nothing ' End If NameList contains: Joe, Bill, John CurrentName is null it contains: "" but...
View ArticleGet Data From Live Excel Sheet
Hi I want get some data from Live excel sheet to my vb application. When I edit the excel with out saving the excel the change should also effect in vb application.Is there any idea I could do this? I...
View Articleneed easy example of voice in chat
i need help in voice in chat am using winsock chat with server and want to add voice so all users can get connected and play music while others listen or who ever presses the mic button they shud go...
View ArticleData mismatch in criteria expression
I am using INSERT statement to execute the program. And the error has occured : "Data mismatch in criteria expression". I am checking my database but I could not find the error. Can you help me to fix...
View ArticleGet Reuters currency value to vb application
Hi I want to get the currency values from reuters to vb application. Any one can help
View ArticleFile List Box question
Is there a way to clear a file list box so it will not show any files like how you would clear a regular list box using .Clear. I don't see a .Clear for the FileListBox. I tried using .Path = "" but...
View Articledbcombo & option button
i have create a combo box to display the name of different book from another table now i want to take the id of the book and store it in my database in another table, i dd'ont how to retrieve the id...
View ArticleTo .Show or not to .Show Form2
I use Form2 as a message form to receive messages and optionally reply to messages. When a message arrives at Form1 and I put the message in Form2's Message variable and if it's the 1st time I do a...
View Articlewinsock grab image source in data arrival
i want an example how winsock can grab image in dataarrival and put on picture1 i want to se some code for winsock dataarrival grabs image with name imgsrc any winsock example will do
View Article