Background color in Printer object.
Hi, Is there a way to print white letters on a black background using the Printer object?
View ArticleElements appearing on wrong tab
I created a program utilizing MS tabbed dialog control in VB5. I have a label and two command buttons which appear on the wrong tab. I placed these elements on tab 0 but after setting their properties...
View ArticleHow Can I Have Two Forms use a Serial Port
I have one form (frmMain) that is successfully transmitting and receiving over a serial comport using MSComm1. I want to open a new form, get an input from the user and send it out the same comport. I...
View ArticleGetting data from WebBrowser into VB6 application
I need to load a page into WebBrowser, click on a item on that page and get the data into my VB application. Below is the HTML code. If you click on any of the 10 images a color value is placed in the...
View ArticlePositioning Form based on Control Position from Caller Form
Hi, i'm making new Active X for Calendar Control. my goal is making as same as datetimepicker control i put command button in usercontrol that call a form that have monthview control, and i have...
View ArticleBackground color for Form..Simple, but how ..
Dear all it's simple to fill form backcolor. but I need set MSOutlook 2007 color (Blue) to my form. How to find the ( like this "&H8000000F&") for MSOutlook blue? Is there any other way? I have...
View ArticleNeed help in VB6
i want to make some changes to a module in an existing software which is developed in vb6. i am new to this development stream.. so dnt know where to start my work. i tried to open my module. i can...
View ArticleRun-time error '1004'
Hello everyone, I have this error Run-time error '1004' Method 'Range' of object '_Global' failed with the following code Code: Sub copydatabis() Dim Nom As Variant Dim NomStk(), SerieDate()...
View ArticleDataGrid Insert One Data to all Rows of a Specific Column
Good Day to all, Got a problem here and been searching the net for days and no luck.. My problem is I just wanted to add one value to all rows of a specific column. For example in a column DateToday...
View Article[RESOLVED] Need help in VB6
i want to make some changes to a module in an existing software which is developed in vb6. i am new to this development stream.. so dnt know where to start my work. i tried to open my module. i can...
View ArticleVB beginner - using specific 3rd party software.
Hello, I have a limited experience with programming and I would like some help/advice with a specific software package I have to use at work... I have no idea what version of VB i'm using or weather...
View Articlevb6 list1 help
i need help i have 3 listbox in form1 list1 , list2 , list 3 list1 contains usernames now i need a button code if list2 and list3 contains list1 items them remove those items from list1 only please
View ArticledataBase problem
Hello Guys i have a big problem which says Attachment 94121 I do all folowing as it need u can check it i upload my project... Code: Private Sub cmdSave_Click() datListic.Recordset.AddNew...
View Article[VB6] - the variable can be changed inside of a sub?
heres 1 code: Code: Public Property Get Opacy() As Long Opacy = lngOpacy End Property Public Property Let Opacy(ByVal vNewValue As Long) lngOpacy = vNewValue. PropertyChanged "Opacy"...
View Articlepassing a Label value from webform(.aspx) page to a vb6 form Label?
Hello Folks, How are you All? I'm trying to passing a label value from webForm to vb6? When label shows up in Web i need this label error to show up in vb6 Label and alert me, I'm using code below but...
View ArticleDownload Crystal Report 8
i need Crystal Report 8. i tried to download it, bt cudn't. Any one knows the download source for Crystal Report 8. Please help...
View ArticleEXCEL Add-Ins to Create Text File
Dear Sir, I do not know basics of VBA. I know only Excel. I want to use addin file to create text file of a sheet named as "ECR" Sheet in Test File. I am getting problem. The Add-in module does not...
View ArticleMSFlexgrid
Hi I want to validate whether date entered is in proper format in MSflexgrid Column . Date Separators should be "/" & in dd/MM/yyyy format. Thanks
View Article[VB6] Detection the word under cursor (with UI Automation)
Can someone fix my code so it could find a word, not a paragraph? Also, the code is not working properly with Opera... Attachment 94175 Attached Files UI Automation.zip (24.6 KB)
View Article