16,916 Topics

Member Avatar for
Member Avatar for ahmed elweshahy

[TEX] hi every one i have problem in database if i want to create 7 tables by DAO liberary the name of the tables are : vn,itm,ctm,vst,sal,vnd & tin i have created tables as : Set db = CreateDatabase("WORKS.MDB", dbLangGeneral) db.Execute "CREATE TABLE vn(vn_nm text (30),vn_add text (100),vn_bo text (30),vn_tel …

Member Avatar for QVeen72
0
202
Member Avatar for gowri_itech

I need to place two columns within a single combo box. But in VB, I found that we can place more than one column in list box by using columns property. I dont know how to place more than one column in combo box. Please help me on this.

Member Avatar for gowri_itech
0
1K
Member Avatar for lasherz2

Hi, i have designed reports with access.I need code to call them in vb so that i can print them via an application am developing.Anyone know how to do so?Thanx

Member Avatar for Naseem89
0
101
Member Avatar for Ramya03

hi all, I want to get one doc file as input and i should convert tat to txt file as output, Similarly for pdf to doc,doc to pdf...I want code for these file conersion in vb .........Pls reply if u know the relevant code....:?: Urgently Needed.Thanks in advance. Reply to: …

0
49
Member Avatar for repole

I'm in the process of making a searchable database for the company I work at, and have run into a few problems. I've googled this stuff and had problems either understanding what I found or finding anything at all.. A. Sorting the table in my form I'm able to sort …

Member Avatar for repole
0
125
Member Avatar for mustoora

Can anyone provide me with some codes to program excel into Visual Basic 2005. Some values in my excel file must be based on values from one of forms.

0
70
Member Avatar for grandfilth

Is it possible to format a cell so that an angle in degrees can be shown as an angle in degrees minutes and seconds? Any help would be much appreciated...

Member Avatar for Yomet
0
163
Member Avatar for Ribeiro
Member Avatar for seeleo6
0
71
Member Avatar for tgifgemini

I have a spreadsheet that I populated from an access table (file). when I print the data in the spreadsheet, part of the data prints on one page and the other half prints on another page. In otherwords, I have to paste two pages together to see the complete record. …

0
64
Member Avatar for Naseem89

How can I make a program that reads the files of the Real Player, without the presence of the Real Player. Is there DLL libraries for this task, or an ActiveX ????

0
72
Member Avatar for Naveed_Cn

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

Member Avatar for manoshailu
0
96
Member Avatar for gowri_itech

Is it possible to create multicolumn combo box using win32 API programming?If so, how? If possible send me the link

0
78
Member Avatar for Naveed_Cn

Hi Everyone I want to use other languages in vb6 textboxes like Arabic, Farsi and especially Urdu. I have little knowledge that it can be done by API programming but I don't know the code which can be use for different language. For Example for USA English we can use …

Member Avatar for Naseem89
0
102
Member Avatar for paodzy

can you please help me how to insert a picture background.please give some example of vb6 source code regarding with inserting picture backgorund.

Member Avatar for manoshailu
0
274
Member Avatar for guru511

how to send mails using visual basic 6.. im in a local network and im using windows XP.. can you plz tell me the code for that..

Member Avatar for QVeen72
0
68
Member Avatar for guru511

How can i access data from MS Access using VB6 (I need the connection code) can u plz tell me the code for accessing tables in MS Access using Visual Basic 6. my access tables are in a server not in my local computer..... plz let me know the code

Member Avatar for guru511
0
186
Member Avatar for complete

I am used to VC 6.0 and the class wizard. Now I am using Visual Studio 2005. How do I launch the class wizard from a menu command. I have found that if I double click on a dialog box, the class wizard comes up. But how do I do …

Member Avatar for Ancient Dragon
0
174
Member Avatar for orion_nsk

Hello Everyone, I need help in Accessing Website through VB6. I want to login in a site, the username and password of the site are accepted in two textboxes. Anyone have any idea how to go for it!!!

Member Avatar for orion_nsk
0
83
Member Avatar for tgifgemini

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
113
Member Avatar for mybellame

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
Member Avatar for ace5798

PLEASE HELP.... I was wondering if someone could help me. I am taking a programming class and I am having alot of problems. When I began my class we were given a copy of Visual Studio 2003. I had alot of problems with it and when I would go to …

