10,992 Topics

Member Avatar for
Member Avatar for WhitePunk

I formatted my computer and I want to install the visual basic 6.0... I can’t install it using my installer... I’m enjoying making programs and of course experimenting… hehehe… So I just wanna ask... If there’s any possible website where I can download to install visual basic??? Thanks and more …

Member Avatar for WhitePunk
0
90
Member Avatar for Simran3

Reading from text files........I have to read in a file which contains the list of all service calls to be done today, the calls have to be assigned based on how far the area is in the 10X10 grid of the sector, assuming the office is in the middle say, …

Member Avatar for Simran3
0
104
Member Avatar for sai_kishor5

hi, I am a beginner of visual basic programming. I know form designing and can write the source code also.But i would like to know how can i store my data in the project or programming.Means how to create and use databases in VB. Please give me the reply as …

Member Avatar for steve585
0
110
Member Avatar for tgifgemini

Hi everyone, I am attempting to access a database that is located in a shared server/ directory "K:\". Assuming I don't know where the database is located, how can I programatically tell vb to locate this database by searching all the network server directory? My database name is called: `PTS.mdb` …

Member Avatar for debasisdas
0
145
Member Avatar for xmile

i designed a form that has labels on it that you are expected to insert value (Alphabets and Numbers) an then it will do a calculation and give you a result on that page this page contains about 200 -250 labels i want to make a "save" menu that will …

Member Avatar for debasisdas
0
99
Member Avatar for dilip_singh3

I have made a report in Crystal Report, fetching records by SQL Query from ODBC Datasource. The query is taking too much time and error is comming after 50 seconds that timeout expired. What would be the problem ??

Member Avatar for debasisdas
0
71
Member Avatar for kmacker

I've just started a new job two weeks ago, and as a first project I want to create a VB stle front end that will be used to co-ordinate documents in a control room. Looking for some help as I want to work on this next week so I can …

Member Avatar for debasisdas
0
86
Member Avatar for sheida

Hi, I Hold a MS degree in Information Systems and I work in a University as a turore, I am to tutore visual basic 6 for next semester, I sont know where to start? I dont know anything about VB. I know Pascal, fortran, and C++ but I have no …

Member Avatar for debasisdas
0
107
Member Avatar for Fenerbahce

Hi, I use VB6 with Access. I have 4 records in my DBF file. When i do Recordcount, it says that i had -1 record. Why not 4? Help please Thanks Dim Conn As New ADODB.Connection Dim Rs As New ADODB.Recordset Dim Query As String Private Sub Form_Load() Conn.ConnectionString = …

Member Avatar for debasisdas
0
100
Member Avatar for Church

I was wondering what i would have to do if i wanted to Write a program in Visual Basic but wanted to do some calculation(as to make it quicker) in C? Like say i wanted to fine the average of.. bah a few hundered thousand numbers in an array. So …

Member Avatar for cld~dotdot
0
93
Member Avatar for k88joshi

Hey, I was programming in excel VBA environment and i came across the need to mail a sheet out of the worksheet using the default mail client, but i am not seem to be able to attah the worksheet in the file. Any Help will be greatly appreciated Thanks

0
71
Member Avatar for precilium
Member Avatar for k88joshi
0
50
Member Avatar for dilip_singh3

I m working on a multiuser VB project using MS Access as Backend Database. I wanted to know that through VB coding, how to know that any other user is currently accessing the MS Access DATABASE .

Member Avatar for RonR
0
165
Member Avatar for TOROOOLOLOOLO

HI I have created database with ms and linked it with vb6 user interface.But i have a problem linking or loading pictures to the records.I need help on how this can be done,and if possible how pictures can be loaded with it's corresponding data into the database at runtime. Thank …

Member Avatar for dilip_singh3
0
102
Member Avatar for Richard26

Hi, I would like to use VB to access a field in MS Access db which contains an article but I only want to retrieve a select sample from each article not the whole article. Any ideas Thanks Richard

Member Avatar for Richard26
0
87
Member Avatar for dilip_singh3

I m working on a VB project with MS SQL SERVER 2000 as backend database and Crystal Report 8 for Reports. The problem is : When showing a report, after some moments error comes as Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC SQL Server Driver]Timeout expired When I click …

Member Avatar for debasisdas
0
106
Member Avatar for Richard26

