10,989 Topics
| |
HI, Dear Friends, Could anyone of you write code for my attached project plz. What I need all is: 1. Balance Amount should be updated whenever a new cheque amount entered 2. Search button should be able to search the dates either it is a invoice date or a cheque … | |
Hello e/one, im getting error no. 9 "subscript out of range" in following situation. - i have a data grid on page on which i place a query to select data from SQL SERVER 2000 database just like that "select size_number, product_size, type_number from product_size" -Below this grid i have … | |
Hey, I was reffered here by a friend and said that you solved his problem. I am in High School and im doing SDD. I have been asked to design a washing machine user interface. I have pretty muched finished. I have a timer, which has diffrent times for diffrent … | |
hi everybody I beg to say that I have three numbers. but i want to know that which number is random these are number 1 73163474394643734240 number 2 42651524357702920737 number 3 24965462478679919220 | |
Hiya I keep having this probelm with my script Basically I want it so when you click a command button some text shows up in my text box now I know how to do this but it does not seem to word wrap if I have a lot of text … | |
I am trying to use the data form wizard to create a chart for my program using the information in a database. On the section that asks you to select the database, I click browse, go to whre my database is saved and click ok. When I try to click … | |
I wondered if someone knew how to make a binary counter with vb? | |
I have a program in which a series of events occir each time the timer runs. However i want to stop the timer when a certain variable reaches another variable. I have tried If variable1 = variable 2 then timer.enabled = false but the timer continues. Why is this. If … | |
When can you use FSO in a VB 5 program? I got it working... I know it is supposed to be for ASP... But why does it work in some applications ans situations and not others.? Here is the code Private fso As New FileSystemObject Private strName As String Private … | |
HI! Anyone here know how to access files sharing using VB 6.0 though server computer?: I hv done Package and Deployment Wizard(PWD).I no idea to do it. :sad, But i no idea to start the server connection. Anyone here can help me?I wil thanksful to u all. | |
Hi all, I was wondering if someone had an example on a piece of code on how to read out the amount of system memory is used during given time. I'm making a piece of software that using an API that connects to a CAD program. The models used in … | |
I've looked in a couple of books, and can't find this anywhere, i'm looking for the opposite of the cos funtion, i.e. I know the cos of the angle, and need to know the actual size of the angle, is there an implicit function? If not, how can I achieve … | |
well, ive been using VB6 for a year now, but i cant get this to work i have 3 txt boxs, and a cmd button, and a timer thingy(dont know how to use timer yet :P ) it needs to count down in seconds, min and hours. this is the … | |
can anyone tell me about send keys.....if possible attach a small code also | |
Dear programmers, Could somebody write code for this project please. For search option, I need to search by delivery date or invoice date (like: From 05/05/2005 to 01/07/2005). Thanks for any help.... | |
How would you click a submit button on a form using winsock? thanks for any help | |
Hello all... I am completely brand new to vb and could some guidance as to where I should go to start to learn. I am only trying to create a simple Pivot Points calculator (used for trading stocks, currencies (which is what I do)). I have found some on the … | |
HI, sorry if this is really thick, but I'm abit stuck...I have written this piece of code as part of a bigger function: If Z = 1 Then SIDE = W - (V / 3600#) End If If Z = 2 Then SIDE = W + (V / 3600#) End … | |
hi i try building a bandwith monitor with the report of total connections to/from my pc so far i do a report of ip source/destination but now i want to know the lenght of data that belong to each ip. for example: i want to know de down/upload of each … | |
Hi, Is their any way to create user and assign user rights/permissions for any table(s) in ms.access through vb6 code (ADO / DAO). waiting for your reply. Ahmed | |
How To Format Rpttext(color,font,etc.,) In Data Reports In Vb Based On A Criteria At Runtime | |
Hi I need Help in SQL. I've created a VB Project of Accounting, Using Access as a Backend database, In database I've 2 tables: Table 1: Trans Table 2: Trans_Details Following Fields are in "Trans" FieldName (Type) FieldName (Type) FieldName (Type) Vno (Text) Vdate (Date) VNarr (Text) Following Fields are … | |
hi everyone, I am doing a project for college, which involves programming using VBA in Excel. I have most of it sorted and i am having trouble on this 1 part. I need to find out how to use variables to access a sheet and range within the spreadsheet variable1 … | |
I have 3 text boxes and one command button on this form. Users are supposed to input something into text1 and text2 and click the command button for text3 to show the results. However I would like the programme to consider the values of text1 and text2 and based the … | |
I was wondering if it was possible for me to write a simple program that either lets you use command prompt with visual basic (i.e. press a button and it does a command in CMD) if it can't be done in VB is there any other programming languages that allow … | |
I know pictures can be added to picture boxes and backgrounds by using the "Properties" and adding something to "Picture". But I want to know how I can actually get the program to display an animation or picture say, after inputting something into an inputbox, or say after a particular … | |
Hi, I am using ADODC Connection. I saw in one project it is written as following: Dim rsT As New ADODB.Recordset Plz let me know whether ADODC=ADODB. And can we change the above example as below: Dim rsT As New ADODC.Recordset | |
Hi, Could somebody write code for search button plz. I am attaching the project here. Thanks in advance for any help. | |
Hi, I would like to change the caption of "ADD COMMOND BUTTON" to "SAVE" when it is pressed at run time. Could somebody is there to help me in this regard. Thanks in advance. | |
Basically what i want to do is....whenever i drag the form...i should be able to see the current top and left coordinates...i know there is a resize event but it does not updates top and left...it only updates height and width.... is there any way to simulate reposition event |
The End.