[RESOLVED] Saving Date as NULL
Hi, I want to save the red highlighted date as null, using VB 6 and Access 2003 as back end, my code is as under, but not giving the desired result. Code: Â Â Â Â Â Â mSQL = "Insert into tblChqMaster...
View Articledirection feature extraction (handwriting recognition)
Hello, everyone, I'm working on the task to create a character recognition application. I use direction feature extraction algorithm, does anyone know that algorithm?? if anyone know, please let me...
View Article[RESOLVED] Is there a better way to do this
Code:  Dim n As Long   Dim tempArray() As Byte  ReDim tempArray(Len(StringData))     For n = 1 To Len(StringData)   tempArray(n - 1) = Asc(Mid(StringData, n, 1))  Next n
View ArticleHow to search or display all the data with empty value on specific field
This is what I'm doing, I want to count all the valid or updated list of person in listview, I have 4 category The updated, Insufficient, Unknown, and moved out All 3 category is ok but not the...
View ArticleBegginer, need help with a program that convers roman-> arabic numbers
Hello people, i have a problem making this program as it always prints out 0 at the end. If anyone can check the code i will be very grateful. THanks in advance. Dim rimski, c, d As String Dim broj, i,...
View ArticleFunction
How to pass objects like shape as a parameters to a function in VB6 plz explain with example.
View Articleto get minimum cost
Problem statement Input: market size, MRP, required size, required qty, Output: minimum cost, which market size and how many sheet used with minimum wastage For example given is Market Size Market size...
View Article[RESOLVED] Who writes a Case statement like this?
Is it just me, or if you saw code like this you'd be shaking your head saying, "What the...?" Code:     Select Case (rsProductsRiders!Status)       Case Null         strFundingType =...
View ArticleHow to correctly dispose of an controls in an ocx
Hi all, I have developed an OCX that contains 3 webbrowser controls, and 3 frames. I am dynamically adding the webbrowser controls to the frames at runtime using Set WebBrowser2 =...
View ArticleTwo VB applications working together advice ?
1st application controls the XRF analyzer and deconvolution data processor, data recorder, web interface, graphics, and user interface. I have a hardware device that runs the flow system, but it fires...
View ArticleLoop until element exists, the continue execution
I have a long script (VB6) that fills in a form. In a certain part, the user must import a file and must click "Next" to continue. I would like to wait for this user input and then continue executing...
View ArticleTwo Apps running with cross communication between them
I need a way to run two apps and have them communicate with each other. First App will have control buttons and when pressed must be able to send this to the second App so it will respond to the button...
View ArticleIs there away to hide your code form bening seen with a resource editor or a...
Hi everyone Is there away to hide your code form being seen with a resource editor or a program like a Im not shore if im saying it right but to decripted the program, what im asking is to ecripted my...
View ArticleHow to move Form using Title bar without interrupting Processing
I'm working on a real-time application that accepts incoming sound data and plays it back async. This app is in a constant loop reading in the sound data and playing it back using Winsock to receive...
View Article[RESOLVED] can vb6 be used to write a bad word filter for movies
im wanting to filter movies for my mom ,with all the bad words in ever movie now she misses some good shows . is it even possible in vb6,if so where do i start? thanks
View Articlewebbrowser frame click on icon
Code: <a class="post_control reblog" title="Reblog" href="/reblog/38134543215/qGusULIr?redirect_to=%2Ftagged%2Fposey-please"><span class="offscreen">Reblog</span></a>...
View ArticleVb6 listview to crystal report
Is it possible, all records checked on listview will be displayed at crystal report 9 details section?
View Articleclick on a link (a tag) in webbrowser
hi there is a link in webbrowser : HTML Code: <a href="Post.aspx?t=742887532" target="frameleft">post</a> that i want to click on it unfortunately navigating the location doesnt work! pleaz...
View Articlequestion: copy from and paste to original form
Good day. I have this form on Application A and it has picturebox and a textbox. Now I have another form on Application A which purpose is to read the picturebox texts and post it back to textbox on...
View Article