vba x 200

12,155 Topics

Member Avatar for
Member Avatar for Rabbz

I'm making a login in system using one notepad document to store the usernames and passwords. I was wondering if somebody could help me do this as at the moment I'm struggling to get it to match the username to the correct password. For example: On the first line of …

Member Avatar for abu taher
0
107
Member Avatar for applejack

i'm using vb6 application and i've create a graph by using msgraph .. the problem is ... can i save the graph into picture file (jpeg, bitmap) can anyone help me?

0
47
Member Avatar for muzaffardange

Hi I m facing this "runtime error '429' Activex Component can not found" problem while I am doing a setup of my own created software in vb6. Please tell me the solution to resolve the problem. Thanking You!

Member Avatar for selvaganapathy
0
40
Member Avatar for ruby.n

Hi Im new to VB. I am looking to write a basic code to do the following: when a button is clicked, a valve has to close, after 5 seconds it has to open. This should be done 5 time, for every click. Please help! Thanks...

Member Avatar for ruby.n
0
103
Member Avatar for dinilkarun

Hi friends.... I am using SS Tab in my form. There are 4 tabs in total. The user needs to enter a text provided on tab1 and then go to tab2. If the user clicks on tab2 without entering text in the textbox, a message box should be shown to …

Member Avatar for dinilkarun
0
150
Member Avatar for blacknight03

Hello, I am trying to get back into programming I took it way back in high school and I am to say the least I am a little rusty. I can’t find the type of program that I want so I thought that I would make it and it has …

Member Avatar for venkatramasamy
0
121
Member Avatar for emk4

Hi, i've a problem about load and parse a large array block on my dictionary-like app. My app will load mytext.db to its array. App users entered specific text to txtIn, press cmdSearch and get the translated ones. The main issue is scanning speed, load array speed and match input …

Member Avatar for emk4
0
168
Member Avatar for pardeep3dec

Hi friends, I am unable to declaring variable which can used from any form in a particular project.

Member Avatar for venkatramasamy
0
88
Member Avatar for efemena

hi every one i am working on a network monitor in vb6 i need help on how to view desktop of clients on the network, i have completed the software but i want to add this module dat can monitor other desktop remotely. any guideline would be appreciated.

Member Avatar for Drycola
0
98
Member Avatar for bprabhumdu

Hi friends, in my vb project , hindi font doesn't set . i download the mangal font from internet and paste it in a c:windows/font folder........but it resemble like a unknown symbol... any help will be appreciated .... waititng for ur reply

Member Avatar for Drycola
0
127
Member Avatar for smile4evr

hi... im finding an error in the following statement... here department is my database name... n deptid n deptname is the name of the fields on the form... when i run the form it shows "No value given for one or more parameters." [code]sql = "INSERT INTO Department(Department_ID,Department_name)VALUES(deptid,Text2)"[/code] please help …

Member Avatar for Jx_Man
0
82
Member Avatar for acerdafpz

Hi guys.... hope someone here could help me, im creating a program connected with a database (i used MS access) the i want to add a search function on it... any of you guys could share some codes that i could use as reference would be greatly appreciated... you can …

Member Avatar for abu taher
0
91
Member Avatar for rapperhuj

How can i read an input from parallel port... example a switch. if i switch it on my program will say that i turned on the switch.. vice versa.. other suggestions.. thanks for the help

Member Avatar for acerdafpz
0
78
Member Avatar for TrevorDawes

Hi, I am really struggling with this one. I want to open the port in form1 but also be able to access the port from another form. Is this possible. If yes, please guide me. Thanks to all. Regards Trevor

Member Avatar for TrevorDawes
0
92
Member Avatar for hawisme000

can any1 please help me on a step by step coding on how i can do this? i can understands the codes i see when i googled it pls help me i really need to know this within 24hrs.. also if any1 have a sample VB project can u pls …

0
79
Member Avatar for kiran043953644

is it possible to develope ivrs in vb6.0. if yes then plz guide me

0
46
Member Avatar for rapperhuj

hi sir/mam, i have a school projects called tachometer cycle reader with VB program i want to read tachometer's cycle per minute i know how to output from parallel port but i dont know how to read an input or declare an input code.. to read the sensor analog signal.. …

0
80
Member Avatar for Member #405263

