11,868 Topics
![]() | |
Hi all Now i am using MsFlexGrid1.textmatrix(1,1) to read values from the grid, is there any other efficient way to read data from MS flex grid..please give an idea | |
Hi Friends.. I am trying to make a program through which i can read the references added in another VB Project. I will add the .vbp project file in my program and i want to know the references and activex components that have been added in this vbp project(The project … | |
Anyone here know the code to view the cpu/ram usage at anytime? Yeah, I know its in the task manager but I want to create a small form and place it on my desktop. | |
Hi! I cannot access my "Debug Windows" in VS 6. All the windows are grayed out and I cannot select them. What do I need to define to be able to access them? Thanks ![]() | |
I'm trying to write a game for fun. I've been able to get some lines of code from other friends who have been able to help. But they couldn't help me with this. I'm trying to write the code to where, when you click on the button it should change … | |
Hi there, I have a combo box that contains 10 names. For eg. I select John's name. It will retrieve his left250 value from Access database. It will then display as a label. I've managed to do this so far. However, when i add in a new name in the … | |
Good morning, I modified the code accordingly and got another "Run-Time error 1004 - Unable to set the RowHeight property of the range class" on the code below. Also, please look at the spreadsheet attachment. Is there any way I can get rid of the spacing(gap) that separates the line … | |
I want to have my own messenger . Can some one guide me towards any link or resource so that could develope my own Messenger. | |
i have some doubts to connect vb with databse.so anybody help me hw to connect this two. | |
Hi everyone, I'm using ADODB to connect to an access database and it is working perfectly. but I don't really know that it is going to work when more than one person tries to reach the database at the same time...is it possible? moreover, does everyone has to set up … | |
hi everyone I need to change the system clock and date's language to English. My program is going to show the date automatically in english in every computer that is installed in.. I tried to change the names of the months in to english but it did not work.. do … | |
I am using a program developed in VB6 for about 4 years. It is only since recently, that I can no longer reorder Columns in the listviews and receive an error devision by zero. This error occurs not only on my computer (where Source-code is located), but also on computers, … | |
I'd like to add a color palette to my form, so that the user can choose a color. How can I add such a palette to my form(with all the colors vb offers)? | |
hi.. I have a problem on opening 2 file ... as below is my code... I want to open 1 file let's say .Dat file and it will trigger the other .Hdr file. the only different is the extension name , 11U06P0434FN.dat and 11U06P0434FN.hdr .... anyone can help me .... … | |
i am new to visual basic and i have a task to design a programme using visual basic for excel to import the raw data and sort it accordingly. i also have to decode that raw data into meaningful data. I hope I can get some guide to finished my … | |
Hello, i am designing a website that i require a visitors of my website to download a script or packages from my web page how can i go about it | |
Alright, I have an MCSE and A+ education, but nothing is as confusing as script for VB. Well, I take that back it can be pretty simple but sometimes I just can't see the forrest for the trees. I'm trying to copy the data from a text box named creditbox … | |
I'm comparing a text box to a field in my database I want it to give back true only if upper\lower case match and not always when the words are the same. Can you help me? | |
I have a exe in vb.. How can i make it run as a windows service?? | |
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? |
The End.