How to protect UserName & PW saved in Database (Access)?
hi good day i would like to ask how to protect my database in access containing the username's and pw's? i tried to put a pw before you open the database but my problem is when im saving in my program...
View ArticleInvalid Authorization Specification
I have been trying to connect to sql server 2008 with vb6 and using the below connection string and I am getting the invalid authorization specification error. The login object is working it appears to...
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 Articleposting with vb6
i wnana create an app which can post the text of text1.text in mig33 minibolg(www.mig33.com) how? help me
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 Article[RESOLVED] Controls 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 ArticleDo loop problem - doesn't exit when I think it should
I have this Do While.....Loop that is supposed to exit when I click on button. While the boolean variable is True the app is constantly recording sound and sending it out to another app using Winsock....
View ArticleHow to use combo box to enter different input data
Dear All, I'm an elementary VB user and i have to use it for my M.S. final project. As shown in the pic, It has been shown that some combo boxes are given to program user to select which input they...
View Article