Create login form using php code?
I have a problem that needs to be answered urgently I have one last set about creating one web-based application log login with php source code that I have available! - I created one form, in which I...
View Article[RESOLVED] creating a special type (just like boolean)
Hello everyone. i want to define a type which has values only which i want. if want to assaing a value to a variable which is defined as boolean we see TRUE / FALSE options after = character. i want to...
View Articlevb6 read and evaluate fields from a .csv file?
Hi all, I have a .csv file and I need to evaluate certain fields inside of it. I thought the easiest way would be to convert it to an array and evaluate the elements inside the array (This has been...
View Articleneed your expert help combo1
hi alls i need your urgent help. in project have combo1 & text1 & text2 combo1 = server list server1 server2 server3 server4 text1.text should hold server text2.text port appath has server.txt...
View Article[RESOLVED] Custom Classes - accesing private variables directly
Hello I have a general best practices type question. I am wondering if its ok to assign values to a private pVariable directly, when I have public and private functions that will edit these values and...
View ArticleVB6 Moving Array Elements into Textbox
Hi all, I have an array, and I want to copy certain fields of a row and column to a textbox. The program is to evaluate the 5th column of every row. If the 5th column has a '1', it copies the 1st...
View ArticleCopyMemory API
A curiosity. Is there a faster way to copy a dynamic strings array in another array without using the equal operator (es. A$()=B$() ), possibly using the "copymemory" api?
View Article[RESOLVED] array help
im building up an array from a listview the Column across wont every go above 6 how do change Dim entrys(0 To 7000) As String to an unknown amount no limit Code: Dim strLine(0 To 6) As String...
View ArticleHi, Im new and want to ask if theres a way to make a fake loading screen like...
Hi My Name is Wykey, How is everyone doing today, well I want to make a fake loading screen like what linux does before it loads the operating system, I know I have to us timers but not show how to...
View Articleneed help connecting to server
got vps aka virtual private server , i put my server exe there and its listening state=2 when normally gets connected it says state=7 how ever i cannot get connected to that server. 1: i have dynamic...
View Article[VB-6] Microsoft Winsock Control 6.0 SP6 getData returns additional characters
Simply put, the getData command I am using adds one or two extra characters to the end of any message. Code in the client for receiving messages Code: Private Sub LAN_DataArrival(ByVal requestId As...
View ArticleWay to check if a specific PC is in my network
Hi all, well... the title says all. I wanna check if a pc exists on my network, for example "JOAN-PC". Now I'm doing something like this: Code: Dim oShell As Object Set oShell =...
View Articleanimating a pixel like circle or ellipse - need help!
i want to animate a pixel in the form like circle or ellipse but i'm suck at gfx stuff so i asked here. btw i'm using vb6.
View Articledetermining letters order
hey guys ,, I need help with this thing; I want to make list box that determine the alphabetical order of each letter in one word, for example: we have text " the quick sly fox jumps over the lazy...
View Articlejim need your help
here is the image of what i extracted from other project source i found in my folders my chat client uses webbrowser as chat window. when we change font styles in combo the symbols change i wish to add...
View Article[RESOLVED] jim need your help
here is the image of what i extracted from other project source i found in my folders [IMG][/IMG] my chat client uses webbrowser as chat window. when we change font styles in combo the symbols change i...
View Article[RESOLVED] Have a mouse pointer change while inside a form?
Hi there, I am working on a program to help students with math, but for the younger students, they have a hard time seeing the small default mouse cursor. I have made one that is bigger, and easier to...
View ArticleHow Does VB I Want to Use MSAccess
I'm trying to create multiple instances to MSAccess. In doing so it raised the above question of "How Does VB Know I Want to Use MSAccess?". -------------------------- I currently use Access by: Code:...
View ArticleLaunch Webpage, then Change URL in Browser Window
I've created a simple script that will launch IE using my default browser (which is IE8 here at work), and goes to a specific URL and uses the send keys method. I'm stuck on how to then redirect the...
View ArticleMSFlexGrid Scrolling - Freeze first column
Hello! I have a FlexGrid Control on a form, with horizontal scrolling enabled. I want to have the first column always visible when scrolling to the right. Any idea on how to accomplish this? I do not...
View Article