11,869 Topics

Member Avatar for
Member Avatar for r_k46211

Hi, I have a computer that has Win-2003 and SQL Server 2005 Installed. I checked my client and server both are giving the response to each other using ping their address. I created a string as: ---------------------------------------------------- Public conn As New ADODB.Connection Public rs As New ADODB.Recordset Sub main() Set …

Member Avatar for AndreRet
0
128
Member Avatar for adamsn

hi all i am using VB6 and is writing a code for a maths project. learners have to enter an answer into a textbox and press enter to mark the given answer. i am currently using a command button to mark the answer, but it is time consuming. the idea …

Member Avatar for adamsn
0
138
Member Avatar for samira1993

Create an application that will predict the approximate size of a population organisms. The user should select or enter the starting number of organisms in a combo box, enter the average daily population increase (as a percentage) in a text box and select or enter the number of days the …

Member Avatar for AndreRet
-1
127
Member Avatar for ivankenny

Call List3.AddItem(txtname & vbTab & txtamount & vbTab & txtqan & _vbTab & Format$(ans, "Currency")) need help need to align the text the keep displaying like this: toy car 1 $3.00 $3.00 card board box1 $0.50 $0.50 remote control car 1 $3.00 $3.00 cart 1 1 $1.00 $1.00 this is …

Member Avatar for vb5prgrmr
0
324
Member Avatar for Vineeth K

Hello friends i made a small program like a scanner it will scan an image file to a Rich Text Box. My friend helped me in providing the code to access the pixels of an image.Hope you will like the code. Try it .... This need : Reference files : …

Member Avatar for Riju Thomas
0
332
Member Avatar for samira1993

Create an application that will predict the approximate size of a population organisms. The user should select or enter the starting number of organisms in a combo box, enter the average daily population increase (as a percentage) in a text box and select or enter the number of days the …

Member Avatar for ithelp
0
401
Member Avatar for abu taher

I select a month from a combobox and type the year in maskeditbox then press a button to show the report. 1st the report show. when I select another month to show again the report then show a error msg: [CODE]run-time error 3705 operation is not allowed when the object …

Member Avatar for abu taher
0
314
Member Avatar for jusmas

Hi all, I need a VB6 program which will be kept resident in windows and monitoring the PrintScreen key. Please let me know how can I do this. I appreciate if you can provide any code samples if you have any. The idea is that to track the prtSc key …

Member Avatar for vb5prgrmr
0
69
Member Avatar for Jx_Man

This is code for Encrypt and Decrypt. this a simple logic of encryption. Please leave comment or feedback if this code helps you. Thanks. Jery. :) the encrypt function place in a module. This Code needed : 1 Module 1 combo box (For input before encryption) text1 in this program …

Member Avatar for MATRIX123456
2
1K
Member Avatar for Lida_pink

How can I get the sum of the numbers of only one textbox? For example text1.text= 1367 How to get the sum of this 4 digit number? I appreciate your assistance in advance. Lida

Member Avatar for Lida_pink
0
723
Member Avatar for eppitis1

hello,i have a database.mdb and i want all the fields of the database to be showed in the datagrid.i have an adodb connection and i do not want to use a flexgrid.how can i do this?[CODE] Private Sub Form_Load() Dim sDate As Date Dim eDate As Date sDate = #6/15/2009 …

Member Avatar for AndreRet
0
120
Member Avatar for fej04cool
Member Avatar for AndreRet
0
60
Member Avatar for Domus BRASIL

Hello, I represent a company developing software in Brazil. I wonder why my program (VB6) reading a number stored in the notepad, it reads the decimal number. for example if the value is stored 30.5 will display the value in textbox 305 how to make it understand the point. Thanks

Member Avatar for AndreRet
-1
160
Member Avatar for stoymigo

Hi , i there is VB 6 app that our client has which must be converted to VB.NET/C# . The application is a database application and application logic is stored in VB6 code and about 8 stored procedures. There is a Test environment and there is a Production environment which …

Member Avatar for stoymigo
0
268
Member Avatar for mistersam

Hi everyone, im working on my final year project which is Internet Remote Control using microcontroller and an embedded ethernet board to control home devices for example... The idea is to build a web application which will allow the owner of the house to log in and use the web …

Member Avatar for jomanlk
0
64
Member Avatar for Lida_pink

How can I check whether the first and last letter of a string are same or not? And if yes, a message should be shown using MsgBox. Thanks in advance, Lida

