10,989 Topics
| |
Hi guys, Do you have any code to collect and send data from serial and ethernet port to V.B.2006? OR do you have any information to help me out to get that? I'll really appreciate your help. Best, | |
Hello, i need to make a major project in Visual Basic.Net. My project idea was to make a program that tells me the value of a persons assets (and hence how rich you are ), provided you enter in data for such things as cars, house, credit cards etc. The … | |
I need to know about this powerful VB, and I m a student..............Please help | |
[code]Code Range1 Range2 Range3 Range4 Range5 Range6 A $0.00 $10.42 $52.08 $177.08 $468.75 $1,041.67 B $0.05 $0.10 $0.15 $0.20 $0.25 $0.30 HF $521.00 $729.00 $1,146.00 $1,979.00 $3,438.00 $5,729.00 HF1 $688.00 $895.00 $1,313.00 $2,146.00 $3,604.00 $5,896.00 HF2 $854.00 $1,063.00 $1,479.00 $2,313.00 $3,771.00 $6,063.00 HF3 $1,021.00 $1,229.00 $1,646.00 $2,479.00 $3,938.00 $6,229.00 HF4 … | |
I have a problem in my application which executes end to end in the first run. But if I terminate abruptly, and try to run again, I get runtime error 7 out of memory. This error is on Load of form. The code in Form_Load() is: Private Sub Form_Load() 'simple … | |
Hi All, I want to store Student Name & Birth date in the database. How should I store it into database so that I can retrieve it back evenif the system date format is changed(It should retrieve record for dd/MM/yyyy date format also i.e. not only for default date formats). … | |
With rptSalesEnquiryChecklist Set .DataSource = ar .DataMember = "" With .Sections("Section7").Controls For i = 1 To .Count If TypeOf .Item(i) Is RptTextBox Then Select Case .Item(i).Name Case "txtAddress" .Item(i).DataMember = "" .Item(i).DataField = ar.Fields("Address").Name Case "txtSupplier_Company_Name" .Item(i).DataMember = "" .Item(i).DataField = ar.Fields("Supplier_Company_Name").Name Case "txtSupplier_Name" .Item(i).DataMember = "" .Item(i).DataField = ar.Fields("Supplier_Name").Name … | |
hi, im a student and im very new with vb.i am currently doing a project.i want to use calendar to show whether reservation on specific dates have been fully booked or not.i plan to make the date turn red if its fully booked n blue if its not.i've search for … | |
Hi people i'm a completly new to this i've got a form with rich text box and want to open a txt file (or other files) in the rich text box. Ive managed to work out how the open command works just wait a point in the right direction really … | |
when opening the program, the user needs to enter his name and password. When he enters his password I don't want the letters to show, just *** or any other signs. How would I do this? | |
im writing a app that u write some vbscript or javascript or html and u can run it does anyone know how to run any of these languages from in vb | |
hey every one please i want to know how can i search about name i use vb.net & SQL server 2000 | |
Hello, Anyone can help me to build a C dll for vbasic ? I know how to write and compile a dll with C/C++ compiler but only for simple function. Thank's | |
My projekt has many forms. When the user closes the program, then the next time the program is being opened I want it to start with the form that was last used by the user. How do I do this? | |
hi. I have a webcam. i want to capture image from webcam by using vb code. can u help me ? | |
hai i have a problem i have add msflexgrid in my vb6.0 program but i have to make then scroll where i rotate the move wheel in the mouse is this possible if yes means please tell me how to do it sajil | |
Hi.. I am looking to develop a program which will print the data (the data will be fetched from the database server) on the preprinted stationary. The stationary will be a scanned image and it will be imported in the program and the relevant text will be placed on the … | |
Dear all i have to do the exercise. The check boxes have 5 items: item 1, item2,..., item 5. Each item have one value. These values is in the range from 500 to 600. There are 5 variables x, y, z, p, q. The connstant number is 1800 When 3 … | |
Hi All, I've database application that uses an ADO & Datagrid control. This application has Backup button that should copy the database to another location. When I click on the button it gives me an error Permission denied. When I changed the connection string, record source & refresh the ado … | |
HI.. I am lookin to develop an InstallShield in Visual Basic for VB projects..can anyone tell me from where i can the useful and relevant information..I have searched on Internet but i didnt find any useful info.I m not planning to use Visual Studio "Package and Deployment Wizard" neither i … | |
hi can I do pattern recognition using VB 6.0 ?? If yes can I know the step , component , references in VB 6.0 ... | |
have a question that I have two rows from D77 TO D132 which is column D and I have column B with rows B77 till B132. I want to check that if a user fill anything in D77 or any row from D77 to D132 he needs to fill row … | |
Im trying to write a app in vb 2005 and in this app u write some of my specal code in a text box, ive told vb wat my code meens e.g, popupmsg = msgbox, and when u press a button it runs, but ive tryed and tryed but it … | |
anybody can teach me how to open an image using VB 6.0...jpg... or bit ... your help will greatly appreciated..thnx | |
Hello all, I am populating a spreadsheet with data from access file. I am splitting each record into two lines so that it writes on two lines(some of the records writes on one row and the other half writes on the next row. I am doing this because some of … | |
Hey guys, is there any way to read and write an object to a text file? For example in java i can open a ObjecOutputStream and just write an object. What about in vb? Thanks M | |
hi everyone; in my program I need to sort the recordset according to specific field, however it gives an error like "Run-time error 3251: Current provider does not support the neccessary interfaces for sorting or filtering" rs_data.sort = "k_baslangic" 'is not working.. btw my connection code is Set conn = … | |
hello to every one! have a nice day! pls help me how to arrange data alphabetically in the data report which came from the data environment designer.. i want to keep records in ascending form such as last name. i am creating a students record and i want that their … | |
Hello VB experts how to select a perticular cell in mSHFlex Grid Control in VB at run time? Whats the property or coding i need to add? anyone help me please? |
The End.