How do I load an EXE or DLL file icon?
I noticed in the registry when an icon stored as a resource is referred to, it has the file, a comma, and then the resource number like this: "C:\Program Files\VideoLAN\VLC\vlc.exe",0 So I tried this...
View ArticleHelp How to Fix Run-time error - where my nested SQL is not recognizing my...
I'm trying to teach myself VB and Ive been successful in writing a very similar module, but for some reason this one just will not run. I have no Idea why the nested SQL Select statement will not...
View ArticleEmail to SMS
I'm writing a simple program to allow doctors to send out a text to remind patients that they have an appointment the next day. I've actually got it finished and working perfectly. Except for one...
View ArticleInvalid Row Value Error
I'm getting an error 30009 "Invalid Row Value" when using a datagrid that is populated with the result set of a query. This seems to happen on one user's machine only. And it happens only when the...
View ArticleUnexpected recordset result during loop through
Forgive me if this is the wrong place. I am working on vba project, its really simple but I have one little piece that I can't figure out. I have generated 20 random numbers and put them in a database....
View ArticleGet control of an image created dynamically(See post)
Sorry the title was not very descriptive, I'm not quite sure how to put it in words Basically I create images in my script like this: Dim img2 As Image Set img2 = Controls.Add("VB.Image", "pm" &...
View ArticleIm geting an error on windows 7
Hi, I moved my program to windows 7 and I had the program on windows xp and how i registered it was regsvr32 "C:\test\MSDXM.OCX" and it registered but when i do that to windows 7 i get this error (The...
View Articlehow many hours late..
hai guys...i'm making a Library system and in returning transaction i would like to know how many hours late the borrower return the book.. i can get the time when the book was borrowed but the...
View ArticleChanging WMP Visualization?
Hi, How to change visualization in windows-media-player control? thank's
View ArticleMy Datagrid control do not display records after unchecking the "AllowSizing"...
I need another help about my datagrid. I have a bound datagrid and an adodb connection and recordset (unbound). After connecting the datagrid to the database it works perfect at first. But when after I...
View ArticleLoading a PNG file picture
Is there any components/dll/ocx that you can use to load a png file? I remember before that there's a dll file for GIFs. But now, I'm looking for the PNG for me to use it in Visual Basic. I've tried...
View Articlehow to decode URI Component in vb6(removing %% from urls)?
Hi all . I got urls as variable but they are in diffrent format like this: http%3A%2F%2Fw3schools.com%2Fmy%20test.asp%3Fname%3Dst%C3%A5le%26car%3Dsaab I wonder how i can remove those % and make it like...
View ArticleHow to construct dynamic url hyperlinks?
Hi all i am trying to construct a list of dynamic url hyperlinks from dynamic values of sResult(N)(holds movie url) and textbox6(holds movie name) and N (holds episode number) and place them in...
View ArticleVB6 sp6 runtime distribution update
For VB6 sp6 runtime distribution, up until now we have been using the merge modules found here: http://www.microsoft.com/en-us/downl...s.aspx?id=5883 We have recently discovered that there have been...
View Article[RESOLVED] How to remove everything after last slash(/) including slash itself ?
hi all . i am extracting a list of urls from webbrowser controle but i want to remove everthing after the last slash including the slash . could any one telll me how this can be done? thanks Example...
View Articlecreate function from words and letter
Hey guys ... I'm working on program that count the position of word + amount of letters example: "Hello World" the word hello at the first and amount of letters are five, the sum is 1+5 = 6 World at...
View Articlecall a service from VB6 application
Hi, we have installed a new access control application (I think written in C#) which has a service in order that developers can communicate with to develop their app. the problem that we have an old...
View ArticleActiveX Control stops running then delete control's temp folder???
Hello I am working on an ActiveX Control Object that has a temp data folder that it works from when it is being used, currently on the machine. So far when the Control is executed then it just creates...
View ArticleDsum with mutiple variables
What's wrong with this statement? strSQL = "DSum('share_pct', 'CoInsurer', 'Policy_No = ' & Chr$(34) & " StrPolicy & Chr$(34) & ' AND Version_No = ' & Chr$(34) & StrVer &...
View Articlebind progress bar to function
hi i have a function that connect to db and i don't have counter that and i must use from progress bar now i how to impelment it with the function please help me tnanks
View Article