Image Control with Picture on top of a Picturebox
Can an image control with a picture in it be displayed on top of a Picturebox without the image control being a child control of the Picturebox? Problem: I need to show several pictures which are in...
View ArticleAnyone can fix this weather app source code so we can put it in the Code Bank?
I found this weather app coded in VB6 somewhere, but it shows an error and I'm too lazy to deal with it :p If you can fix it, we can then put it in the Code Bank I guess. I couldn't add as an...
View ArticleReferencing control arrays from collections
I am trying to use a collection to reference a control array. In the example below Col(1).Top = DrawTop would replace F.MBIcon(ControlIndex).Top = DrawTop It doesn't work. It sets the property on the...
View ArticlePlease help with my code!
I keep getting an error and when I debug I can't find what it is and how to fix it. I have been working on this for a week now. Here is my project.Attachment 103259 Any help would be fantastic.
View Articledata type mismatch in criteria expression error
i have a appointment schedule im getting this error data type mismatch in criteria expression when i try to check if the cust already has a appointment or the hairdresser is already busy in this hour...
View Articlevb6 , crystal report 7 export to pdf
I want to export my crystal report 7 to pdf without having to open the crystal report viewer. I wanted some pointers or advice on how I could go about it. I am using the below code but it is giving me...
View Articledate dosnt show correctly after converting from access
i have a listview that i want to convert the access to excel everything shows fine except the date that shows some numbers intead of the real date this is my code Code: Private Sub BttnExcel_Click()...
View ArticleRunning exe file using vb
hello guys, could anyone help me, because i want to run exe file like an installer file using vb. for example, if you click commad button 1 , it run the file like visual basic setup, command button 2 =...
View Article[RESOLVED] Sleep Command at Form load/initiation
I want a very simple 'timed messagebox', but with huge fonts. All searches say to create your own, instead of using a timed messagebox (native messagebox with this code to create/use which does not...
View Article[RESOLVED] date dosnt show correctly after converting from access
i have a listview that i want to convert the access to excel everything shows fine except the date that shows some numbers intead of the real date this is my code Code: Private Sub BttnExcel_Click()...
View ArticleRESOLVED (Finally!!) Sleep Command at Form load/initiation
I want a very simple 'timed messagebox', but with huge fonts. All searches say to create your own, instead of using a timed messagebox (native messagebox with this code to create/use which does not...
View ArticleWin 7 32 bit Making sure the System Clock doesn't change...
I've disabled daylight savings, and I believe I've turned off the internet sync ( Also, the internet connection won't be ON during runtime, unless user turns it on...) What other ways can the system...
View ArticleOff page printout
I have this code to create a page for the patient. Code: Private Sub Label3_Click() FileCopy "c:\med\headhtm.txt", "c:\med\reffer.hta" Open "c:\med\tophtm.txt" For Input As #1 Open "c:\med\reffer.hta"...
View ArticleAnyone can provide me with a project of a small weather app?
All I want to do is: Find the current location of the PC that the app is running onGet the weather for this location from Yahoo (information such as current temp, low, high, and the name of the city or...
View Articleload ajax captcha from web to picturebox by classname
hi there, I've been searching for this about a couple of hours but I didn't find any solutions. my gold is to write a program which loads an ajax captcha from a webpage with webbrowser. the elements in...
View Articlehow to see the remain quantity in another form
i have 3 forms FrmInventory , FrmCashregister , FrmItems this are the values of each table Code: Form (FrmInventory) Table Name - Inventory InvID - Long InvDate - Date/Time InvItem - Text InvQuantity -...
View ArticleVB 6 Validation Message
Hi, I have written my code to validate a textbox,which will only contain number but when i inserts text the error message does not shows up. how do i fix that?? Thanks
View Article[RESOLVED] wrong value returned out of XML-Doc
Hi, I have a little Problem. I m seqrching through a XML document for certain Values, its working fine for every Values but this single value is giving me a headache. I dont see why its returning the...
View ArticleShellExecute not working on some programs
Hello All I have to support a legacy program written in vb6 that runs on a network. The network is not a server setup, just a group of workstations with different shared folders, the program is located...
View Articlesave Settings in text file
Hey guys, I've a lil question. At the moment i write my needed setting in a simple textfile one beneath the other, but there are more and more settings i need to save. So I m asking whether it is...
View Article