[RESOLVED] How to Query selected records in vb 6
Hi! I just wanna ask. How can I query selected records in adodc vb 6? I have a table name chief and field names ID, Date_Time, Nurse_Diagnosis, Recommendation, Medicine, Qty. What I need is to select...
View Article[RESOLVED] PrintScreen object in form and save it to disk as image
You guys work in vb since stone age , you probably know it for sure . i looked in net and i only found the code for the complete form or the complete screen and not for an object in form . How to do it...
View ArticleTrouble with counting a list of numbers from a multiline textbox.
Dim Num1 As Long Dim sum1 As Long Dim count1 As Integer Dim Divisor1list As String If KeyAscii = 13 Then Num1 = Val(txtNum1.Text) sum1 = 0 count1 = 0 Divisorlist = "" For Divisor1 = 1 To Num1 If Num1...
View ArticleHow to call public module function from DLL
Hi, I have an exe file and a dll file (include a module1.bas, class1.cls) was compiled Module1.bas Code: Public Function TestFunc() Msgbox "hello" End Function Class1.cls Code: Public Sub TestSub()...
View Articlehow to create a backup reminder VIA Public function
i am trying to create a function for the user that checks every week if the user did a backup for the system or not if he did then no msgbox will pop out if he didnt then a msgbox will appear...
View Articlevb6 need help (Runtime error 3265)
I am searching using combo box, after a few search Runtime error 3265 appears. And it also happened by scrolling the mouse. I am using LYNXGRID Control to view records.. Any help? my Codes : Code: Dim...
View ArticleHow can I display the first 1-3 digits of a number?
I'm wanting to do something like this: 10 instead of 10,273,192 or 103 instead of 103,495,182 I'm trying to figure out how to extract the first 3 digits from the numbers.
View ArticleVB6 Viability for the future?
VB6 is a great development platform and very attractive to use for current app development. But how viable is it as a language to use for the foreseeable future? I seem to remember trying to install...
View ArticleHow To Block All Outgoing Traffic...
If this is possible in vb, can someone point me in the right direction or perhaps offer a bit of code to get me started?
View ArticleWinsock Control - Identical simple code works in one project but not the other
Ok, this one is a little embarrassing, I can't seem to sort it out. I have found a lot of examples in forums about Winsock controls that won't connect, but strangely not in the very simple way it isn't...
View ArticleQuestion about borderless Form
I'm making a game that requires using a borderless Form. How can I make it so that it shows in the taskbar like a regular Form would? Also, when minimized it still shows in taskbar.
View Article[RESOLVED] MYSQl Connectiong string
Hi guys. I created a database with xampp ver 2.3, 2.4,2.5. i use udl file to connect my program to database but when i click TestConnection it says error in intializing provider. here's my udl_file :...
View ArticleXML File
Hi I want to retreive data and create an xml file in VB . Is it can be done. Thanks
View ArticleNeed a fix for font-size increase of MS Sans Serif in Windows 7.
I have two vb6 programs that received their first customer-complaint for increased font size for MS Sans Serif font. I have read some of the discussions and understand the Windows 7 is the culprit. The...
View Article[RESOLVED] How to check if a customers has a remaining Treatments VIA rs.BOF...
i am trying to check if a customers has treatments left from a table and if not then no msgbox how ever if a customer has 2 treatments then msgbox is displayed e.x customer name ,david, Treatment name,...
View Articlehelp to download a ocx at Internet
hi guys :D i need help to download a ocx from Internet to my computer with vb6 and without any component. Thanks ♥
View ArticleIf then statement for picture files bmp in picturebox
Hi there! I am working on an attendance prog for students, and I am working on giving them the ability to choose a cartoon avatar. Basically they go to a form, and there are many options, then click on...
View ArticleXML Node
I have list items loaded with XMl File Code: <list> <list1 name="Browsers"> <list2 Browsers="firefox "> </list2> <list2 Browsers="chrome">...
View Article