Member Avatar for vb5prgrmr
0
132
Member Avatar for manisha_v

hey all... i m in 5th sem engg ....currently i hve undertaken a project under indian army which is like creating a database software for them.....frontend is vb6 and sql....i need ur hlp in the search and view option..... for the search option i need codes to search from the …

Member Avatar for manisha_v
0
115
Member Avatar for duliprb

I am asterisk expert. but I have a problem. one of my customer requested to get an incoming call extension to notepad text document. as far as I didn't use Visual Basic .net as visual basic 6.0 and I dont have a budjet to go for a big solution. because …

0
73
Member Avatar for Tupp128

Can someone help me develope this program Design, document and implement a Visual Basic conversion application that will permit the following : • Enter a value • The user should be able to select one of the following options : o Convert from Fahrenheit to Celsius (temperature) o Convert from …

Member Avatar for Tupp128
0
103
Member Avatar for sudhir kannan

Set RS = DB.OpenRecordset("Select A8,A9 from A_A WHERE A3='" & Trim(RSB.Fields(0)) & "' AND A1='" & Month("01") & "' ORDER BY A1")

0
52
Member Avatar for nareshkumar131
Member Avatar for vb5prgrmr
0
56
Member Avatar for Zooker

The error occured in this program after I changed to option explicit and got rid of all the dollar signs and percent signs and switched to 10 or 12 character variables as showed in MSB Exaples!! Public Sub CreateDir() Drv = App.Path ChDir Drv Select Case intRegg Case 1 Message …

Member Avatar for vb5prgrmr
0
367
Member Avatar for Israelsimba

i have been using adodc for searching for a client's details using the client number, but it would give me inexpected errors and bomb out of my programme. i have then resorted to searching using sql. the following code gives me this error::: [I][U]no value given for one or more …

Member Avatar for AndreRet
0
147
Member Avatar for AhmedAltigani

Please if any one knows how to change the default printer on control pannel-printer and fax permenantly, means when I go out from My VB6 program the default printer I set still as default one. Thanks and best regards

Member Avatar for vb5prgrmr
0
231
Member Avatar for JLynn

Hello, I am having a strange error when I try to delete my old charts in my excel workbook. Below is the code I am using to try to get the Workbooks property to work: [CODE] Sub Selecting_Charts() Workbooks("Op 70.xls").Activate Sheets("Charts").Select Workbooks("Op 70.xls").Charts.Select 'Error here! End Sub [/CODE] I keep …

Member Avatar for Jupiter 2
0
180
Member Avatar for Quath217