Member Avatar for quintoncoert
0
114
Member Avatar for xwings

I just learn how to do a programming with vb6, and i have few problem that i need to get some advise and idea from experts here. Ok I successfully captured a data from a notepad text, and my access database data filed is look like this; Schedule sku size …

Member Avatar for QVeen72
0
106
Member Avatar for lasherz2

Hi, anyone know how to implement an audit log for users of a system in at any paricular time.Its part of the requirements am supposed to implement in a system.Its supposed to show who logged in,time/duration and time of log-out. Am using VB6.I will appreciate any help.thanx in advance

Member Avatar for lasherz2
0
85
Member Avatar for Rob Konikoff

I have two snippets of code used in Microsoft Access 2003 VBA. It takes and integer and checks to see if it is in one of five groups; less than 2, =2, 3 or 4, and 5 or greater. Using IF-THEN-ELSE works, but Select case doesn't! Here are the snippets: …

Member Avatar for QVeen72
0
101
Member Avatar for mustoora

My program should work in such a way there's a button that we can click. And everytime I click it, it should update a graph in another form. How do I do that? Because right now, everytime I click it, it only opens the form as for now, the only …

Member Avatar for mustoora
0
141
Member Avatar for sk8ndestroy14

I have a program where there are text boxes that accept values and then a command button is pressed. I need to know how to let the program check if the values entered are negative or anything that isn't a number. I also need the program to understand that if …

Member Avatar for sk8ndestroy14
0
125
Member Avatar for nschessnerd

Hey i am trying to make a 3 dimensional string array, and i wont know the size of it until the user enters the three numbers. I need to declare the variable as private or else i will have to pass it everywhere. Are there any alternatives or how would …

Member Avatar for nschessnerd
0
120
Member Avatar for Ina

Hi everyone. I've been trying to come up with a multiple choice quiz using Visual basic but I havent succeeded yet. I would like to create a suite containing several subjects such as science, history, english etc with each subject comprising of several quizzes. please help

Member Avatar for debasisdas
0
81
Member Avatar for ninelg

I have an xml file that looks like this: <messageBody> <customerDetail> <accountId>123</accountId> <custId>ABC</custId> <customer> <custFirstName>Jane</custFirstName> <custLastName>Smith</custLastName> </customer> </customerDetail> <customerDetail> <accountId>246</accountId> <custId>DEF</custId> <customer> <custFirstName>John</custFirstName> <custLastName>Johnson</custLastName> </customer> </customerDetail> <customerDetail> <accountId>357</accountId> <custId>GHI</custId> <customer> <custFirstName>Amy</custFirstName> <custLastName>Gordon</custLastName> </customer> </customerDetail> </messageBody> I need to loop through each customerDetail to get the values of all of it's …

0
57
Member Avatar for ashraf fawzy

Hi all.... I need to get the current opened menu Rect ( Left - Top - Width - Height ) I tried to use GetActiveWindow , GetForegroundWindow Functios , but for sorry it's only return the handle of window that contains opened menu. I hope to help me with that …

0
41
Member Avatar for lolfrist

hi there i'm new here. so btw i was given a challenge by my teacher to make a picture viewer. i was asked to use the following controls: 1.drive list box 2.dir list box 3.file list box 4.picture box 5.combo box the combo box should contain the following data: 1. …

Member Avatar for manoshailu
0
82
Member Avatar for ahmed elweshahy

syntax error in CREATE TABLE statement to create recordset i write the following statement: db.Execute "CREATE TABLE myTable(Sname text (10),Code number (5)) " is this statement true or false Please i want help thank you

Member Avatar for manoshailu
0
96
Member Avatar for tgifgemini

Hello everyone, I am using VB6 to generate a report in Excel but I am having a printing problem. I generated a spreadsheet using an access file. The data in the spreadsheet stretches all the way from Column A through S. When I print, columns A through M prints on …

0
58
Member Avatar for Mr.Wobbles

