Data Grid Issue
Friends, I wrote the following code; Private Sub Form_Load() 'On Error Resume Next Dim id As String Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\db2.mdb;Persist Security...
View Article[RESOLVED] item cannot be found in the collection corresponding to the...
hey when i try to refresh a form i get en error "item cannot be found in the collection corresponding to the requested name or ordinal" why is that? is there a sql statment instead? or missing i dont...
View ArticleCertificate error in browser
I made my app in VB6 but this certificate error comes how to remove this i use this command webbrowser1.silent=true but its not work. kindly give me sloution Attached Images
View Articlesimulate mouse click when the target window is in background
I've been doing a lot of automation lately. In some cases I can't avoid using simulated mouse clicks. Unfortunately at my workplace there are programs which randomly pop up to steal the focus and ruin...
View Articlelistview wont sort after changing the date
hey i have a listview with dates i created anoter form with datepicker and i need to choose the date and its sorts the listview by the date i pick. for some reason it dosnt sort nothing just looping...
View Article[RESOLVED] Identify File Format and Variable Type
When one imports (e.g. a text file to Excel), Microsoft shows the user M$ best guess at the file format and gives the user the option to set the variable type by column. I would like to do this with...
View Article[RESOLVED] combo is text read only
hey i got a error that say the combobox is read only (text) i solved this before but i forgot how i need the combobox to be on dropdownlist so no one can edit it.this is the number 2 in the options of...
View Article[RESOLVED] listview wont sort after changing the date
hey i have a listview with dates i created anoter form with datepicker and i need to choose the date and its sorts the listview by the date i pick. for some reason it dosnt sort nothing just looping...
View ArticleSome icons added to image list scale, others don't
I've been trying different methods to get a good thumbnail-capable file browser going. I had one method where I retrieved a normal 32x32 icon (this is for file types that don't support...
View ArticleWhy use Myvar*Myvar instead of Myvar^2 ?
I've often seen people who use Myvar*Myvar instead of Myvar^2, as if using Myvar*Myvar is someone optimizing the program, when all it's really doing it making the code longer and more cumbersome and...
View Articlecheck user access to network drive
Is there a way to check if the person using a program has access to a network folder? I have looked around and all the methods people are using seem very confusing. I thought there may be a way of...
View ArticlewaveOut and waveIn
I also have code that plays sound from a buffer using waveOut APIs. I also have code that records sound from a mic using waveIn APIs. Is there a way to take the sound I get from the buffer (waveOut)...
View ArticleComment Line in VBP File
I tried both Rem and " ' ". Is there anyway to comment out a line in a VBP file?
View Article[RESOLVED] Comment Line in VBP File
I tried both Rem and " ' ". Is there anyway to comment out a line in a VBP file?
View Article[RESOLVED] form pulls half values from the DB
hey somwthing very strange when i save a data in a form i see it in the listview and everything is ok but when i want to edit i see only 4 values and the rest diappears from the list view and in the...
View ArticleTrying to implement IShellItem - where'd I go wrong?
Just on the off chance anyone around here is familiar with typelibs and interfaces... Code: [ odl, uuid(43826D1E-E718-42EE-BC55-A1E261C37BFE) ] interface IShellItem : stdole.IUnknown {...
View Article[RESOLVED] Calender with two digit Year
HI All on my form load I have Label16.Caption = (Day(Now)) & "/" & (Month(Now)) & "/" & Format(Now(), "yy") which makes the year two digits I also have a command button the that loads...
View ArticleSave Image to SQL DB and retrieve it?
dears, I'm successfully save image to SQL DB and try to retrieve it but with error message as follow: ( Arguments are of the wrong type, are out of acceptable range, or are in conflict with one...
View Article[RESOLVED] Extra ) in Query expression 'ExpID=1)
hey i got a strange error of query expression after i edit and update i checked my code 1 by 1. dont know why i get this message. you decide this is the update code Code: With...
View ArticleVB6 application has error "This action cannot be completed because the other...
I have a vb 6 application with ms access when I begin press F5 occasional message: "This action cannot be completed because the other program is busy. Choose switch to to activate the busy application...
View Article