How I block a website ?
hi all Can i block a website via vb6 like kaspersky or nod32 ? example http://www1.pcmag.com/media/images/2...ts-blocked.jpg http://kb.eset.com/library/ESET/KB%2...820/2820-1.png i have the example to...
View Article[RESOLVED] Unloading Forms
In a Multi-Form project I can unload all Forms in the Form_Unload event of Form1 (the startup Form) so why can I not do same in Form2? Form1 Code: No problem Private Sub Form_Unload(Cancel As Integer)...
View Article[RESOLVED] unrecognized database format in virtual data manager
i try to modify a table acees that is 2003 i get unrecognized database format first time i see this any suggestions ?
View Articlehow to get the ip address of the site
hi bro can u share a project to get the ip address of any site:eek2:
View Article[RESOLVED] how to add a * in a listview
is there a way to add a * intsead of a password to a listview or a number? if say i have a pricelist and i dont want somebody to see the price then it will show me a * instead of the price? tnx in...
View Articlevb6 to vb 2010
Guys I have a program that was made in vb6 and would like to make it in vb 2010. but do not work in vb2010 with winsock. I tried the converter but get a lot of errors. Could some one help me with this?...
View Articlerequesting for tutorial
good day. I would like to request for MS Video Control 1.0 Type Library tutorial on how to use this. Most probably with source code examples. I have already checked google, planet-source-code and other...
View Article[RESOLVED] how to refresh certain columns
im trying to refresh certain columns from another table and i get error Code: the select statement includes a reserved word or an argument name that is misspelled or missing or the punctuation is...
View ArticleNeed help. Report - Detail Section trouble
I got VB code from my brothers which is a Point of Sales programme / Cashier Program for minimarket using VB 6.0. It use Ms. Access as database. I'm a beginner in Visual Basic so I need help to solve...
View ArticleVisual Studio 6 Color picker finder
Functions Read/Write/Playback into .ini file Move/Set/Record/Playback Sendkeys/Record/Playback Findcolors managable GUI window Basicly need a script too find colors, send mouse too colors and...
View Article[RESOLVED] Using HWND
I have the hWnd of App1. How does App2 use the hWnd and send a message to make App1 hide or close.
View ArticleClipboard problem
I need to put a transparent .GIF in the Clipboard (Clipboard.SetData Image1.Picture, vbCFBitmap) but when I call it (Image2.Picture = Clipboard.GetData) it is not transparent. Anyway to do that?
View ArticlePop-up dialogue to stay in front when focus returns
Hi all Let's say I have frmMain and frmAddItem. There is a button on frmMain to show frmAddItem, using: Code: frmAddItem.Show 1, Me A previous discussion on this forum suggested this makes frmAddItem...
View Article[RESOLVED] how to check if one of more textboxes is equal to others
Hi suppose I have 40 Text boxes OR 40 Dtpickers and Command Control Button I need to check all 40 text boxes if any one is equal to other or not Code: Private Sub Command1_Click() ' Here I need the...
View ArticleWhat is Excepinfo and how to use it
Hi, What is Excepinfo and how do I use it? Example vb Code: Dim ex as EXCEPINFO Thanks, Nightwalker
View Article[RESOLVED] cant search with the same name letters in the listview
something strange happens when im trying to search the listview if i have a word that is phone then i cant type those words in the listview p h o n e dosnt let me search the correct word i checked the...
View ArticlePlease Help Finding All Database servers in a local network
I searched the internet and found the following code: Code: Dim ss As SQLDMO.Application Dim nm As NameList Set ss = SQLDMO.Application Set nm = ss.ListAvailableSQLServers For lc = 1 To...
View ArticleNeed help (Payment Scheduling)
Need help about payment scheduling? for example, Payment Starts on : 01/15/2013 (Date Picker) Payment type is : Semi monthly (2 Cutoffs in 1 month) Payment terms is : 6 (equivalent is 3 months) the...
View Article[RESOLVED] SOAP Toolkit 3.0 in italiano.
Ciao a tutti, ho scaricato la versione 3.0 del SOAP Toolkit 3.0 in inglese, ma installandoli mi dice che non lo può fare perché il programma da aggiornare non è installato nel sistema. In realtà io ho...
View Article