SUGGEST to get min max date from txt string
I use the tipical free file eof .... to read line by line a txt file. During the loop a get in a mid postion of string a date form each lines and store the date value it in mYDate var. How to get the...
View ArticleUniversity Admissions Point system program not working right
The admissions offices of large Colleges often rely on a point system. A point system similar to the one in Figure 11.31 is used by a large state University. Write a program that displays the...
View ArticleVB6 + WebBrowser + GoogleMaps: It tries to download the image
In most of computers (mine included), a WebBrowser where I execute: Code: WebBrowser1.Navigate "http://maps.googleapis.com/maps/api/staticmap?&size=125x125¢er=" &...
View Articlehow to display 1 line data array from sql to MSHFlexGrid in visual basic 6
help me.. :( how to display 1 line data array from sql to MSHFlexGrid in visual basic 6, if i have table "MS_DATAHAKIM" and data in the table, like this.. and i want to display array data, line 3 to...
View ArticleU.C. Image control with two Images
I have made a user control that acts like a regular image control as I not only needed transparency I also need a handle because I use APIs to do things to the image that I can't do this using a...
View ArticleCan a mouse move event rotate a picture?
Hi there folks. I am thinking about making an interactive clock (analog) to help teach students how to tell time. The yellow wooden ones are great, cause you can move the house and minute hand, but was...
View Articleneed help : Error (row cannot be located for updating)
I am getting error (Row cannot be located for updating) Database : MySQL DB Here's my code Code: Dim rs As ADODB.Recordset Dim sqlCriteria As String Dim i As Long     sqlCriteria = "SELECT * FROM...
View ArticleTimers and Select Case Statements
Hello all. I have written some pretty hefty programs in VB6 quite a while ago.... but now have stumbled upon an issue when looking into them further... I have one timer running the backbone of the...
View ArticleApp in the right click context menu that opens up the file which was right...
Hi everyone, Hope my title isn't too long? Basically I am writing an application which opens a text document and does various counts on the contents of the text file. I would like to add this...
View ArticleDay of week problem
Hi, this may seem kids stuff but although I have completed a program and it runs well, I have been banging my head up against the wall to solve a simple problem. I want to show the current day of the...
View ArticleIs there a way to dock a form to the right side of the users screen...
Hi there everyone. I am working on a prog that has lots of features for classroom management. The project has more features, but I would like to add a toolbar on the right side of the screen for...
View ArticleStable Sorting 2D Alphanumeric & Date Arrays
Hi All, I have a requirement to be able to stable sort a 2D array (which contains either alphanumeric or date values) in a legacy VB6 application we are required to support. Below is the array sorting...
View ArticleCopy and double an array
how to post new qus in vb formus because i am new in this .. and i have a problem i want to store array (10) values into array(20 ) values i.e means array1 is stored 2 times in array1 plz help
View Articlesql query to xml file using vb6
I found an answer for this problem but it uses vb.net but I need it on vb6. I was checking out http://www.vbforums.com/showthread.p...es-in-a-String but the links provided there no longer have the...
View Articlehelp me with my sms engine
Option Explicit Dim i As Integer Dim Csql As String Dim Vitem As String Dim Vsrno As Integer Dim sms_Engine_flg As Boolean Dim sms_timer_flg As Boolean Dim rs As New ADODB.Recordset Private Sub...
View ArticleWebbrowser get scrollbar value
:eek: I want to get webbrowser's scrollbar values. What I'm trying to do and have no idea to do it *If I scroll down the label will go down too *If I scroll up the label will go up too Any help....
View ArticleNeed help on this specific code
Hi all, I have the following code Code: If branch_ = "BBB" then date_ = datemin seq = datediff ("d" , #3/26/2013#, Now) fileName = "D1000001" & "." & Format(seq, "000") The above code creates a...
View Articlegot error in wb.navigate plz help me with this
Csql = "select * from SMS_LOG a,SMS_EVENT b where a.event_id= b.event_id and status='P' order by a.event_time" rs.Open Csql, CnnGlobal, adOpenKeyset, adLockReadOnly If Not rs.EOF Then mobileno =...
View Article[RESOLVED] Icon Mystery
Does anyone have a clue as to where to look for this icon image? It appears on the form and also when a shortcut is created for the project. I cannot find .ico or .img files anywhere in the project...
View ArticleSyntax error in update statement
I have been battling with this one line of code for a long time trying to get it to work, can someone help me find what is wrong with my update statement. I have removed the trim tried this and that...
View Article