[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 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 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 ArticleBlockbusters (Game Show)
Myself and another user (the latter of whom is no longer an active member) did work on a Blockbusters project as early as 2009, but further development was on hold for some time now due to another...
View Article[RESOLVED] ComboBox Problem
I have a combo box in a registration new staff/Admin. I have it in tab. Tab 1 is for admin which is solve since i'm only using text box. Bu I have problem with the staff part. For staff I need to drag...
View ArticleVB6 Controls in Wondows 8
My new laptop has Windows 8 but I'm still using VB6 SP6. After figuring out how to install and manually add SP6 I started installing the controls I needed. Most installed fine except for the Seekford...
View Articlebreaking amout
Dear All, Good Day, I am using VB6, I have a Issue Breaking Amount in Chunk of 1,000,000/- Case 1 - Suppose my amount is 1,500,000/- then it should break in 1st amount = 1,000,000/- & 2nd 500,000/-...
View ArticleSerial registration issue
I have a keygen and I use the keygen to generate a license file so when users reload the main application it loads directly to main content. The issue I have is when I test it on my local machine it...
View ArticleVBC Task
Hi, I was coding in VB6, a game, however stopped for a few weeks. I went back to coding it and got these two error messages, even though I didn't alter the code since the last time I ran it...
View ArticleLoading RTF into OLE control launches MS Word
Please help. This did not happen in XP/2000 but is now a problem when we changed to Windows 7/2008 and Word 2007. I load an RTF file (created using the Rich text control) into an OLE control which is...
View ArticleDate Validation
Hi I have written this dtpdate.value is 08/12/2012 If IsDate(CDate(flxgd.TextMatrix(row0, 8))) < DTPdate.Value Then msgbox "Grid Date is less than Date Picker date End If but even flxgd date is...
View Article