[HELP] String Manipulation
hi all i hve a little problem.. i wanna make simple function to generate/manipulate a string. Example : Input string : vbforums Output string must be : v.bforums vb.forums vbf.orums vbfo.rums vbfor.ums...
View ArticleVB6: Software freezes while downloading a file from web!
Hi. I have a big software already running in many companies. As a measure of security, I want to add to it a module that checks in a website (ftp with username & password) if I want the program to...
View ArticleHow to lock vb application access from web
I want to lock my vb application access from web so that it checks every time it starts. i want the application to stop working whenever i want and display specified message or link.
View Articlewebbrowser proxy
how can i change proxy for webbrower without messing around with regedit , i also want to know if i can auto change proxy every 5 min and visit a site.
View ArticleTrying to use mouse_event API. What am I doing wrong?
Code: Private Type POINTAPI x As Integer y As Integer End Type Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dX As Long, ByVal dY As Long, ByVal dwData As Long, ByVal...
View ArticleKnowing the X position of the caret
When typing into a textbox, for example, how can I know the actual X position of the caret as it moves along the text line? The characters being typed can be of different sizes and fonts depending on...
View Articlecan't open my database file
i can't open my database file. it was in another system and i copied to my system. It doesn't show any extension like .mdb . it just shows as a file. is there any way to open the file?
View ArticleQuestion Printed words disappear when setting Image to Picture Box?
I have been using Print to print a series of names onto a picture box as in Code: picBox.CurrentX = lngX picBox.CurrentY = lngY picBox.ForeColor = lngForegroundColourFP picBox.Print strText...
View ArticleHow do I write PSD with MINIMAL CODE
For reading PSD (photoshop native image) files, one's parser should be able to handle every possible type of PSD (be it 8bpp 1bpp 24bpp, whether it has no layers other than "background" or whether it...
View Article[RESOLVED] need suggestionson how to read xml file
Never worked with xml files before but have spent the evening watching youtube videos of parsing xml files using vb6:eek: Still stuck in a fog. I can download the xml file with no problem but the...
View ArticleVB6 App's ICON in the Program Files(x86) folder
Hi, I have a VB6 Application that has an icon assigned to it in the Make Tab of the VB6 IDE. The (embeded?) icon seemingly follows the .exe wherever it is dragged to except to it's real install folder...
View Article[RESOLVED] How to check if a database has table(s) or not
Hello there I already know how to check if a specific table exist in a database or not. What i want to know now is to check if the database has any table(s) or not
View Articlesql connection error
when i try to run my project i get the following error run-time error- '2147467259(80004005)' [DBNETLIB][ConnectionOpen(connect()).]SQL Server does not exist or access denied i've SQL Server 2005...
View Article[RESOLVED] command1 help
i need a comman1 code to generate random number in text1.text from 20 to 50. let me explain when i click command1 button it should generate number from 20-50 , example i clicked it generate to...
View ArticleTaskbar gets hide when using "WindowState" as "Maximized".
Hi, I have set my Main Form properties as below: Appearance = 1 - 3D ControlBox = False StartUpPosition = 0 - Manual WindowState = 2- Maximized How can I resolve this problem? Now I cannot see the...
View ArticleDLL Injection [DLLMain in VB6] Help with .DEF File [HELP!]
Hello guys! I need some help in here, actually i need any help you could give me. The thing is, I do know how to make an attached dll made in c++ startup, but in vb 6 I don't. The only thing I know is...
View ArticleVB6 SP6 and Intel i7
First post here... Hi my name is Andy and I have a question. The problem is, I cannot get MSComm to work in one of the applications I am developing. This is on a Intel Core i7‐2600, 3.4GHz CPU machine...
View ArticleUsing command button inside precedure
I am writing a program in which a command button's caption is changed, I then want to use it again in the procedure. When the cmdEdit_Click procedure runs an input box is displayed and the user inputs...
View Articlehow to using dl in vb6l?
hello....I'm new member in this forum and need some help....how to using dll in vb6?I've got dll from http://ndde.codeplex.com/....and I found this syntax from some forum ... Code: Public Shared...
View ArticleVB6 won't release files
I am using CoolTools (MIDI resources) from Mabry in VB6 under Windows 7. Everything works fine. However, when I close a file, it is not physically released by VB6. i.e. and any subsequent attempt to...
View Article