10,987 Topics

Member Avatar for
Member Avatar for mancode1007

When i want to create a new Windows Form Application it pop up the message "Request registry is not allowed ".anyone please help 2 fix it... thx

Member Avatar for waynespangler
0
91
Member Avatar for chern4ever

this is my code [CODE]Private Sub Command1_Click() Dim maximum, minimum, highest, lowest As Integer Dim num(1 To 5), i, j, z As Integer For i = 1 To 5 num(i) = InputBox("number") Next i highest = num(1) lowest = num(1) For z = 1 To 5 If num(z) > highest …

Member Avatar for chern4ever
0
5K
Member Avatar for elchalateco

Hi all, I am using vb 6. I have a binary file and I want to read bytes 8-11. These bytes all together give the number of records in the data file. I have a function that takes a string representation of the 4 bytes and return the number of …

Member Avatar for Teropod
0
101
Member Avatar for skalra63

currently, i have got code that will let someone search a table in a database and return any possible recordsets into a listbox. however, i would like to be able to click on any of those items added to the list box, so that it will return other data from …

Member Avatar for suchisuchi07
0
225
Member Avatar for suchisuchi07

i need to use access to store my data in 2d array form.please explain me the procedure for that.or tell me, is there any way to create link to another table from a field item.

0
48
Member Avatar for bairamsunil

Hello everyone, I am using excel vba programming, in my application I always want to keep my first workbook.firstsheet active. I will be opening and closing some otherfiles in between the application. While running the application i don't want to show all flikkering in my application, what all the files …

0
43
Member Avatar for deftones

Hi, I've just finished working on my little project and I've already compiled it. But when I run it and input necessary data, I get "out of memory" error. The program suppose to deal with a lot of information. How can I fix that problem?

Member Avatar for deftones
0
36
Member Avatar for preethi_ga

Hi, i have a form in VB. iam using SQL Server as Back-end. And connection string and all works properly. the only one thing is i want to retrieve data from database into a combobox. i'am using this code.... [ dim i ] [ for i = 0 to Combo1.ListCount …

Member Avatar for tchawurura
0
191
Member Avatar for Seba Sama

Hi I'm about to write a short application but I have a problem: I need to get a recordset (or two) from 2 different SQL servers. I would prefer a single quarry but i don't know if it is possible. And if not, I will have rs_1 and rs_2. How …

0
61
Member Avatar for troblekid

I have some bottons that are called cmdBananaSpider and cmdSydneyFunnelWeb that I am trying to link to [url]http://en.wikipedia.org/wiki/Banana_spider[/url] and [url]http://en.wikipedia.org/wiki/Australasian_funnel-web_spider[/url] I can't seem to get the right code in to link to the page, can anyone help me with the code? I would like it to open up in its …

Member Avatar for debasisdas
0
40
Member Avatar for pardeep3dec
Member Avatar for dinilkarun

I have a tree structure containing nodes and child attributes. Each node has got a unique key as an attribute.I have got the the value of the key and I need to access its parent node using this key. Please suggest the way to solve this problem. Regards, Dinil

Member Avatar for dinilkarun
0
177
Member Avatar for yanie

[ATTACH]6798[/ATTACH] i hv an interface sumthing like this. i/m using VB6 and i wanna find record in MS Access using find command button. firstly user will key in an employee number as a key to find that user record in MS Access. after that, the data will appear in the …

Member Avatar for vprakash
0
185
Member Avatar for markgri

how can i access data that i have entered to the database in msflexgrid. like for example i have putting three categories the noofitem,scores, and totals. that was displayed on the top of msflexgrid horizontally..? is there anyone can help me... please...

Member Avatar for guest11
0
86
Member Avatar for green_cool7943

Is it possible to view the vb code of an .ocx file w/o having the the activex vb file ? ... i mean i want to read the activex code written in the .ocx file ...

Member Avatar for debasisdas
0
42
Member Avatar for abu taher

i using acsess 2003 or xp. but when i click in record source property to show the table a massage was shown. but when i use office 97 then there was no problem

Member Avatar for debasisdas
0
195
Member Avatar for lucameyer

Hi everybody, I need a little help. I have built a complex ms excel workbook that imports data from many single sheet ms excel workbooks. These workbooks are all located in one directory and are give a 7 digit name (ex. 1234567.xls). Note: the files are actually named by their …

Member Avatar for baymont
0
97
Member Avatar for rajeshkhanna_in

Hi all Is it possible to trap the ESC key during the execution of an mdi form? I want the esc key to be trapped and when it is pressed I want the current form to be unloaded. Is it possible? Any help will be appreciated. Rajesh Khanna

Member Avatar for Teropod
0
114
Member Avatar for sumalat

Hello, I work with embedded systems and I need to use Visual basic to acquire some data through the serial port, store it etc. As I am just getting acquainted with VB6 I need some help. My Controller board (8 bit micro) sends out serial data 3 bytes at a …

Member Avatar for Teropod
0
97
Member Avatar for dinilkarun
Member Avatar for debasisdas
0
71
Member Avatar for sutanu_halder

I have two internet connection. My Visual basic project run in one connection and other Connection can't connected my app. What is the solve in that problem? please help me.

Member Avatar for debasisdas
0
52
Member Avatar for molivia03

I need help in VB.NET on how to read the entile file line by line which has about 500 lines, and then search line by line if search match found and then display it I have arrange them into an array but because the search need 2 matches on in …

Member Avatar for debasisdas
0
147
Member Avatar for sutanu_halder
Member Avatar for bhererros
0
311
Member Avatar for ibesokewl24

I am creating a form that will have numerous labels in it, enough so that it will go beyond the length of the form and screen size. How can I set a scroll bar to work with the form and also, I can't extend the form itself far enough to …

Member Avatar for selvaganapathy
0
111
Member Avatar for Jhakda

Hi All I am working on a Excel VBA proj. I ahve to insert some records in the Access Db. Right now I am forming the query as a string, creating a connection and executing the query Eg: "Insert into Table1 values ('A','B','Comments')" Now if the comments or any other …

0
49
Member Avatar for newb2excelvba

Hi guys, Im not sure if this is the correct area to post my query. I was looking for excel vba thread but I was not able to look for it. anyway i am creating a break track program using excel with vba. My excel file contains the data for …

0
59
Member Avatar for pardeep3dec
Member Avatar for dinilkarun
Member Avatar for debasisdas
0
52
Member Avatar for el buen

Hello, I would like to know how I can modify a DataGrid , if I have a database with multiple tables. database = access , Using ADO with a select join multiple tables.

Member Avatar for debasisdas
0
34
Member Avatar for bprabhumdu

hello friends, how to separate all characters from a given string in vb6.0...For example if i give "welcome" in a text box ,in the same form it will print (w,e,l,c,o,m,e,).......... Thanks in advance ............... regards natraj

Member Avatar for bprabhumdu
0
144

The End.