Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #1K
~18.3K People Reached
Favorite Forums
Favorite Tags

77 Posted Topics

Member Avatar for suneel kar

[quote=suneel kar;406904]anyone who can help me regarding how to read data from .dbf files recordwise.[/quote] See it in the thread [B]Access to any type of DB's possible[/B] for your dbase and [B]opening 2 files[/B] for your writng records to text files regards AV Manoharan

Member Avatar for ppappu
0
2K
Member Avatar for stigzem

Your project requires first a com control component to sniff the USB port, where you have connected your video device. Try to use the Microsoft Comm Control component. If you know that it is very easy. Another way is to use thw Window API which has the following code to …

Member Avatar for azzdog_dev
0
663
Member Avatar for yasirfarid

Please check up whether after placing the period(dot) after DataCombo1 the methods RowSourse and ListFields are poping up. If they are, please get back to me. Yor connection strings are having some problem that I will tell you.

Member Avatar for Rajeev3010
0
367
Member Avatar for rajeshap

If you are using SQL Server in you computer please switch on the Query Analyzar. It will ask you the user name nd password. If both are sa fine. Pull down the Help menu Choose its index. On the Blank space just type in Bacup and choose Backup(Described). Click Display. …

Member Avatar for AndreRet
0
240
Member Avatar for Stefano Mtangoo

[quote=evstevemd;413737]Hi to all, is there any place i can download MSDN Library for VB 6.0? I really need it! with regards![/quote] You are already on the true path, where it allowed you to post this question. Search.. Search.. THE NET is a resirvior for many things. Any thing any time …

Member Avatar for Stefano Mtangoo
0
2K
Member Avatar for yasirfarid

[quote=yasirfarid;395749]hello, i am using picture box, and coding on form load P1.Picture = "D:\My Document\My Pictures\Display Picture\ICE.BMP" why it gives "TYPE MISSMACH" Error. plz reply soon. Yasir[/quote] The correct syntax is P1.Picture = LoadPicture("C:\MyPict.bmp") thanks to veena

Member Avatar for mizkhyz
0
354
Member Avatar for anud18

Anud, Please look in the thread [B]Read Me. Access to any type of DB is possible[/B] started by me. Happy Programming AV Manoharan

Member Avatar for sackymatt
0
204
Member Avatar for leroi green

// Your whole program code is reassembled and bugged as below. kido!! public class Test { //variables char a = 'a'; public static void main(String args[]) { if (args.length < 1) { System.out.println("Not enough arguments"); } else { System.out.print("The number of character 'a' found is: "); Syste.out.print(Count(args[1])); } } public …

Member Avatar for leroi green
0
135
Member Avatar for tgifgemini

[quote=tgifgemini;414534]I am importing data from access file to a spreadsheet. One of the input field is a "comment" field with a full paragraph of comments. Some of the target cells in the spreadsheet displays "##########". But when I click on the cell, the Menu bar on top of the spreadsheet …

Member Avatar for QVeen72
0
101
Member Avatar for dmotah

[quote=dmotah;413678]hi, im using msaccess as database. can u plz tel me how to delete records using vb (it should serch nad delete) tkx[/quote] If you can acceess a database and retrieve a particular table from it, definetely, you can search,insert rows,delete rows/the entire table,alter,update the whole things. Why ask? Just …

Member Avatar for epok13hart
0
127
Member Avatar for shardulDoon

[quote=shardulDoon;414255]can anybody tell me how to create a new dll in vb6 and use it , thanxs.......[/quote] On the new Project window, instead of selecting standard exe, select Activex DLL. write the code. run and debug it. once satsfied make the dll by giving a suitable name to it. And …

Member Avatar for AV Manoharan
0
76
Member Avatar for piyush gandhi

There are so many postings on this forum regarding text file accessing. Please give a search for "Text File" you will definetly find couple of true codes. The search pannel is on the right hand corner of the front page. Regards AV Manoharan

Member Avatar for AV Manoharan
-1
111
Member Avatar for elanch

Elanch, Please contact me through the thread. I am finding difficulty to read your private mail. It eats up my time. Are you all positive to my enquiry? Please answer me. Regards AV Manoharan

Member Avatar for AV Manoharan
0
291
Member Avatar for kiran_dba

The [B]SQLiteDB.dll[/B] has to be little [B]polished[/B] to make a [B]COM wrapper[/B]. If you could understand any thing on the three boldfaced, you can do it. Because it can be implimented in VB (For that matter ASP, VBScript, Dot NET etc. which support COM). Search in the net. Some brilliant …

Member Avatar for AV Manoharan
0
96
Member Avatar for coco86

Your problem is not clear. Please explain it without giving the out put of the text file.

