10,989 Topics
| |
:cheesy: Brief Intro: I am new to Visual Basic but have been playing with a USB PC Interface and have got to grips with some VERY basic VB6 commands and am trying to expand my "vocabulary" with hopefully the help of your kind and learned selves. Best Wishes for the … | |
Hey, I have 3 listboxes linked together that display 3 different fields of a table from an acess database. THe listindexs are set to equal each other so when you click on one it highlights on them all. However when the listbox gets lots of records in it, vertical scroll … | |
hi all i have a form and i add a webbrowser1 to it the web browser preview a bage contion a flash video with extensions (.FLV) in macromedia flash player ... now i want a code to know a duration for this video witch play in flash player in webbrowser1 … | |
Those two words were meant for each other. :cheesy: Anyways, i got the final on Wednesday and it's due next Wednesday. I have to design a program that takes information from a text document, displays that information, makes calculations based on that information, and then prints those calculations in a … | |
Hi I am new at VB and all I have right now is 5.0. I am currently just making a text based game for fun just to see what I can do. The one thing I am having trouble with is adding in a midi to listen to. I added … | |
hihi.. how can i do a merging of multiple tiff files into a single pdf format? currently i am able to get the printing of a single tiff file to pdf format but not merging multiple tiff file to one pdf file.Is there any feature/function in pdf sdk i can … | |
dear all i am sending a code i want a code which will multiple three numbers given in three text boxes without using multiplication operator. and show the answer in the fourth text box Private Sub cmdbutton_Click() Dim BOX1 As Integer 'Declaring variables Dim BOX2 As Integer Dim BOX3 As … | |
Hi, I have overcome my program with the DLL files, but now have a slight problem with my progress bar. Part of my program loads an external spreasheet and exports data to it for printing. Whilst my VB program loads the spreadsheet, thewre is a pause of about 7 seconds … | |
I am doing a remote controlling to external devices. I already have a VB6 coding. I wonder if it is possible to download into the 68HC11 microcontroller to help me control external device such as on or off lights? Hope that you can help me out. 10z:cheesy::?: As we all … | |
Hi, do anybody knows how to connect in sql mdb2 in Visual Basic 6 I only know how to connect in php... this is my sample connection in php.... #======================================# $mdb2 = connectdb(); $sql = "SELECT <fieldname> FROM <tablename>" $results = selquery($sql,$mdb2); closedb($mdb2); #======================================# do anyone knows how to do … | |
Hello everyone, how can i call a exe fox pro .exe file? is this possible? thanks. | |
Is it possible for VB6 to establish a direct remote sql connection and make a query in the remote sql database? If possible what are the reference do I need to add to make it working? Somebody please give a me a good example... from establishing a connection, query in … | |
Hello, Hope you are doing excellent. I have developed a small commercial application in VB+MSAccess. To make a package I have used, Visual Studio's Package and Deployment Wizard, but it's not fully customized. So, [B]I want a third party FREE-WARE for Package and Deployment. [/B] Please guide me in this … | |
how i want to set the ASCII code display binary in Visual Basic program?and it must follow the ASCII code table.i want to set the first 0-127 code that is all 0 in the first place.pls helping! | |
hi everybody, i want help from u people . as i am going to have a project. can u people tell me are u going to help me in that project. holly and Q veen plz tell me please i m waitnig for ur reply.. sweet0 | |
Here is another INPUT information output program. The first 3 select cases work correctly. I attempted the 4th and 7th select cases but they are not working correctly, i would appreciate any feedback i get, even if it's "I don't have a freaking clue." Could you guys help a girl … | |
how i put the ASCII code in the VB program o i no need write it n can get from the VB 6.0?n how i put the matrix in the VB program? | |
Can anybody help with the attached project ("Binary.zip") In the folder there is a binary file ("Mazatrol.dat") that I am trying to read. I cannot get the code to work correctly. Can somebody please see if they can update the visual basic project, and tell me what I am doing … | |
I am a student, and have been working on a program where the user selects a drawing tool, color and line width then draws on a picturebox. I have the mouse coordinates of the picture box, and can draw the lines and rectangles I need. The drawings begin where the … | |
Hi I am new to VBA, and presently i need to write a macro in Excel work book to search a data. Ineed to seach a string in the whole work book and then, if the data is found, then in a the same row then it has to find … | |
Hi, I have created a Visual Basic program that uses MSFLEXGRIDS combined with Data controls. This works fine in VB6 IDE, but when i try and ue the exe file the errors occur. When i try to open a form that contains the flexgrid, an error occurs called error '525' … | |
I am a summer intern who has been given a project in MS Access and has little knowledge of VBA - so I would be extremely grateful if you could help me. I have a form called Customer Programs that saves the program description, brand and year. Each program is … | |
I need to control a program that is minimized in the system tray. For example, lets say I have winamp minimized into the system tray. How would I be able to press the, "play" button while it is minimized, using vb6? | |
I have a file, that I think is a Hexadecimal file. Can anybody tell me if, in deed, fhe file is a Hexadecimal file, and If there is a way to read it, using Visual Basic 6, so that the output would be a readable ascii text file. the code … | |
well i need help with a battle system made with vb6. i have tried twice but since im not to good at codign i have no clue of haw to develop one. i am tring to make a battle systems simulare to runescapes. one where you can click on atk … | |
Can i save output file , read only, using SHFileOperation, CopyMemory - VB 6? How can i do? Or how can i change file's property to read only by another way ? | |
anyone pls give me some example program for 4 bit Hamming Code.o wher can get sample program like this!cos i had reject 2 times by teacher 4 my own method!i was use ASCII to do my basic input n need to add error into it then the output need use … | |
I am using the following code to load a string of text from a file. [CODE] cCnt = 0 fFree = FreeFile Open txtDatafile.Text For Input As #fFree Do cCnt = cCnt + 1 fndRecord = (cCnt * RecLen) - RecLen If cCnt >= 2 Then fndRecord = fndRecord + … | |
This is a great forum with valuable information... My first post here and i desire to share the informations with others Looking to learn much from this forum in the future post by wow gold | |
[B][COLOR=#000000] [/COLOR][/B] [U][B][COLOR=#000000]Question 1 - Multiplication[/COLOR][/B][/U] [COLOR=#000000]Develop a program with following functionality.[/COLOR] [COLOR=#000000]- Input from the user will be five numbers separated by comma e.g. 56,80,123,3,2[/COLOR] [COLOR=#000000]- On selection of Go command button you have to populate list boxes by separating [/COLOR] [COLOR=#000000]- [/COLOR][COLOR=#000000]Even Numbers[/COLOR] [COLOR=#000000]- [/COLOR][COLOR=#000000]Odd Numbers[/COLOR] [COLOR=#000000]- [/COLOR][COLOR=#000000]Multiples … |
The End.