(8875.71 - 8550) = 325.709999999999
Hello, THIS CALCULATION in VB6 RETURNS a RESULT of 325.709999999999 : Print (8875.71 - 8550) -Is it correct or is it a bug ?
View ArticleRun time error '-2147467259(80004005)': automation error unspecified error
Hi Im new to VB I trying to connect to oracle 10g data base using excel 2003 vb 6.5 Below is the code.. when i try to run.. iam getting the above error [Run time error '-2147467259(80004005)':...
View Article[VB6] ShockwaveFlash1 usage
Hey guys :wave: i would like o know all the ShockwaveFlash1 Component usage i'm stuck :c Hope you guys help me :D
View Articleset deny permission on folder
hi. i want to set permission on security tab on folder. i can set access permission. but i want to set deny permission on this tab. how can i do it?
View ArticleHovering mouse over variables doesn't always work
Is this a problem within VB6? During debugging steps most of the time when I hover the mouse over a variable it shows the contents however on other occasions it does not show the contents but there are...
View ArticleRead Unicode(Japanese, Chinese) emails from outlook into VB as a string
I am trying to Read Outlook object and get Message Body as a string. Dim MailItem as new Outlook.mailItem Dim temp as String temp = StrConv(MailItem.Body, vbUnicode) I always get '?' when it comes to...
View Article[RESOLVED] Pass control reference from form to module
I'm not sure the title of this isn't a little misleading .. here's what I want to do: I have at least one MSFlexGrid on each form using VB6. I have to manually set the height and width of the grid...
View Articledatareport problem
can anyone help me to solve my problem.i have a client who wants to coorporate the data of credits namely,groceries,cash and purchase order.can i do this using data report?
View ArticleCan I trust in this function?
Goodmorning :) I need in one of my projects to use the DoEvents statement. Many programmers said me that is not a good way use it for vary reasons, but as I need it into a function, I thought that...
View ArticleCheck machine date format in vb6
I have an vb6 application. The input date in the application processed as UK date format. But some time user change machine date format as US format (mm/dd/yyyy). But when process these dates shown as...
View Articlecheck OS and processor is 32 bit or 64 bit?
I want vb6 code to check OS is 32 bit or 64 bit and also processor is 32 bit or 64 bit.So please help me to get these codes.
View ArticleCreate Database
Hi I have created Blank Database (TEST) in MS-SQL . User will select year like 11-12 , 12-13 from dropdown and i want that default database should be renamed like this Test12-13 and attach to Database...
View ArticleUsing On Error
I am having several problems with my project which involves three or more applications each one doing certain things depending on what the other applications do. I have to test this project in the...
View Articlewrite to webbrowser1 from richtextbox1
richtextbox1 has multi line like this 1: example text 2: second example line of text when i print it to webbrowser it becomes 1 line please help , i need to print exactly as shown in richtextbox to...
View ArticleStruggling with VB Code PLEASE HELP!
I had to move names from one list to another and then write a code to group those names randomly from a listbox into a textbox and then reset the names now labeled Group 1 and so on back to listbox1. I...
View Article[HELP] How to get data form a website
I want to get IP adress, Port & Country form website http://hidemyass.com/proxy-list/, please tell me how to get it source, thank a lot of.
View ArticleNot able to get the textbox focus from one form to another
Friends, feesentry1: Code: Private Sub txtbrno_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyF9 Then If cmdqry.Enabled = False And cmdedit.Enabled = True And cmdcancel.Enabled =...
View Articlehuge binary file to Text file
Hello All I am new to VB and would like to convert a bonary file to text file. Basically its data sampled over 20ms from around 5 analong channels collected over 3 days. I understand that i can use the...
View ArticleStatusBar
Hi I am reading Data from RS232 , i want that value should continuously appear in StatusBar . Thanks
View Articleobject library
Hi all , l was in the middle of a project with vb6 , and when l tried to continue with it a couple of day later l got the error "object library not registered" and naturally l cannot carry on . What...
View Article