I have an Add-In for Excel 2007 (can't post the code here unfortunately) and in some instances, when the user makes a certain change within the Add-In then closes Excel 2007, they are prompted to enter the password for the VB code within the Add-In. The password prompt dialog can …

0
149
Member Avatar for 4ukh

dear experts, how to compare two different columns to check that whether the values in the cell are same or different using excel 2007... thanks in advance, 4ukh

Member Avatar for 4ukh
0
106
Member Avatar for bk_yogeshvaidya

I am using railway reservation project. I am using for passenger Reservation Train_No,Boogie_no,Seat_No. I have problem with While Selecting Same Train_No,Boogie_no,Seat_No from two Pc's. It gives error duplicate values. What I will do When Two user selecting same values simultaneously. Please Suggest me Idea for this Project. I am Using …

Member Avatar for ramulal
0
139
Member Avatar for OldQBasicer

I want tu use more than one form in my project and be able to code a button or something that will do that. I tried this on Form1 and it worked. [CODE]Public Class Form1 Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click 'Goes from this …

Member Avatar for vb5prgrmr
0
124
Member Avatar for mimi8469

hello every1, am doin my final yr dissertation on cd database ( audio cd and mp3 cd). I'm to develop something similar to media player. My software should be able to copy cds and save on computer. user should b able to search 4 a specific song and play it. …

Member Avatar for vb5prgrmr
0
242
Member Avatar for BeeS

VB6 main app that starts multiple copies of one activex exe. using createobject and thread per object. need to communicate with the activex exe from the main app to start and to monitor progress. very low communications rate so communications speed is NOT a problem. need withevents to Dim it. …

Member Avatar for vb5prgrmr
0
140
Member Avatar for tomafik

I want to write a program that mainly use voice commands but I don't know how can I get vb6 voice commands. would you help me?

Member Avatar for vb5prgrmr
0
378
Member Avatar for abu taher

after complete all process when I press finish then show a msg: "unexpected error number 70 has occured: permission dinied." what I need to do.

Member Avatar for vb5prgrmr
0
91
Member Avatar for OldQBasicer

New to VB and using Visual Studio 2008. Trying to declare variables and arrays that can be used outside a specific procedure. I want to make the variable universally available within the program. I think I know how to do the declaration, I just can't find where in the code …

Member Avatar for SCBWV
0
91
Member Avatar for Samuel Yiau

HI All, I am new to VBA and I got a very simple question: I have a column of data and some of them are useless, I only need the data of cell 1,3,6,9,12 and so on....and the rest of cell need to be deleted and shifted up so that …

0
45
Member Avatar for phpbeginners
Member Avatar for phpbeginners
0
565
Member Avatar for pt0909

do you have any good web site for how to develop reports in vs2003. I have a procedure ready in oracle.. What to do nex?? Pl. help Thaks

0
77
Member Avatar for kcasmir

Hi, I want to generate an unpredictable random integer number but i dont know how. Below is my function to generate between (1 to 8)which keeps returning '6' on first run which is predicted and also, i dont want the numbers to repeat itself. Private Function RandomIt(Hv As long, Lv …

Member Avatar for kcasmir
0
107
Member Avatar for ipodkilla

hey im a freshmen in hightschool and i need to learn to code, i was hoping some one could tell me the the [COLOR="Green"]visuial basic [/COLOR]version of this [COLOR="Red"].NET [/COLOR]codeing and i know i made a few mestakes Dim Name As String Console.WriteLine("your name here" {} ) Dim Name As …

Member Avatar for ipodkilla
0
143
Member Avatar for dawn10

Hi all, I have the following macro to open an email template and edit the recepients. So far i could only open the email template from a .oft file stored on my local drive. Could you advise how to open it directly from a web link? I tried to replace …

0
54
Member Avatar for rhenerlau

This code is to split a Microsoft Access database and re-connect it on launch so that you can use Access on a multi user network...After Splitting the database manually, place the following code in the form that launches when the database is launched...

Member Avatar for azadohy
-3
247
Member Avatar for Your_mum

Hi, I am trying to learn C++, and to a certain extent, yeah, it's going alright so far. but I keep getting problems with header files and the like, so I would be really grateful if you guys could help me out. 1) Can't: #include "stdafx.h" - fatal error:file or …

Member Avatar for Your_mum
0
184
Member Avatar for ravikatare

Hi, I am new user of VB & Excel Programming, so i need some study material & site reference for getting materrial Please Help Me [email]ravialwayssmile@gmail.com[/email]

Member Avatar for AndreRet
0
106
Member Avatar for coollife

In my combo box i have kannada words like karnataka kerala mandya mysore kannada something like this , On key press event of combo box if ka (kannada alphabet is pressed) it should list the karnataka or whichever matches the word how to do this

Member Avatar for AndreRet
0
319
Member Avatar for PoisonedHeart

Hi guys, good day, just want to ask if there's a function that determines the number of days in a month, In a Roman Calendar, the days in a month are either 30 or 31, but if it's a leap year(every 4 years) the month of February is 29 instead …

Member Avatar for elkhartlynn
0
158
Member Avatar for Ghost34

im just wondering if anyone cold send me an example of how to put upload and browse picture in vb 6.0 with database access 97

Member Avatar for debasisdas
0
104
Member Avatar for Israelsimba

Hello All. i have just finished coding a small subscriptions project for a magazine. My main challenge now is the package is supposed to send emails to subscribers notifying them if their days are due. email notifications are supposed to be sent to clients telling them of the status of …

Member Avatar for debasisdas
0
113
Member Avatar for Afi83

Hi there I have an application in VB6 I want to use Crystal report (8.5) for reporting. In my application I have a ability to archive part of my database. Then I want to change my database location based on my database name. In my report I have subreport then …

0
78
Member Avatar for kcasmir

I want to populate my msflexgrid with lots of data from a database and it takes seconds for the process to complete. In that case, i need to include a progress bar that shows the progress of the process above and i do not know the code that will simultaneously …

Member Avatar for ImMoRtAl-
0
209
Member Avatar for abu taher

if I write 500 in a textbox then a label.caption show "Profit". If I write -500 the the label.caption show Loss. I write code[CODE]If Format(Text1, "0000000") Then Label1.Caption = "Profit"[/CODE] but for -500 what I need to write?

Member Avatar for Vineeth K
0
130

The End.