Hi, I need to build an MS Access database and include abstracts and articles. I then need to retrieve this information using Visual Basic. I would like to design it so that when someone types in a word in a search facility then relevant info would appear just like in …

Member Avatar for debasisdas
0
86
Member Avatar for shankar_ns

i am using vb6.0 and crystal report11 and MS ACCESS database how to create a crystal report at run time from a vb form i dont have any idea regarding this please give some suggestions or code would be very helpful to me

Member Avatar for debasisdas
0
137
Member Avatar for soujiro32167

Hi This may seem as a trivial question, but I'm new to VB so please bear with me. I'm writing a form to control one worksheet as a database. On PC, I used the ControlSource property of every textbox to bind it to a field in a record. [B]On Mac, …

Member Avatar for soujiro32167
0
115
Member Avatar for jaorsoftware

Friends. I need to do a program that intercept a job printer, and depending of numbers to page to print, enable o delete the job. Somebody know how to do? Thanks ! JAOR

0
47
Member Avatar for kmacker

Newbie question. I want to simply have a form with several command buttons, that when I run the prog, i can click on them it will open either a word document or an excel spreadsheet. (These must be editable and savable) I need to know the actual code for the …

0
76
Member Avatar for sham

Is it possible to display report in Visual Basic which is created in Microsoft Access? We developed a databasep applicaton that uses Access database. but one of the cross tab reports is difficult to develp in VB , but could develop in Access. Now I want a way to call …

Member Avatar for Chiquito
0
438
Member Avatar for mathbalaji

Hello All, I'm new to this community and new to VB as well. I was just wondering if anyone can help me in writing a coding. It's like if I click a command button, it should login into a remote desktop machine. I have no idea on this!

0
116
Member Avatar for jobykk

This is a rpoblem related to VIRUS. forgive and help me. My computer have a VIRUS. The VIRUS make some of the folders as .exe. When look the properties of the folder, it shows only 37 KB size even if it contain GBs of data. Pse help me to remove …

0
95
Member Avatar for Giffordw

Any clues as to how to limit the number of records in a comma delimited file?? My program continuously writes records into a .csv file but the file very rapidly grows too large. I would like to trim off the oldest records before writing a new record. A code example …

0
70
Member Avatar for david7azul

Hello everybody... How can I get the Object properties contained into a web form? I mean, how can I know if the web form opened has some command buttons, text box, and how many objects has. I have another question, how can I send a TAB key, move de Mouse …

0
47
Member Avatar for KWITS

Good Day, I am a novice with VBScript but would like to leverage its power to effectively manage HTML files. I am looking for sample code. Here is my scenario. I have a collection of a dozen HTML files and would like to automatically merge each file to one concatenated …

0
64
Member Avatar for chris con

Hi all, I hope that someone can help me, I have been given a task in work to create a simple VB6 countdown program for a school quiz. The user can enter any given time to countdown to, but when the counter reaches 30 seconds, it opens and plays an …

Member Avatar for chris con
0
154
Member Avatar for ten

i would like help on how to have people logging on using there passwords to my application in vb6 and access database

Member Avatar for debasisdas
0
87
Member Avatar for wuchi

Hi! I am trying to add data to existing excel file. So i open the file and i add data to for example cell 1,5 but it erases data in that cell i want to continue writing to that cell so number only increases. It works when i try to …

0
60
Member Avatar for RonR

I am having great success with using an access 97 database & VB6. what other database options do I have? with access 97 it is a problem to have mutilple users even looking, printing data because this will corrupt some records if more that one person even looks at the …

Member Avatar for choudhuryshouvi
0
110
Member Avatar for locsin

Greetings! I am afraid to download mp3 songs for free maybe it will cause my computer at risk. Anybody can give me a secure, virus free and good site where I can download mp3 songs for free. Thank in advance.

Member Avatar for choudhuryshouvi
0
120
Member Avatar for kehar

