[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 Articlenumber 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 ArticleHow can I tell which version of vba I use?
This should be easy. I use MS office 2010 and I didn't download any upgrade, but I just can't find it.
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 ArticleHow to diagnose crash.... Fault Module Name: StackHash_2f16
Hello, I have an app that utilises web browser object to open a (local) html file enter pass that runs javascript(nothing to do with me) that opens/ decrypts another HTML page with links to the...
View ArticleHelp Understanding This Code
The code appears to work most of the time but I am having problems understanding what is going on especially where the MidB function is being used on an array waveChunkSize has a constant value of...
View ArticleHow to find input languages?
I know how to find current input language, but I want to know how to find all input languages which are in the selected input languages list? For example in my case in selected input languages list,...
View Articlesyntax error
hey im trying to show a customer details from 3 tables in access each time i press on the cust to show it in datareport and i get message syntax error query this is the code i put Code: If Not...
View Articleheelp needed vb6
hello i wnana make an app which starts automatically when windows star up but after 30 seconds
View Article[ODBC Driver Manager] Data source name not found and no default driver specified
Need your help: Code: Private Sub btnPrint_Click() Dim reqnbr As String Dim category As String Dim jcode As String Dim part As String Dim...
View ArticleHow to startup with administrator rights?
To satrup my program I use "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\" and my program successfully starts with Windows, but my program also requires administrator rights that's...
View Articlehelp extract string from richtextbox to listbox urgent
Code: mail:</td><td class="field"><input name="OWNER_EMAIL" value="" size="40" maxlength="255" class="text" type="text"></td></tr><tr><td...
View Article