Path not found error?
Hi there everyone! I am working on a simple review game for review math questions with students. I am storing all of the questions and answers in text files. I have it set up so there are different...
View Articlewebbrowser get text inbetween other text in page
is it possible to grab some text from a browser page that is in-between other text. i.e blah blah website my beginning string: text i would like to get! my end string blah blah end of site
View Articlecan any one help me ???
hello people i like ur forum very much i got a vb6 project its about chatting and got this function in it Quote: Public Function SendTextPV(ByVal Kata As String, ByVal Tujuan As String, ByVal Pengirim...
View Articleneed urgent extract multi string from multiline textbox
need help extracting strings and populate them into list1 thanks html Code: <td class="alt1 username"><a href="member.php?32527-n_tarr" class="username"> n_tarr</a> <span...
View ArticleCopy functions
How do the below three differ? Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" _ (Destination As Any, Source As Any, ByVal Length As Long) Private Declare Sub CpyMem Lib "kernel32"...
View Article[RESOLVED] move richtextbox1 to list1
richtextbox1 has 116.228.55.184:80 116.236.216.116:8080 112.231.65.71:80 113.108.92.104:80 110.159.78.113:8118 111.255.136.231:8888 119.167.231.73:8080 117.211.123.60:3128 117.211.123.60:80 how do i...
View Article[RESOLVED] remove first char of list1 items
-it-em1 -it-ems2 -te-xt -asds-adas how do i remove first char from list -
View Articlewinsock data arrival question , knowing what all data is recieved
want to know how do i no what all data is recieved so i can call winsock1.close ?
View Articleload xml
I am trying to use the load xml in MSXML2.DOMDocument object - but it's not working on one particular workstation. I tried to register that ms xml 6.dll that I used to compile the project, but still...
View ArticleVB6. How to know if a Form is visible without loading it
Hello! I have this project with many forms, opening, hiding, unloading, etc... I want to add a cautionary process that watch if no form is showing, so it makes the main form show. How do I do it?...
View ArticleGlobalLock - worked earlier - no change to code - now returns 0
Earlier as I was doing some testing everything was working. I have made no changes to any variable or structure or the values in these variables and structure. Now the function returns 0 Code: Â ' Â '...
View ArticleTrying to get col2, row1 from a listview control
That is, the column after the checkbox. I'm trying Dim thelistview Set thelistview = Form1.LV1.ListItems Debug.Print thelistview.SubItems(1) Set thelistview = Nothing And failing spectacularly... but I...
View Articlegetting the driver name
how to get the odbc mysql driver name using vb6 programmatically?
View Articlehow to show Currency symbol like ( $ or Euro ) next to the price in a text
i did a program of expenses now im trying to show each time i do the calc to show me the simbol of a price examlpe: 250 $ the symbol $ nnext to the price tnx
View ArticleLoad a listbox from a textfile?
Hi there! I am working on a school program that will randomly pick a student to ask a question. I have a listbox called StudentList, and I am borrowing code from an older project that loaded a textfile...
View ArticleDiffrent results in counting by changing languge format in pc
Hello my friends this is the thing just happens to me when i try to change format language to Turkish i just get different results and i just don't know why this happen here is screen shot and my code...
View ArticleDataGrid Invalid Row Number
I have the following code which fills a DataGrid and formats the columns so that if they contain 0, they display a space. The code fails in the highlighted line but it only fails when the row it wants...
View ArticleControls aquire wrong names
Hi, Just added a couple of labels inside a frame. VB6 asked if I wanted a 'control array' and as I had no idea if I did or not, I said yes to the first, and no to the second (in case one way was best)....
View ArticleVisual Basic "On Error GoTo"
I have created a program in Visual Basic code, how do I add unstructured exception handling into the program using "On Error GoTo" to pick up errors such as the text boxes being left blank?
View Article