Function
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 ArticleWho 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 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[RESOLVED] Send data from VB6 TextBox using the POST method to PHP
Hi, I need help. Despite what component do I send data from the TextBox to the server in PHP file using POST? In PHP accepts a variable as: adress Using the GET method could be for example:...
View Articlehow to align text while printin in picture box or form?
How to align amount to the right like in listview? MY CODES: PIC_PRINT.Picture = Nothing Printer.FontName = "arial" PIC_PRINT.FontBold = True PIC_PRINT.FontSize = 9 PIC_PRINT.Print "Fullname :" &...
View ArticleHelp with GoTo statements and looping
Firstly, I'm new. I'm scripting something that uses FORTRAN and need some help... I believe IF/THEN statements don't work properly here, so I'm forced to use "GoTo" statements. **Goal**: I'm trying to...
View Article[RESOLVED] number of query values and destination fields are not the same
hey got a problem i added to my databse to 2 fields and when i run my programm i get error number of query values and destination fields are not the same Code: ULog = NextID("LogID", "Logs")...
View ArticleAssigning to array error
In the below Sub what I have highlighted in red works and I do not get any Compiler error Code: Public Sub SaveStreamBuffer(StreamIdx As Integer, StringRecordBuffer As String) If...
View Article