10,987 Topics

Member Avatar for
Member Avatar for z9maar

Does anyone know?, how can i edit an excel file from visual basic, but without installing excel? Actually, i know how to create or modify an excel document with code in visual basic, but is necessary add a reference to the excel's object library in the project. the trouble is: …

Member Avatar for debasisdas
0
109
Member Avatar for Pastafarian

Hi, I'm just starting out in programming and I'm currently making a small program which shows how Bubble, selection and Insertion sorts work. I've found a small program which bubble sorts a user selected number of integers and shows each step at which these are sorted (each pass). However this …

Member Avatar for Pastafarian
0
163
Member Avatar for tgifgemini

Hi everyone, I have included a "Send mail" module in my vb module, but I want to accept the email address from an input box instead of hard-coding the recipients email address because the recipient may be different each given time. Below is my code: [code] SENDEMAIL: Set OutlookApp = …

Member Avatar for tgifgemini
0
135
Member Avatar for pvozarkar

Hi everybody, I am lookin for a function in vb 6.0 for finding position of a charecter in the string.I know the logic but is there any inbuilt function available ? Please help Thanking You Piyush

Member Avatar for debasisdas
0
56
Member Avatar for masimba

hie, i'm kinda new to this forum and have no experience in these forums,this my first time so please bare with me.I'v got an assignment i'm working on and i"m stuck,could you help? The program is attached [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR]

Member Avatar for choudhuryshouvi
0
98
Member Avatar for coco86

let's say i have a .dat file and .hdr file .... i have to compare both of them .... how can i open both of them at the same time and then compare them ? do you think is it prossible? pls help me? Edit/Delete Message

Member Avatar for AV Manoharan
0
123
Member Avatar for plusplus

I want a certain form to be unloaded only when there is no other form loaded, how do I check if any of the other forms are still loaded

Member Avatar for jireh
0
104
Member Avatar for coco86

lets say i got a few string exp: 11111233NR+0001030 210NNR 99NR+001030 339NNE each substring got dif meaning ....11111 for the ID , NNR for the location. etc do you have any idea how to split them in each substring. pls help me...

Member Avatar for coco86
0
114
Member Avatar for plusplus

I want my program to do a search on a database [B][U]every few minutes [/U][/B]to check for something specific and if it's found, then to show a certain form. I have 8 forms in my project and I want the search to be done while any of them is open. …

Member Avatar for plusplus
0
78
Member Avatar for mayank_ati

how can i change the path of the database from which i retrive data on run time.... i mean if the database is shifted from server to any othe location the how can the path of the database can be shifted.....

Member Avatar for AV Manoharan
0
84
Member Avatar for mayank_ati

hey i am new to visual basic programming...just 15-20 days into it... i wanna know how can i use command button to access the ms access files instead of using the data control....how can i do that???? i have tried a lot of things but to no effect .... please …

Member Avatar for mayank_ati
0
146
Member Avatar for paodzy
Member Avatar for Byaptia
0
111
Member Avatar for long_vn

dear all. I am the beginner. I have studying VB for a short time. I writting a entry data form. This form have many text box. And i cannot put all the text box on the form. Please show me how to use scroll bar to solve thi problem.

Member Avatar for jireh
0
75
Member Avatar for arvind

hi all, when trying to execute a code for reading from a text file in VB, using the ReadAllText function, i get [COLOR="Red"]'variable not defined' [/COLOR]error. the following is the code: [COLOR="Green"]Private Sub Command2_Click() Dim fileReader As String fileReader = My.Computer.FileSystem.ReadAllText("C:\test.txt") MsgBox (fileReader) End Sub[/COLOR] kindly enlighten me on why …

Member Avatar for jbennet
0
58
Member Avatar for tonnieytbiggie
Member Avatar for jireh
0
63
Member Avatar for Abdul Farhan
Member Avatar for jireh
0
87
Member Avatar for tgifgemini

Hi everyone, if you can recall from my previous posting, I had explained that my "spreadshit does not fit into the same page", but I've now unraveled what the other programmer did to accomplish this goal: looking at the input table to my spreadsheet, he first used "queryDef" to generate …

Member Avatar for tgifgemini
0
190
Member Avatar for dreamerboy

The code i have written (in VB)is : Dim dbMyDB As Database Dim rsMyRS As Recordset Private Sub cmd_Delete_Click() rsMyRS.Delete userlist.RemoveItem userlist.ListIndex End Sub Private Sub cmd_Display_Click() Set rsMyRS = dbMyDB.OpenRecordset("PC_User_Details", dbOpenDynaset) rsMyRS.MoveFirst If nm_txt.Text = rsMyRS!Name Then If rsMyRS.RecordCount > 0 Then name_txt.Text = rsMyRS!Name ip_txt.Text = rsMyRS!ip pass_txt.Text …

Member Avatar for QVeen72
0
110
Member Avatar for paodzy

can you please help me how to random a series of choices, i actually use case statement but the problem is everytime i run the program the same order of choices is being shown.

Member Avatar for Cruize_Invades
0
111
Member Avatar for Robert.kendall1

Specifically, I am trying to change the data range when a row is added to the table. I am teaching myself, with only the Excel help as a reference. If someone can tell me the proper command, I can decipher the syntax and application.

Member Avatar for RajendraShah
0
82
Member Avatar for tonnieytbiggie

my project cannot run when i write it on a CD but on other media like flash disk it is running. give me suggestions please.

Member Avatar for jireh
0
66
Member Avatar for dreamerboy

Hi I have a problem retrieving the data from access database. I have a list of records for eg. Name,user_name, password etc.(all in access) The problem is ,i want a solution wherein , when i double-click on a name, i want all the details for that particular name. * i …

Member Avatar for jireh
0
237
Member Avatar for hussulinux

Package and Deployment wizard gives me this error Path without file it works fine with other projects but one particular project it doesn't work. If anyone knows WHICH path without file it might be ?

Member Avatar for jireh
0
81
Member Avatar for marlon ng

Hello. In the classic database example, Biblio.mdb, the relationship between 'TITLES' AND 'TITLE AUTHOR' tables does NOT enforce referential integrity. Please explain to me why. I'm kind of a beginner so please make your explanation as simple and clear as possible. Thanks a lot guys!!!

Member Avatar for jireh
0
128
Member Avatar for gowri_itech
Member Avatar for priyasuresh

i want the details of variuos events handled in vb and its purpose with examples

Member Avatar for jireh
0
93
Member Avatar for tonnieytbiggie

please modify for me this program. cant run in a CD but other media can. user name is walba and password is walba. check attachment.

Member Avatar for jireh
0
97
Member Avatar for tonnieytbiggie

Hi everyone. Am Tonnie and i got problem with my vb-access program i am trying to develop. When my program is in a flash disk it is running very well but when i copy it in a CD it is giving me an error shown below.Please i would like to …

Member Avatar for jireh
0
87
Member Avatar for paodzy
Member Avatar for lasherz2

How do i generate one data report fom multple tables.I have four tables each with a primary key.I require a master report for this data in this tables.Anyone know how to do it?Am using vb6 and access.Thanx

Member Avatar for jireh
0
226

The End.