Copy 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 ArticleHow many test form is open?
I suppose there are many programs of the form, I can determine how much the order form is opened and the name of the form is not open? Who can share me with example
View ArticleOption Button Grouping
Hi, Could someone please explain how option buttons are grouped and named please? I have set up 5 groups of 2 or 3 buttons. Yet their names are duplicated - and also shown in Properties as Option2(3)...
View ArticleSettings form (on first application run)
I dont really know what to call it so I will just explain it. I've encountered a program once. It had like a settings form, where you can set like the database path and many more, it ONLY appeared on...
View ArticleHow 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