11,868 Topics
![]() | |
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 … | |
I've did a program using vb6 to connect to oracle9i, i can establish the connection, the problem is when i execute the query in oracle sql*plus, it can execute successfully, but when run in vb application, the records affected return 0, it do nothing for this query, any setting need … | |
I am interesting in doing programming with VB6.0.Still I'm a school guy but have a knowledge in programming.[U][B]I don't know how to create and link a query through Visual Basic 6.0[/B][/U].(But I know how to link a database)Anybody knows how to do this Please help me. | |
when I selected my *.mdb files, it shows"unrecognized database format", I use VB6.0 and ACCESS2003/2007, who can tell me why? thank you ! | |
Is there a method that VB uses to get the drive letter of the directory where the program files reside witout specifying it explicitly? :rolleyes: | |
If you read this, please help me asap, its urgent! I need to comunicate with a access database as a background operation in my program. I have to read off x nr. of records from the database and write a status back. HOW do I do it? Does anyone have … | |
Hi all, In my form, i have a button. If i press button, 1 file ( temp.txt or temp.bmp or temp.wmv ... ) will be opened by using default window program. ( I'm using vb 6 ). How could i do to solve that problem? | |
I want to show my own *.co in VB program, and I know there is cult3d ActiveX player in VB6.0 but I don't know how to use it after I had searched a long time with google.So who can give me some advice or some web resources about cult3d ActiveX … | |
i need help. How to load a bitmap image from Access database to be shown on a VB 6.o form | |
< Hi I am to teach VB.6 as a tutore in University from next semester, and I dont know where to start? I know notting about VB.> | |
hi holly and veena thanks alot for helping me in problems. before i got veena's solutions i solved the Q-2 and Q-4 by using holly's solutions. but thnxxxxxxxxxxxxxx alot u helped me out. i m very grateful to u both. :) | |
[U][COLOR=#000000]Question # 1:[/COLOR][/U] [COLOR=#000000]Ask the user to enter two different numbers. Print all the numbers between the two values they enter.[/COLOR] [COLOR=#000000] [/COLOR] [U][COLOR=#000000]Question # 2:[/COLOR][/U] [COLOR=#000000]Allow the user to enter as many as positive numbers as they wish, and enter zero to indicate they have finished. Then display the … | |
can anybody having touch screen coding. i have to invoke touch screen through vb and fetch and display the corresponding details from database based on user touch. so please help me regarding. thanks in advance | |
:) hello frnds i wana ask one question about my project. i m dng the project of family tree. in wch many relationships r considered.if one person make his own family tree thn another parson in his family can make the relation ship wth him.and tht will specify the relatinship … | |
I have a main application running on VB6. This has mutiple RS232 inputs which it processes and displays graphically and numerically to the user. I need to create slave display(s) showing limited information on other PC(s) located on the network. What is the best way to communicate between the computers. … | |
Hai All, This is Mahesh, I want to create an application in Visual Basic 6.0 that runs in Background and is invoked when system is going to shut down. Can anyone tell me what is the event that is activated in Visual Basic6.0 when system shuts down. Thanks in Advance … | |
ok i have made this blackjack game in VB.NET 2005: Can anyone spot any obvious bugs/superflous code in it? I have to convert it to VB6 for college as its my homework does anyone know fo any potential pitfalls there? [code] [COLOR=#0000ff]Public[/COLOR][COLOR=#0000ff]Class[/COLOR][COLOR=#000000] Form1 [/COLOR] [COLOR=#0000ff]Public[/COLOR] playertotal [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer [/COLOR][COLOR=#0000ff]Public[/COLOR] dealertotal … | |
hello to everyone! can you give some websites containing tutorial or the basics regarding a system with touch screen monitor or with bar code scanner.. how could that be provided, things to be considered and everything.. could it be done with the vb language? i am using vb with my … | |
Need help... I want to refresh ny adodc connection but it seems to refresh faster than the update can take place. Here is the code Set rstemp = New ADODB.Recordset rstemp.Open "Select * from Temperatures;", cn1, adOpenDynamic, adLockOptimistic rstemp.AddNew rstemp!RecipeName = txt_RecpName.Text rstemp!step1 = txt_TempS1.Text rstemp!step2 = txt_TempS2.Text rstemp!step3 = … | |
I have the following code: [code=c]class date { private: unsigned int nDay,nMonth,nYear; static unsigned int nMonthArr[12] = {31,28,31,30,31,30,31,31,30,31,30,31}; //LINE 36 ...[/code] Upon compilation I recieve these errors: n:\courses\8110\Labs\Lab7b\Lab7b.cpp(36) : error C2059: syntax error : '{' n:\courses\8110\Labs\Lab7b\Lab7b.cpp(36) : error C2143: syntax error : missing ';' before '{' n:\courses\8110\Labs\Lab7b\Lab7b.cpp(36) : error C2143: … | |
I have written a small app which allows me to page through numerically-sequenced online images via a VB-5 WebBrowser control window and a few buttons. The app works quite well, but I want to know 2 things. 1. Is there a way to have images auto-resize to fit the available … | |
is any body suggest how i will send sms from pc if i have a gsm modem in my pc. |
The End.