Hi, When I enter roll no in (which is available in query) text1.text the report is generated. but when i enter another number not available in query then runtime error window appears. I know the code to search the database and show the message. (eg. if rs.eof then msgbox "not …

Member Avatar for choudhuryshouvi
0
91
Member Avatar for jatinder_44

How to copy data from serial port to notepad,by the save button on the form without calling notead to write it in ,can we directly place the data to notepad from textbox which receving data. thank u wating for reply

Member Avatar for QVeen72
0
1K
Member Avatar for Fenerbahce

Hi, I am using VB6. I use Datagrid to list my data from a Dbf file. When i click on a row of Datagrid, it doesn't trabsfer actual data into Textboxes. It transfers previous clicked data into textboxes. What can i do? Private Sub DataGrid1_Click() Text3.Text = Adodc1.Recordset("Number") Text4.Text = …

Member Avatar for Fenerbahce
0
72
Member Avatar for aclogics

Hi, I need to create multiple TXT files from splitting 1 single TXT file that should look something like this: xyz;0;12345;data;data;data;data xyz;0;12345;data;data;data;data xyz;0;67890;data;data;data;data xyz;0;67890;data;data;data;data xyz;0;54321;data;data;data;data xyz;0;54321;data;data;data;data Let's say the original file was like above, and named original.txt, I would like the resulting files to be like so with the program …

Member Avatar for NoobertGames
0
176
Member Avatar for nsrivi

Hi, I have a problem while opening a VB application. The error message is [B]The instruction at "0x00409719" referenced memory ay "0x7c80be31". The memory could not be "written".[/B] I have tried debugging this error, rebooting the system and also re-installing VB. But the problem persists. Please help!! Thanks and Regards, …

Member Avatar for dilip_singh3
0
95
Member Avatar for dilip_singh3

I m working on Multiuser VB Project with MS Access as Database. I just want to check (from codding) how many users are currently accessing the backend database . Is there any way ???

0
65
Member Avatar for bluepiper

Im going to create a project with vb6 and ms access. I have to set password to open the DB for security. In vb6, how can i connect the database in data environment through data link properties setting the provider,database and the database password?? If I can do this, are …

Member Avatar for debasisdas
0
118
Member Avatar for Simran3

hi I have to read in a file which contains the list of all service calls to be done today, the calls have to be assigned based on how far the area is in the 10X10 grid of the sector, assuming the office is in the middle say, e55! The …

Member Avatar for debasisdas
0
87
Member Avatar for gblue07
Member Avatar for gblue07
0
67
Member Avatar for kittykattz

So, I have this website. On the website I have WordPress installed, and WordPress is what I use to make all my pages. Okay, well, I need the code to make a table with a vertical scrollbar. I've tried about a bazillion different codes already... Including this: [code]<div style="position:absolute; width:470; …

Member Avatar for debasisdas
0
92
Member Avatar for xmile
Member Avatar for johaynser
1
80
Member Avatar for mike4

What's up people? Who has the code for printing a msflexgrid which CAN INCLUDE a header and footer sofar ive downloaded a code which only prints the msflexgrid. the header&footer can be a label or textbox. Pliz help

Member Avatar for Ancient Dragon
0
72
Member Avatar for ransomjulian

Hi.. All. Just to the point.... - I'm working on inventory program, but I have no idea, some my code NOT WORK... just like that.. I repeat... NOT WORK. I usually use that method and always fine. - I'm a Newbie VB Developer for 3 years. For all that years …

0
52
Member Avatar for kshrini

Hi All, I want to access rptImageControl at runtime to change the image displayed in the control. Is it possible? I'm getting error "Object does not support this method". Also how to display the image from the database on rptImageControl?

Member Avatar for mohammad2700
0
254
Member Avatar for JaceDBN

Hi., I am busy with another access project when an idea occurred to me. Is it possible to refer to an object, lets say a command button - "Com12" using a VB expression. In application as follows: Do until cnt = 15 str = "Com"&Cstr(cnt) [B] str.visible = True *****[/B] …

0
82
Member Avatar for themaj

Hope there are some good gurus out there that can lend a hand to this discussion. Can anyone here give me some advice on methods and strategy for maintaining and upgrading existing Access DBs as my VB6 (not NET) application develops and/or grows? The story goes like: MyApp.exe and my …

Member Avatar for themaj
0
311
Member Avatar for ashblynn02

First off, Thanks again for all your guys help :) I worked on a project where the user was supposed to enter numbers one at a time. After each number is entered, the program is to display the number of inputs, the total numbers entered, the average, the maximum and …

Member Avatar for choudhuryshouvi
0
77

The End.