Unload Me
Hi VB friends, I am a bit confused whenever I use the Unload event...That is because each time we have to unload the form and to release the reference to the form. My issue is I don't understand very...
View ArticleUpgrading VB6 to VB.NET - need help understanding how data is saved to DB
Hi! The application I am upgrading uses SGGrid(s) to show data and allow user input. Now in VB.NET I set the InsertCommand, UpdateCommand and DeleteCommand on the OleDbDataAdapter which is bound to my...
View ArticleSearch File for String then Return Values After
I am fairly new to visual basic and have done some small programs in it. I am unsure whether I am needing to use a split, instr() or something totally different. I have searched and find many...
View Articlealpha blending 2 pixels together
i want to alpha blend 2 pixels together by an alpha value between range 0-255 and i found this formula so far: dest = alpha * (source - dest) / 255 + dest the above formula works fine except on lower...
View ArticleAuto run .exe after installation
Kindly help. I have created a project in VB 6 and made setup by P & D. I want user can run this exe file automatically after installation of the same. How can I make .exe file run automatically...
View ArticleINET Intenet ActiveX Control Object Web Developers Whitepaper...
Hello I am writing this type of Thead, for the good of the Information Tecnology Industry. I didn't write the data of this Whitepaper, only compile it into a more or less readable type of design that...
View ArticleVisual basic for Statistica: windows 7: 64bit
i have the following code in Statistica 10.... and i get 10800 type mismatch.. .This code is from Statistica google analytics api (i have cut a large portion of code in order to find what goes wrong)....
View Articlevisual basic 6.0 commands list
looked on the net could not find a visual basic 6.0 commands list found one listed as VB 6.0 but was for qbasic, and 1 that did not have if then on it, to short of a list. have book on order will get...
View ArticleSelect statement issue..
Hello, I want to tank everyone in advance, this is my first post here and I am glad there is a place like this to help out those who are struggling. I put together an app that will allow us to put our...
View ArticleVB6 and windows 7
Since i have a new PC with windows 7 instead of windows xp the functions time and mid does'nt work anymore, may be that one or more libraries are missing. Can anyone help me with this problem. Thanks...
View Articlehow to make ocx simple example please
il like to know how to make ocx ,,, few examples will be great to learn from , how to make ocx files then use them please anyone :eek::eek::eek::eek::eek:
View ArticleTextbox_Keypress = 13 Event produces sound
I have code similar to the following in my project: Code: Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then MsgBox "Enter pressed.",vbOkonly,"Result" End If End Sub...
View ArticleHelp on how to update or refresh text in my animated label text
hi i need some help again... i have 2 forms, first form is the "insert announcement", 2nd form is my "main form" in my main form you can find a LABEL "LBLANNOUNCEMENT" here is the situation, one you...
View Article[RESOLVED] Conflicting Names [Help]
Hi , When I used a reference to Microsoft Excel 12.0 Object Library in vb6 , I got a type/control named "Pane" eg: do declare a new element of type 'Pane' I can use, Dim e as Pane And, later I used an...
View ArticleLinear Feedback Shift Register
I'm a bit baffled, not to mention frustrated beyond comprehension and hopefully I can explain this right or I just once again created a dead thread noone can answer due to the advanced nature of what...
View ArticleHow to get a progress bar like in this picture in vb.net? Please help
Hello, I need a progress bar, like this: But by as you know, by default we get a progress bar like this: Please help me to code/get the progress bar like in the first picture, I do NOT need the...
View ArticleIncorporate CSS in VB 6 Application
Hi, Is it possible to incorporate CSS (Cascade Style Sheet) in VB 6 application to change the look of Controls ? Regards
View Articlecom objects and character encoding
I have written a com object in vb6.. My colleague is using this in Delphi.. He has asked me "when it returns a string what character encoding is it using?" and I dont know how to answer him.. Can...
View ArticleHide Data Report textbox
Hi I'm wondering if it is possible to hide textboxes inside data report with conditions. i have searched for ways on hiding text/label and I have tried this kind of code but it won't work: Private Sub...
View Articlehow to make two button toggle - one in other out
I need two commands buttons that act like a one or the other (kind of like two radio buttons where only one is ticked at a time). If one button is pressed it stays pressed and the other becomes...
View Article