check sanitary code
This link check a sanitary code... http://www.confesercenti.gr.it/servi...cefiscale2.asp Use this fantasy code in Codcie Fiscale: MPRSVR54C26F838T press button: ESTRAI DATI and get the value in: Data...
View Article[RESOLVED] Ongoing vb 6 timer problem
I had a previous qustion about a timer not working correctly http://www.vbforums.com/showthread.p...work-correctly and found a fix by adding both the sound and label rotation into the timer. my fix has...
View ArticleUnderstanding Vb code problem
Hi everybody, I'm new in forum. Please help me to understanding 3rd line of the program. Private Sub Command1_Click() Text1.Text = " " Send = Chr(5) + "00WSS0106%MX00001" + Chr(4) MSComm1.Output = Send...
View ArticleInconsistent? Runtime Error 5
Hi, I have a strange problem. As an example, (x) = the results of a long equation and ends up = -5.22150298374801 In a given situation (but not always), if I try to calculate x ^ (1/3), I get Code:...
View ArticleDatePicker show Calendar?
Can I force the date picker to show/display the calendar without the user clicking its dropdown button? any method or command? by the way I'm using date picker instead of monthview for a reason thank you
View Articlewebbrowser problem
How can I make the cursor pointer to be on default without changing. I notice that every webbrowser events made there is a corresponding change in the mouse cursor pointer
View Articlenot upload picture in database
i try unload picture in database but i failed how upload image save in database i see picture in picture box i used adodbc conn used i used this code Dim sFileName1 Set rs = con.Execute("SELECT * FROM...
View ArticleDeleting Folds after 6 months
HI all Could Someone help me with my project please basically my VB coding is putting images in to folders but I only want to keep the last 6months of images and for it to delete the say January folder...
View Articlewebbrowser error
I am have two browsers, mozilla firefox 26.0 and internet explorer 8.0 I opened the website that executes a js file and the browser loads the pages with no error but when I use the webbrowser control...
View ArticleHow do I create a menu shortcut as Shift+Ctrl+L
When creating a shortcut for a menu item, you can use any letter key, or F# key, or Ctrl+LETTER, or Shift+F#, or Shift+Ctrl+F#. However I find I can NOT use Shift+LETTER or Shift+Ctrl+LETTER. Is there...
View Article[RESOLVED] Math using time - NOW to find time elasped
I have two text boxes where I have stored times triggered by command buttons: Code: txtTest1.Text = Format(Hour(Now()), "00") & ":" & Format(Minute(Now()), "00") & ":" &...
View ArticleSave VB6 From it's slow death!
Hello, I know some of you may be aware of the new vote on the MS user voice site to push MS to bring back support/enhancement to vb6. http://visualstudio.uservoice.com/fo...improved-versi In the last...
View ArticleHow Create Late Fee Refund on Motorcycle Rental Per Hour
Guys. . . I create VB Program about Motorcycle Rental for my assigment using VB6, and now i'm confused because i can't calculate about late fee refund per hour/hourly, can you help me, please . . ....
View Articlewebbrowser close new window
how do you close another or new windows that will show on your webbrowser control?
View Articlesearch value within the XML
I need help to search with textbox the value of list3 within the XML file I need to display result in List4 and List5 when the value of List3 is searched with textbox within the XML File XML Structure...
View ArticleVB6 JSON Parser
I have json string like this: Code: {"0":"1","id":"1","1":"cliv","name":"cliv","2":"alecsandri","address":"alecsandri","3":"29-Jan-14 10:42:55 AM","datetime":"29-Jan-14 10:42:55...
View ArticlePopulate listbox from command button
Hi guys, I am really new to VB so please excuse me if my question is phrased poorly or Im a bit slow on the uptake. I have a Userform which has: ComboBox3 (Contains a name) ComboBox4 (Contains a week...
View ArticleProblem With Webbrowser wehen i am creating a auto login
Hi all, I am New with VB6.0 and i am Creating a form where u put your user id and password which is auto transfer when you click on command button. i want to login on one web site which is having a web...
View ArticleLogin-Logout
Can someone help me.I'm having trouble with my time out.The log out is connected to Time_out,but every time the user log's out, it keeps replacing the 1st row in database. Here is my Login button it...
View ArticleA coding problem a newbie can't figure out
Hi. Apologies if this is in the incorrect forum or a possible solution included in a previous post. I admit to being a little out of my depth and not knowing what to search for! I have found a piece of...
View Article