[RESOLVED] Going through a listbox and removing all items that are the same.
Hi there all! I am finishing up a game that demonstrates probability to students, and what I have is a listbox that is randomized, then the prog picks an item to add to a label caption. Then it removes...
View Article[RESOLVED] Unable to concatenate two strings
Hi I am new to this forum, and have been out of programming VB for quite some years, so some things are a bit rusty :) But I have a problem concatenating two strings in VB6. Here's what I want to do,...
View Articlevb 6 project
I. created a project to run a canteen but when. I run it gave me alot of errors. I'm stuck n need assistamce..I can upload the zipped project. if u can help
View ArticleHow a file can edit itself after the run?
Hi all. I am trying to create an exe file that can write data in itself. For example i made an exe file by VB6 with name F1.EXE and it's size is 27356 bytes. there is another file including 3 bytes...
View Article[RESOLVED] Winsock Data arrival problem
Hello guys, I have some problems with winsock. I have sample html code located on the server: Code: <table border="1" bordercolor="#FFCC00" style="background-color:#FFFFCC" width="100%"...
View Articledatabase to active directory
HI there! is it possible to get the users from database to become a member of an active directory?or how to add the users from database to the active directory?
View Articlecreate table from template table
I need to create a new table from template. In effect i just have a table named Template into access database, it contain 7 fields and have no records. I need with VB6 and DAO 3.6 to copy the blank...
View ArticleReopened: CreateProcessWithLogon Problems
The problem is when running this from startup/when Windows starts up it fails with Access Denied... I found that if I added code from Karl Peterson if works if I addd a msgbox.. weird.. First off I...
View Articlewhy is this ADO call to this stored procedure not executing
I am completely frustrated as this shoudl work. Right ?:eek2: Where I have it bolded those lines have been commented out to change the inline SQL query to a stored procedure without paramaters to be...
View Article[RESOLVED] vb6 keeps crashing so annoying
when ever i open a project lightweight or heavy weighted with less forms or lots of modules it crashes when i try and compile , or when ever i run the exe from vb6 and close it bang crash i have to do...
View Articleprogram hangs
I have created this program that will check in the database the list of legitimate windows processes to run. if not included in the whitelist, the said process will be terminated. how i am doing this...
View Articleneed your help again in chat auth
i just need simple idea for winsock chat authorizing the client id before accepting his request from server i wish to send out a message to server while requesting to server , if server reconizes that...
View ArticleCollecting data, processing it - winsock? multiple threads? repository? what?
I have a lot of experience with VB5/6, but I have zero experience with winsock, threads, repositories, etc. I need to fetch a lot of stock price data that comes in very frequently, store it someplace,...
View ArticleHi i'm new here can you help me something in VB6 thanks
Hi i'm new here and i want to know something in vb6 i'm new in vb6 i want to read txt file from website in to Textbox in vb6 i found some source in google but watch this for example: Attachment 95619...
View Article[RESOLVED] GetShortPathName not working, help!
Hi guys, I'm experiencing some trouble with 64-bit machines, where our app is installed in C:\program files(x86). The problem is that GetShortPathName API function is not working anymore, where there...
View ArticleFind the tab stop position
I'm sending output to a text file and to make this file more readable, I indent some lines by placing one or more vbTab characters at the beginning. In some of these lines, I'd like to add a specific...
View ArticleVB6 How to declare an array as global.
Hi guys! I want to declare a dim as global. But VB6 clearly warns me arrays cannot be declared as Public. Any trick to overcome this problem? Thanks a lot!
View ArticleShow Text in ComboBox When Set as Dropdown List?
Hi, Is there a way I can set a ComboBox as a Dropdown List but still have the text property available? For example, I have a ComboBox that I want to restrict so users can only choose what is in the...
View Articlemshflexgrid problem
i would like to format the passwords in the grid...i really dont know how beacause its in string format.. Private Sub LoadUsers(grd As MSHFlexGrid) If rs.State = 1 Then rs.Close sql = "SELECT * FROM...
View Article[RESOLVED] Dynamic array related question
Hi folks! I know how to work with fixed arrays, but I would like to make it more clear and ask a question regarding fixed arrays. For example, what's the difference when declaring: Code: Dim str(0 to...
View Article