11,868 Topics

Member Avatar for
Member Avatar for vimalv

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

Member Avatar for QVeen72
0
79
Member Avatar for nishant.newton

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 …

0
78
Member Avatar for scudzilla

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.

Member Avatar for scudzilla
0
110
Member Avatar for amishosh

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

Member Avatar for iamthwee
0
73
Member Avatar for venomocity

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 …

Member Avatar for jireh
0
102
Member Avatar for mustoora

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 …

Member Avatar for mustoora
0
102
Member Avatar for tgifgemini

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 …

Member Avatar for kb.net
0
2K
Member Avatar for vnseum

I want to have my own messenger . Can some one guide me towards any link or resource so that could develope my own Messenger.

0
54
Member Avatar for vicky.vignesh

i have some doubts to connect vb with databse.so anybody help me hw to connect this two.

Member Avatar for ryan_vietnow
0
308
Member Avatar for t_yalthis

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 …

Member Avatar for t_yalthis
0
92
Member Avatar for t_yalthis

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 …

Member Avatar for t_yalthis
0
94
Member Avatar for tbruggink

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, …

0
48
Member Avatar for plusplus

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)?

Member Avatar for plusplus
0
463
Member Avatar for coco86

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 .... …

Member Avatar for coco86
0
92
Member Avatar for nazhanis82

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 …

Member Avatar for QVeen72
0
74
Member Avatar for atplerry

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

0
74
Member Avatar for venomocity

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 …

Member Avatar for plusplus
0
140
Member Avatar for plusplus

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?

Member Avatar for binoj_daniel
0
186
Member Avatar for nitin.sundar
Member Avatar for nyv19

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,

Member Avatar for binoj_daniel
0
84
Member Avatar for mayank_ati
Member Avatar for ajaytee

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 …

Member Avatar for Hamrick
0
90
Member Avatar for shank

I need to know about this powerful VB, and I m a student..............Please help

Member Avatar for vbsqluser
0
107
Member Avatar for royaloba

[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 …

Member Avatar for royaloba
0
130
Member Avatar for priyatha

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 …

Member Avatar for priyatha
0
347
Member Avatar for kshrini

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). …

Member Avatar for kshrini
0
170
Member Avatar for kkh86

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 …

Member Avatar for QVeen72
0
291
Member Avatar for nuBudDy

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 …

0
77
Member Avatar for khaled44

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 …

Member Avatar for lorraines212
0
197
Member Avatar for plusplus

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?

Member Avatar for plusplus
0
87

The End.