I need to filter the results from a database by year, and so far I have tried several different things, I will list a couple of examples below, I would like to use this one: [code] ServiceAndTeamContributionsBindingSource.Filter = String.Format("WHERE datePart('YYYY',BeginYear) <= '" & endDateBox.Text & "' AND datePart('YYYY',BeginYear) >= '" …

0
89
Member Avatar for t3hfr3ak

I know theres a menu button for it somewhere but i cant seem to remember how to do it. This is for my movie information Database (I dont know if any of you remember when I was asking about storing the data in a txt file. Well now I am …

Member Avatar for manoshailu
0
142
Member Avatar for bhavna_816

Hi, I’m trying to implement a search function within my C# Windows application to search within a datagrid. Basically I need to search the datagrid, using any key word, e.g. if "B" is typed, all entries with B in either is found and displayed in the datagrid. and this search …

Member Avatar for FunkeyMonkey
0
100
Member Avatar for pvozarkar

Hi all, I am using GetChunk() and AppendChunk() in Vb 6.0 methods to retirve the data from image fields in MS SQL 2000, I hav a question , weather the same Methods can be used for retriving or saving the data to the "Text or Numeric or Date " etc …

Member Avatar for pvozarkar
0
248
Member Avatar for apc641124
Member Avatar for QVeen72
0
26
Member Avatar for Catherine Green

I just got a new computer which has windows vista on it. My internet server is Piper which is not compatible with the new windows programme. The guy at piper said it was a common compatibilty problem with alot of software and the new vista programme. Should I just change …

Member Avatar for jbennet
0
275
Member Avatar for firehiwot

dear all i am new to this forum ,i was writing a vb code and i need to display a saved word or exell file on a comand clike, but it replies me file not found. but my code can open a notepad.if any one can tell me the right …

Member Avatar for QVeen72
0
99
Member Avatar for jatinder_44

hello, i want to create hlp file for the user ,If user click on help meu then ,i want to show hlp file to user which will be readable . how to open the File?

Member Avatar for QVeen72
0
66
Member Avatar for rocket1356

Anyone here know where I can get a tutorial on how to make an SSH client component for a vb6 app? For example, I downloaded a trial version of [url]http://www.djhd.com/onlinehelp/myssh/[/url] <- they are selling the component or activex for ssh connection to aLinux box. Thanks

0
59
Member Avatar for bryan110

Hi, I would like to use a timer with vb6 but i am not allowed to create an object timer with CreateObject. The main problem is i need to make a delay until the connection is successful. I tried sleep function but it seems it stopping everything. Please If you …

Member Avatar for brijlesh
0
344
Member Avatar for rocket1356

I am trying to work with MSAccess through the use of ADOBC with VB6. I am having trouble with modifying current values. I have 3 input text fields in the form. FCUIPADDRESS, MCASTIPADDRESSA, MCASTIPADDRESSB. The MCASTIPADDRESSA+B are associated with the FCUIPADDRESS. For example: 204.168.11.234, 192.168.1.1, 192.168.1.2 I also have the …

Member Avatar for AV Manoharan
0
268
Member Avatar for Naveed_Cn

Hi Everyone:* I am working on Database project using DAO. Now I got a problem in counting all the data from one Field:-/ . Please help Me in this problem. :confused: And Tell Me how can I get the total of any field by using SQL STATEMENT? Thanks In Advance

Member Avatar for AV Manoharan
0
82
Member Avatar for vodanh7x

i used visual studio 2003 ,i am newbie i Created a simple database access and link it below ,i want to use dataset and oledbapdater compare the input from textbox with username and password colums in file .mdb . [url]http://mkptrans-nt.com/BaiTapTn.mdb[/url] [B]interface drag drop [/B] [B][U]Login page :[/U][/B] [url]http://mkptrans-nt.com/pic1.JPG[/url] [B][U]Viewmark page …

Member Avatar for vodanh7x
0
143
Member Avatar for ndutz

hi, i am a newbie... would anybody please to tell me, how is the codes, to directly changing windows default printer, from within visualbasic code, without poping: windows select printer dialog box best regards ndutz

Member Avatar for choudhuryshouvi
0
100
Member Avatar for Naveed_Cn
Member Avatar for nadith_cs

wht's Visual studio 2005 team edition sp1; wht's visual studio 2005 .net (RTM) wht's better among those two;and wht's the newest plz help me...i wanna buy one of these

Member Avatar for Ancient Dragon
0
92
Member Avatar for lz300

I have created an app using Microsoft VB6, using error handlers in every sub and function (no errors generated). I created an executable, which runs fine on the machine that has VB6 installed on it, but the app does not run on my other box. I get "Run-time error '5': …

Member Avatar for DenisOxon
0
670

The End.