Alright I am totally new to Visual Basic and might have just shot myself in the foot agreeing to do this class! Our first project is due tomorrow and not only has my book still not arrived but I was violently ill the past few days and missed class! (Senior …

Member Avatar for silambharasan
0
101
Member Avatar for salahuddin_1988

I want to download MSDN for VB 6.0, From where can I? Regards, Engineer Jokhio Salahuddin Kohistani, Bachelor Of Engineering 2nd Year 4th term Department of Computer Systems & Software Engineering Institute of information & Communication Technologies Mehran University of Engineering & Technology, Jamshoro, Sindh Pakistan.

Member Avatar for debasisdas
0
138
Member Avatar for kiran043953644

hi i m trying to develope telephone equiry system in vb6.0. plz tell me how can i connect my system with phone .

Member Avatar for debasisdas
0
58
Member Avatar for smile4evr

Im not able to run my program witht the following code! [ICODE] Dim rst As ADODB.Recordset Dim sql1 As String sql1 = "insert into Passport_Release VALUES('0259','14/09/2008','returned')" CN.Execute sql1 As Recordset [/ICODE] instead of the last statement i even tried CN.Execute sql1 alone.... but nothing is working... i doubt if error …

Member Avatar for Jx_Man
0
112
Member Avatar for smile4evr

i have made a sstab with three tabs... i want to know that if i hv to assign different funtions like only one tab should be active for one user at a time where as the other should be disabled... please help soon... very urgent

Member Avatar for GaryOC
0
271
Member Avatar for pardeep3dec

Hi friends, I have problem of selecting recordset between a specified date. I am giving my coding detail below. I took a field in Ms Access table table name-travel fieldname - doj datatyoe - Text and vbcoding dim db as new adodb.connection dim rc as new adodb.recordset db.open"Provider=Microsoft.Jet.OLEDB.4.0; Data Source='d:\tmgmt.mdb'" …

Member Avatar for GaryOC
0
169
Member Avatar for ferol05

Help Badly needed here! I am trying to find a macro that will do the following: Copy the value of a cell M6 for all worksheets in a workbook, and paste them to a new workbook but the cell value for each worksheet of the original workbook should be pasted …

Member Avatar for slurpee55
0
158
Member Avatar for Bhatti302

[code]Hello to all Masters, I have a problime in the database programming. i am using a Access DATABASE file in the VB6.0 Project. in this project i am creating a veriable such as " Dim s as new ABODB.Connection. but when i run the project it create an ERROR at …

Member Avatar for hakimkal
0
283
Member Avatar for jem00

[CODE]Call CheckLetter(char, letter)[/CODE] What I am trying to do above is send the string char to the procedure CheckLetter, and from CheckLetter I am trying to retrieve letter. How do I do this? All the code from my project. [CODE]Dim Alphabet(0 To 25) As String Dim codeword, wordtoencrypt As String …

Member Avatar for Teme64
0
122
Member Avatar for showstopper2007

how to create reports in which you can see all the NEW members in the current month data report i am using data1 to access records.

Member Avatar for venkatramasamy
0
54
Member Avatar for pardeep3dec

Hi friends, my query not worked. rc.open"select * from travel doj between #"& doj.text &"# AND #"& doj1.text &"#; suppose doj.text=01/09/2008 doj1.text=22/09/2008 but it shows july records also.

Member Avatar for venkatramasamy
0
81
Member Avatar for showstopper2007

this is my first project n i need help in displaying images in imagebox this is the code to display the code which i am using to display images in imagebox Image1.Picture = LoadPicture("C:\images\" & Text3.Text & ".jpg") '<<this works fine>> in the above code the location is C:\images\ , …

Member Avatar for dickersonka
0
121
Member Avatar for asdengler

I'm working with Visual Studio.net and Access 2002 to build an interface to add, edit and delete records in the database. Eventually, I'd like to build a web page to be able to view the data. Currently, I'm trying to search for a particular record in the database using a …

Member Avatar for asdengler
0
314
Member Avatar for dougp01

Hi, I've been doing the computer thing since DOS 2.1. As a result I've been exposed to a lot of history. I really learned programming way back with basica and pascal and have since moved into web publishing as a sideline and hope to begin with NI Labview soon in …

Member Avatar for sittas87
0
57
Member Avatar for rathor0407

Hi everyone, I am developing one tool for inventory management. In which whenever I issue any thing i have to send the mail to that user. I am using asp and vb script to develop this tool. help me please. thanx in advance

0
50
Member Avatar for jem00

Hey guys, I'm trying to send an array as a parameter and it is not working.... I have set it to passed by reference in my sub. Visual Basic says: "Compile error: Type mismatch: array or user-defined type expected" How may i solve this problem? Yours words of wisdom are …

Member Avatar for jem00
0
160
Member Avatar for hazee

Is there any way to scroll Datagrid on timer basis. Let say there are plenty of records which can not be shown in one screen. An auto scroll should start after 5 seconds and scroll till the last record and all the users . This is to display the records …

0
50
Member Avatar for ma-vi

Hi! :) Im developing an application with visual basic 6.0 for front end and MS SQL 2000 for backend. I've been trying to create a data grid but the error above keep showing up. I wonder what's wrong with the code (since it was system generated I tought it would …

Member Avatar for selvaganapathy
0
246
Member Avatar for psychi_beavis

HI im new here, i would like to ask the code for generating words in random letters.. i have a 5x5 dimension of textboxes, each textbox is randomizing as the button1 was clicked,how am i supposed to generate words with the given random letters??pls help me , teach me the …

Member Avatar for psychi_beavis
0
97
Member Avatar for imagetvr

Hello I am using windows XP I need a small programme in Visual basic 6 with Access 2000 I have two tables for example one table named student other table named section In student table rno is primary key. In section table Rollno is primary key Both tables have datas, …

Member Avatar for K.Vanlalliana
0
152
Member Avatar for pardeep3dec

Hi friends, I took a date picker control on form but it is not showing current date. Is there any way except this datepicker1.value=date ?

Member Avatar for K.Vanlalliana
0
151
Member Avatar for jnanj

hi..im really new here.. im looking for resources that may help me finish my thesis project.. im presently creating a Student information System and im having problems in generating statistical reports especilly because my panel wants it to generate graphical reports on its statistics...plssss help me.. im really desperate to …

Member Avatar for GaryOC
0
100
Member Avatar for jessieminimo12

I'm on developing a project regarding Random access(Hashing function), specifically in Folding. Now my problem is, if i enter a key values, how can i isolate each single values for me to control it. for example: i enter key value 12345 i need to choose the 2nd entry which is …

Member Avatar for GaryOC
0
152
Member Avatar for shakuN

Hi, A newbie to VB6, I have to plot a graph using the picturebox control. I have drawn the 3 line graphs using the "Line" method and using relevant data. I have to shade the triangular portion marked "X" ( resulting from the lines B & C crossing the line …

Member Avatar for shakuN
0
181
Member Avatar for rajeshkhanna_in

[B][/B]Please help me out with this. Crystal reports entertains the MEMO field from ACCESS in three ways (uninterpreted, RTFText and HTMLText). Is there a way in which I can print the object in the MEMO field because I have the tables and diagrams in this field. and they don't print …

0
69
Member Avatar for stupidenator

Hello Everyone, I am having some trouble with a VBA application I am writing for work. I am using ADODB to connect to an Oracle database and return and I want to return a 2-D array from my function. The problem I am having seems to be determining how big …

Member Avatar for stupidenator
0
226
Member Avatar for prateekprashar

Hi, i am using VB6 with Access databse after a long time and have forgotten some syntax. I am using ADODC connection (the dirty method) wherein one makes a connection using ADODC component and setting its properties (ODBC and selecting table/ query). I need to display the fields of a …

Member Avatar for selvaganapathy
0
104
Member Avatar for rapture

Hi all, I'm stuck - it might be easy but I don't work with VB6 much. I have a form that is open and has a button on it which opens a second form overtop of it. when the second form opens it locks the first form. Upon exit from …

Member Avatar for rapture
0
107
Member Avatar for MelechM

Ok I have Visual C++ 2008 and I made a new project and made an app. It's a basic window with a menu, icon, etc. Now I have the following program for instance: [code] #include <iostream> #include <math.h> using namespace std; int main() { char answer; float c, e, x, …

Member Avatar for MelechM
0
133
Member Avatar for rajeshkhanna_in

[B][/B]Hi all, I have developed a software which is basically is Question Paper Maker. For the questions and answers to be saved I have used access database with MEMO field. Now the entire software is ready and the reports seem to be printing fine on the screen as long as …

0
74
Member Avatar for pardeep3dec

Hi friends, I am unable to fetch out correct result on date base. I am writing following code for fetching all records of a table between two dates. db.execute"select * from travel where doj between '"& doj.text &"' AND '"& doj1.text &"';" but above query can't give record between specified …

Member Avatar for AUGXIS
0
111
Member Avatar for Agrawal_rakesh
Member Avatar for nschessnerd

Hey i have a program running on a server that eats a lot of the processor. How can i see how much (%of processor) it is currently using similar to task manager? i only need it for one process.

0
77

The End.