10,992 Topics
![]() | |
Alright, here's what I'm faced with, and I'm not a VB coder (I'm the guy who does PHP and some C++, so VB is quite a new ballgame for me). What I have is a very large network environment where we are replacing some proprietary software, and it requires reinstallation … | |
I put a Browser into my application and I was curious, can u change the Left and Top positions of the browser and make it wrap around the flash object? probably hard to understand so i did a picture: [URL="http://img522.imageshack.us/img522/6148/spankoduw1.jpg"]Click Here[/URL] to view it. | |
I want to record a wave file by using "mciSendStringA". The output audio file should support telephony and can be used to play greeting message on PSTN line Telephone. Please help how to set required audio format parameters to wave audio device. The following code produces an error in the … | |
I have a database (myDB1.mdb) that contains related data in seven tables. Using vb6 existing in a separate application, I would like to find a way to archive this data into a new database (myArchive1.mdb) located in the same location as the main database. I understand how to use the … | |
I'm new with VB and I need to write a code that will calculate days starting from a start date (x), adding (y) days per month till the present date (z), subtracting given days (i) and finally giving remain days (j). Can anyone please given some examples. | |
Hi everyone! i am developing a application that has 2 areas- admin & user respectively. admin app is on server while clients are users.there is a form in user screen that uses a frame which needs to be enabled on button click present on admin screen. in short admin will … | |
I'm newbie here. How to create class module like Visual Basic 6.0 in Visual studio 2005. please help me | |
how can i login and make button add,delete,insert,save | |
i have one Problem, please tell me what should i keep in mind, about the following Errors "Application uses Value of wrong type for the current operation" This is th errors in vb6 Set prmNum_key = ComNum_key.CreateParameter("Num_Key", adBigInt _ , adParamInput) Set prmExtension = ComExtension.CreateParameter("Extension", adBigInt _ , adParamInput, , … | |
Windows Explorer gives extended information of pictures such as Width, Height, Manufacturer, Cameramodel, Exposuretime, Picture made on, Date created, Date changed and so on. How to get access to these parameters in VB6.0? Thanks in advance Kees Baltus | |
Hello I'm looking for some free cryptography library under VB6, concret 3DES encryption. Can somebody hep me ? Thanks | |
Im using the MS HTML Object Reference to do this [CODE] <a href="stockmarket.phtml?type=buy&ticker=VPTS">VPTS</a><br> <a href="stockmarket.phtml?type=profile&company_id=126"><font size=1>(profile)</font></a> </td> <td align="center"> 9 </td> <td align="center"> 9 </td> <td align="center"> <font color="black"><b>0</b></font> </td> <td align="center"> 1,000</td> <td align="center"> 15,000 </td> <td align="center"> 9,000 </td> <td align="center"> <font color="red"><b><nobr>-40.00%</nobr></b></font> </td> [/CODE] Ok i need … | |
Hi guys, Can anyone tell me if there is a variable for .vbs files that will allow the code to find the llogged on user? Ill explain a little better... I have a code that copys files and folders to a network drive, however it only works when i am … | |
Hi , Pls. give me sample code for the function drag & drop in VB | |
Hi, I'm trying to create a VB application based on a mysql database, and would like to know if there is a way i can integrate the database itself within the Deployment Package so that when i install the application on another computer, i dont have to manually install the … | |
I am using the shell command to go out and access a wav file to play on my forum. i amd usig the code id = Shell("C:\Program Files\Replay AV 8\mplayer.exe /play /close g:boxw.wav", vbHide) i cannot stop playing the file at any point. any suggestions or comments would be great. | |
Hi, please help me on how i can rename my database tables using .rdn file extension... | |
Ok im trying to grab the information after [code]<input type="text" name="[/code] and before [code]" value="">[/code] so that it only grabs the information name="" holds Any one offer assistance as to how i do this? | |
I currently have to set up the ODBC configuration using Control Panel/ Administrative Tools/Data Sources (ODBC)/User DSN etc in Windows 2000. This means that when I distribute the application I will have to get other users to go into Control Panel, and configure the ODBC and set the DSN for … | |
Hey everyone, I'm getting ready to take a summer class on VB6 and I was wondering how hard it would be for me to keep on track with the rest of the class while using 2005 express or something of the like? I would really like to go ahead and … | |
can any body help me? how can i use reguler expression in vb code? i want a reguler expression program that maintain the ip address. plz send me full code of ip addressing with reguler expression. | |
I have a customer who is running Outlook 2003 connected to an Exchange server. He has a large number of files, mostly Word documents in the Public folders. I have written VB code in Outlook to parse though all his folders and produce a list of the files. However I … | |
Im a first year students, its my first time to use vb i know less about vb. Were already having grraphics in our class and im not good at it. Will you help me draw a simple see saw, cube, and a self profile :lol: | |
Im creating a Databased; based program to of course send and recieve data from/to the database but never have I use MS Access before. can anyone recommend a simple tutorial for me? | |
in my project i used vb6 and oracle. the connection method is DAO. i can execute query by writing --- Set rs = db.OpenRecordset("select * from patient_profile", dbOpenDynaset, dbExecDirect, dbOptimisticValue)--- but when i am going to execute -- Set rs = db.OpenRecordset("select max(id) from patient_profile", dbOpenDynaset, dbExecDirect, dbOptimisticValue)-- it gives … | |
Hi, I have to find the path file of another exe running parallel to my app. I will have to do this in runtime. This is a project in Visual Basic 6.0. Can anybody help? Vishnu | |
'please help me about making an image browser in vb 6 'i need to get the path of any image i choose 'and i want to make the imagebox resizeble | |
[I][COLOR=darkred]hi guys m new to vb.. just wanna know how to creat polyline in vb..[/COLOR][/I] [I][COLOR=darkred][/COLOR][/I] | |
Hi All I am a new Programmer in VB.I made an OCX containing 5 UserControls.I hav to use it in a seperate project.When opening that Project itself Out of Memory Exception is coming.I have put MsgBoxes in userControl_Initialize in my control.As Err.Description i am getting as Out of Memory.What may … | |
hi every1.. i have a form with a register butoon...when the button is pressed, the registration form (which is connected to ms access) opens...but the problem is that the form displays the data stored in table..although i need a blank form, which allows users to insert data... any emergency reply … | |
I need help with this airline seating program. All I need it to do for now is take the data from the second form (radio box), put it in the text box on the first form, and at the same time, have it update the listbox on that first form. … | |
I was curious to know if you can add Links to subitems like the e.g below [U]| Column #1 | Column #2 | Column #3 | Column #4 |[/U] | Sub Item 1 | Sub Item 2 | Sub Item 3 | [COLOR=blue][U]Sub Item 4[/U] [/COLOR][COLOR=black]|[/COLOR] [COLOR=#000000]And when you click … | |
I want to make a popup menu when i rightclick on a ListView Row I just want it to say Edit [Seperator] Delete ^^ Also how do i make a Sub Item a link to open a new form? | |
I want program in VB6 to work connection (dialup) between two pc using modem( telephone number) and transfer file or data from pc to another pc (one pc is client and another server) thank you | |
i want to change background color in panel if checkbox checked is true i am used vb script; but i wrote given code but the expected end of statement error happend please help me how define use vbscript... <script> Sub Changed() Try Dim lcnt As Integer If Me.c1.Checked = True … | |
i need to pass two string parameters in bat file.....in visual basic 6 i am trying thgs like Shell "N:\aa.bat abc bcd " here abc and bcd are two string variables but its not working... wht shud do to pass parameters in bat file | |
I have a text file setup called client.txt inside it has Halusa Decorations|Streamers|455892|$3.50 Kellys Floral|Frangipani|270272|$2.00 - Im using Listview in Report mode i was wondering how to grab each item e.g company|item|productid|cost into and put them into the Columnheaders [U]| Company Name | Product | Product ID | Price |[/U] … | |
Hi im new to VB and ive built a program that uses two timers to produce an osilating output..But i want to change the value of each timer INTERVAL prior to running the timers. Ive created two txt boxes to hold the timer interval times and a start button..It all … | |
hello, Im using VB6 and have connected my datagid OLE to a table in Oracle using adodb, the code seems clean but it doesn't display the table. PID is a patient ID variable. Here's the code: Dim oconn As New ADODB.Connection Dim rsView As New ADODB.Recordset Dim strSqlView As String … | |
:@Hi i am currenty working on a basket ball game in one of my grade 11 classes. My teacher and I cannot find a way to make the exit code work even when the shot is being taken. Also to take a shot you have to hit shoot in a … | |
Could not create; no modify design permission for table or query. I recently added user and group accounts to my database. I set my account with admin priviledges. I have full permissions on all tables, queries, forms and reports. I get the above stated error when I try to create … | |
[COLOR=#000000]I’m new in Visual Basic, and I’m trying to create a program that will copy selected files to a specific destination. I have attached my form and a screenshot with some details so that you can have a good idea of what I'm doing, I hope you can you can … | |
how can i create an db by VB6 ? if you can write an vb code for small ex for db from one table and how can i connect this db to an C++ prog or exe to get data from the execution dos window and put it in afree … | |
hi, i m final year student. i dont know what to do with my projects. Will you help me in doing projects on Visual basic. This is really urgent to submit. | |
I need help with the logs... I have already did the code for it but the frog is randomly dying on the log... the code is too long to post on here but if you are willing to help out. Reply to this in a private message with your email … | |
Ok , here is what I am wanting to do ultimately. I have a script that runs windows internet explorer hot fix updates on a server that we have setup. the script that we use here is this: strComputer = inputbox("Enter station name to complete security update","Security Update") if strComputer … | |
hi corrado, i am an undergraduate of electrical engineering. i am currently working on a project titled "PC-based temperature monitoring and control device". the hardware is interfaced to the system through the serial port. the whole idea behind the project is to recieve signals from the hardware and displays it … | |
| |
Dear All, How Can I restrict the paste option in Richtextbox.(Ctrl+Shift+Keydown).If I suppress this using the keydown event,If some one from other program captures the handle of the window.And after capturing the handle ,By using sendkeys I am able to insert the text in that.I want to restrict the input … |
The End.