Member Avatar for AV Manoharan
0
137
Member Avatar for tgifgemini

[quote=tgifgemini;406999]Hello everyone, is there a posibility that I can look up email addresses from outlook email address book instead of accepting email address from an inputbox or hard-coding it? See my codes below: Thanks. [code] SENDEMAIL: Set OutlookApp = CreateObject("Outlook.Application") Set OutlookMail = OutlookApp.CreateItem(0) OutlookMail.To = EmailID OutlookMail.Subject = "Project …

Member Avatar for tgifgemini
0
1K
Member Avatar for stigzem
Member Avatar for AV Manoharan

See, here I am going to explain for all concerned in this forum, about the two types of Data access objects which you can use in your VB (?). There are so many postings on this subject. The duo is [B]DAO[/B] & [B]ADO[/B]. It is not misspelled acronym like PHP …

Member Avatar for AV Manoharan
0
258
Member Avatar for guru511

[quote=guru511;405592]thanq very much vbCNEW but how can i find the length of the arr i mean i dunno how many splits nah.... if i want to use arr(0),arr(1)..... where should i stop.... arr.length is not working....[/quote] stop it on [U]ubound[/U] AV Manoharan

Member Avatar for QVeen72
0
151
Member Avatar for jatinder_44

It is a question of a combobox that is to be activated (Fiiled with data, perhaps, according to the selection done in the other combo and vice versa.) Let jatinder explain it some more. happy programming regards AV Manoharan.

Member Avatar for jaasaria
0
145
Member Avatar for laoli

[quote=debasisdas;406218]from vb6.0 u can connect to all versions of ACCESS.[/quote] Dear Das, Please ask Laoli what type of Connection (DAO or ADO) he/she has used to gain access to Access database. [COLOR=#000000]conspicuously[/COLOR] [COLOR=#000000]he/she is silent after starting the thread.[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]regards[/COLOR] [COLOR=#000000]AV Manoharan[/COLOR]

Member Avatar for jireh
1
178
Member Avatar for ro_10

Ro, Please gauge your task yourself. The complex algorithm which you have to translate into workable codes in VB. Of course, there are off-the-shelf objects and methodes in VB. But to use those things my openion is that you have to have above medium level programming ability in VB. From …

Member Avatar for AV Manoharan
0
110
Member Avatar for z9maar

How can you edit an excel file without having excell installed. No way. But there is a way arround. First your program should check whether excel is installed or not. If installed take the normal course for creation editing etc. If not installed, take another course in you program for …

Member Avatar for debasisdas
0
113
Member Avatar for coco86

The file Access component consists of two objects that give script access to textfiles. The textstream object lets your script open,read from and write to text files. Caution: These objects cannot be used with binary files! First create a filesystemobject and bind it to a Binder by the set command. …

Member Avatar for AV Manoharan
0
128
Member Avatar for coco86

[quote=coco86;406159]thnx ..... im happy to join this forum....[/quote] If you have any problem with string handling, remember it is not because of VB. I will tell you the clue if you are interested. regards AV Manoharan

Member Avatar for coco86
0
116
Member Avatar for plusplus

[quote=QVeen72;406243]Hi, Place the Timer in any of the Form, and set its "Interval" 10000 (for 10 Seconds) Write the Checking code in Timer1_Timer Event, Make the Event as Public and u can access it from every where. If u have a MDI Form, then forst place a Frame Control and …

Member Avatar for plusplus
0
81
Member Avatar for mayank_ati

[quote=mayank_ati;406271]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.....[/quote] Mayank, please see the thread [B]Read Me: Access to …

Member Avatar for AV Manoharan
0
86
Member Avatar for Naveed_Cn

[quote=Naveed_Cn;399312]Hi Everyone Please anyone tell me how can I use the following code in vb6 Module. Dim db As Database Dim rs As Recordset Private Sub Form_Load() Set db = OpenDatabase("C:\MyDatabase.mdb") End Sub Thanks in advance[/quote] The above program code is correct provided, there exists MyDatabase.mbd in C:\ If it …

Member Avatar for manoshailu
0
95
Member Avatar for tgifgemini

[quote=tgifgemini;399676]Good morning everyone - I am using VB6. I need your assistance. I used the "CopyFromRecordset" function to populate my spreadsheet. Some of the fields in the access file has date values and some has number values (integers), but after importing into the spreadsheet, the numbers convert to date values(1/1/1900) …

Member Avatar for tgifgemini
0
112
Member Avatar for mybellame

[quote=mybellame;399783]Hi, How can I change the current recordset in a form to a new recordset using a query in vba? i.e. To populate the recordset in my form I have a combo box that is used in a query to populate the recordset. The recordset is a subset of my …

Member Avatar for mybellame
0
139

The End.