16,916 Topics

Member Avatar for
Member Avatar for jaasaria

hi guyz.. by the way im using crystal report 8.5 in my project. i have already a report but the report i have is to diplay the viewer.. i want it to automatically print it, without preview the viewer.. what code shall i used? shall i use crytal report? or …

Member Avatar for jaasaria
0
131
Member Avatar for minas1

Hi, I'm making a matrix class and I'm currently trying to overload some operators. [B] +=[/B] [code=C++]#ifndef MATRIX_H #define MATRIX_H #include <iostream> #include <ostream> #include <string> #include <sstream> class Matrix { Matrix& operator = (const Matrix &m); Matrix& operator += (const Matrix &m); public: Matrix(int x, int y); Matrix(Matrix &m); …

Member Avatar for minas1
0
722
Member Avatar for stan yost

When I enter a decimal into a field by the time it gets written to a recordset it has been changed to zero if the value is less than one and it is rounded up if the value is greater than one. Any suggestions?

Member Avatar for stan yost
0
135
Member Avatar for psycho007

Hi there I was wondering if anybody knew how to change the below code (which currently defaults to a MS Access database) to a mysql database. The below code is apart of a Caller ID software [code=vb6] Private Sub OpenDataBase() Set fo = New FileSystemObject Set wrk = CreateWorkspace("", "admin", …

Member Avatar for psycho007
0
128
Member Avatar for asaness

hi to all, i am a student, 2nd yr.college taking computer science, i want to learn about in coding in SQL except (SELECT, INSERT, UPDATE & DELETE). i just wanted to learn more complex and difficult coding, syntax, command and etc. please help me. thanks!

Member Avatar for jireh
0
98
Member Avatar for guest11

I am creating vb appliction in which there are 20 forms i want to create two command buttons named current and previous forms. Can anybody tell me how i can do this ? I want guide line. Thanks in advance regards

Member Avatar for jireh
0
115
Member Avatar for arasten

hi, i want to create a proxy program using vb6 to access restricted sites so could anyone teach me the code plz? i'd like u to write the code and teach me whats the purpose of each code. i'm looking forward for ur help. umm btw i dont really understand …

0
64
Member Avatar for khalidmehmoodaw

Hi all, you may download the code used in this problem at [url]http://www.thescarms.com/Downloads/InetFTP.zip[/url] The changed and updated version of this code may be found attached with this document. Here is the scenario: Can you fix this code to download the most recent file in a remote directory ? i mean …

Member Avatar for vponline
0
100
Member Avatar for lostandfound

Hi all, Can anybody help me out with the connectionstring for connecting VB6 to a Microsoft SQL Server 2005 Express Edition. I have tried several documented varieties which do not work. My latest attempt was a version from [URL="http://msdn.microsoft.com/en-us/library/bb264566(SQL.90).aspx"]this website[/URL]. I downloaded the application and associated files and changed the …

Member Avatar for lostandfound
0
217
Member Avatar for bruce_geo75

i would like to make a winamp plug-in.can any1 help me to show me the way how to write the code,please?? thanx.

Member Avatar for bruce_geo75
0
125
Member Avatar for carson myers

Okay, so I'm well read in VB and quite an avid VB programmer but I realize that programming in visual basic isn't very marketable and above all I only use it for fun. I wanted to move to C++ but noticed that it was a LOT harder, and worked completely …

Member Avatar for NotNull
0
116
Member Avatar for abhi_sri08

Hi, I want to use outputs from different forms of a project and save them into a single text file that could be from a module. Please suggest any tips on this. Abhishek

Member Avatar for Drycola
0
94
Member Avatar for juliusvogel

I need to do some calculations in VB and display the results of the calculation as a decimal number like 1.62. In my code several variables have the Dim Double and some have the Dim Currency. The result of the calculation is always shown as a scientific number with a …

Member Avatar for Drycola
0
170
Member Avatar for MichelaDee

Hi everyone, I'm a new programmer working on my first project. I am working on a program that I have migrated from dBase (1980's) into Access and Visual Basic .NET (2008). The program user conducts these Income Surveys in various towns in the region and enters various information from the …

Member Avatar for Teme64
0
93
Member Avatar for vw_eng

sorry for bad english. Did anyone have ever making a payroll project? can you guys help me by giving me a concept in payroll system?thx

Member Avatar for jireh
0
80
Member Avatar for ali32n70

Hello i want to Proccess a file or a argument in a vbexe file a argc in c++ exe files in pther hand i want to wite a program that be able to give a parameters when runing in command prompt thanx agine X27

Member Avatar for jireh
0
34
Member Avatar for master_mind187

Hello., i have sql server in my pc and i want to connect my visual basic form to my sql? how can i do that? what is the code i have to write in the modules? please help Thanx in advance...

Member Avatar for jireh
0
79
Member Avatar for bornok15

Anyone who coulf help me in loading listview items to another listview? i want to load items one by one using "selected" property and all items by using "For each" statement.. and also i want to know hoe to track down duplicates with 1 column as a basis.. anyone who …

Member Avatar for jaasaria
0
110
Member Avatar for doel.jangkrik

I have problem with datatypes. When I use the text datatype on SQL Express, I get "The data types text and nvarchar are incompatible in the equal to operator." error. Wwhen I set my variables to "varchar" or "nvarchar", I don't get an error, but my update command does not …

Member Avatar for dickersonka
0
91
Member Avatar for k8f1

Hi, I'm trying to finish a college project for tommorrow, but am having real problems with my code. Every time I try and run it, I get an error message saying 'Expected If'. I looked and looked at it, but can't for the life of me work out whatthe problem …

Member Avatar for vponline
0
164
Member Avatar for kimmi_dk

Hi All, Do anyone of you know how to decode CTCSS signal (67 Hz - 300 Hz) from input of soundcard I need to make some kind of filter so all sound under 60 Hz ond over 300 Hz is gone then decode the tone's there are 38 tones i …

0
65
Member Avatar for julseypart

Hi, i am trying to find a good final year project to do which is relevant to the modules im studying and course (bsc software development). I've thought of making an Online Backup Application / Manager which would facilitate the storing of files online with various other functions such as: …

Member Avatar for peter_budo
0
134
Member Avatar for MaxVK

Hello all, Id like to introduce myself: My name is Max, I'm from London in the UK, I'm 46 years old and I've worked in IT since starting with Assembler on a venerable Amiga 1000 all those years ago. Iv since developed in C, C++, Pascal (Delphi) and Visual Basic …

Member Avatar for jbennet
0
73
Member Avatar for k8f1

Hi, First of all I apologise because I think I'm in the wrong forum. This is a html/css question, but I wasn't sure where to post it. I'm trying to create a html page which allows the text to scroll without moving the background. I understand that I should probably …

Member Avatar for k8f1
0
96
Member Avatar for Danjb

Hey, This is my first time on a VB forum so this may well be a long post, as there are many questions I've been wanting to ask over the years - sorry! Oh yeah, and I'm using VB6. 1) Is there a way to make "global" variables - for …

Member Avatar for carson myers
0
121
Member Avatar for nagatron

hallo to all web masters and vb masters out there. I need your help in making my project in relation to VB and web link. Is it possible to detect all the links in a particular web page? I have a button "GO" then I have a 2 webpage "main.html" …

Member Avatar for ali32n70
0
101
Member Avatar for hamidreza2790

I want to call a .bat file with path: C:\x.bat , to run data file in path E:\xx.dat in [COLOR="Red"][B]VB[/B][/COLOR] The Application I am using in fact is a simulator, It means, I do need to prepare a separate data file . The application read the data file line by …

Member Avatar for ali32n70
0
97
Member Avatar for Zinando

Hello. I'm looking for a little help here. I need to extract file parts into a new file with a new format. I think the better way to explain it is to give an example: Extract line 3 column 2 from a group of files. The number of files can …

0
57
Member Avatar for shruti23

hi Sirs, i m using vb6 and acess2000, crystal report 9. i want to delete *.tmp files created due to crystal report 9. i want this in vb6 through coding. pls help me. these files are created on partition and of 0 bytes. so, pls help me its urgent. thanx …

Member Avatar for vponline
0
1K
Member Avatar for hamidreza2790

Hi I run a batch file by VB6. The bach file need to pass a text file and a string (such as abc). I used the following commands but I faced errors : Shell "n:\aa.bat " & "c:\a1.txt" & "abc " , vbNormalFocus Shell "n:\aa.bat " & " " & …

Member Avatar for bushman_222
0
188
Member Avatar for songkok

helo guys! i need some quick help... now i doing an internship and apparently i need to program a window application for my employer. at first i didnt think it was so bad because i already learned c++ in my university. But as i got deeper into the project, it …

Member Avatar for ddanbe
0
74
Member Avatar for guest11

Hi all, I am facing problem regarding screen resolution. I mean i make one project and its run and look nice in my PC screen but if i run the same app. in others PC then its create problem i am not able to see the controls on my app …

Member Avatar for bushman_222
0
101
Member Avatar for likurg

Hi all, what is a VB function that would enable me to name a bookmark to exactly match its contents? I've got a macro that defines bookmarks across a mailmerge document, the next step for me is to title them according to their values, which are unique. Also, what would …

0
45
Member Avatar for astroboy_x4

Hello, have anyone tried copying files from a remote server via FTP using VB Given: FTP Site FTP Password >>> the task is to copy files from the remote server to another machine thanks

Member Avatar for khalidmehmoodaw
0
180
Member Avatar for bryan110

Hi Everyone, I am looking for Secure Ftp ActiveX component in Vb6 to use it in a command line program. Please , if anybody have an idea how to get it free or how to create it. Thanks, Bryan.

Member Avatar for khalidmehmoodaw
0
135
Member Avatar for aclogics

I would like to create an application that would, after manipulating a text file, log on to a private FTP site and PUT that text file onto the server, and then logout. I have the code to manipulate my text file and make it ready for sending and I have …

Member Avatar for khalidmehmoodaw
0
114
Member Avatar for poilkjmnb

Please convert this code to Delphi to VB 6.0 const C1 = 43941; C2 = 16302; function BorlandEncrypt(const S: String; Key: Word): String; var I: byte; begin SetLength(Result,Length(S)); for I := 1 to Length(S) do begin Result[I] := char(byte(S[I]) xor (Key shr 8)); Key := (byte(Result[I]) + Key) * C1 …

0
91
Member Avatar for shitmitty

Hello My situation is: I have an excel file which i use as my template, and i want to place data from a list of .xls files. I want to be able to run a macro which prompts me with a list of files i have in the G:\MyFolder, and …

0
46
Member Avatar for neffness

I'm building a new database program using VB, I want to use the datetimepicker to do this: Show today's date on the datetimepicker, Show today's "to do" in a Text box (it would know it was today because it would be linked to the datetimepicker Then If I change the …

Member Avatar for neffness
0
114
Member Avatar for andyhopper

hey all, i keep having a problem using vb with an access database. anything i try to do with access brings up the same error message saying database format not recognised. any ideas what i need to do. thanks

Member Avatar for jbennet
0
141
Member Avatar for Nuella

I am looking forward to getting a car insurance policy source code to compare with the programme i have just written. Thanks in Advance

Member Avatar for debasisdas
0
89
Member Avatar for A H

Hello. I need to write a program that listen to the Comm Port. i.e. if any other program is sending Data to the comm Port, I need to read it as well. Can it be done using VB 6 ?

Member Avatar for debasisdas
0
43
Member Avatar for poilkjmnb

Hello Friends, Any body help me to convert the code delphi to vb6.0 ---------------------------------------------------------------- const C1 = 43941; C2 = 16302; function BorlandEncrypt(const S: String; Key: Word): String; var I: byte; begin SetLength(Result,Length(S)); for I := 1 to Length(S) do begin Result[I] := char(byte(S[I]) xor (Key shr 8)); Key := …

0
87
Member Avatar for benjaminbbozok

Hi All , it is my first post in this great forume , I am in a greate problem and i hope to find the solurion here , I created a datareport and used the (shape) object as a frame for each row in the report , my case is …

Member Avatar for benjaminbbozok
0
84
Member Avatar for ChroNoS

is it possible to insert a character say " " (space) after every 2 characters in a string? using this doesnt seem to work : [CODE] Dim s As String s = "010001000100" s = Mid(s, 1, 2) & " " & Mid(s, 4) MsgBox s [/CODE] it adds space …

Member Avatar for ChroNoS
0
119
Member Avatar for Entropy1024

I have a database working with VB6 and Jet. Everything works fine except that I now need the database to be accessed from a second machine on the network. It appears that only one person can be connected at a time to the database using Jet, is this correct? In …

Member Avatar for Entropy1024
0
122
Member Avatar for humbleade

hello every1, I am a college student and a new user on this forum just like I'm new to VB, please take it as if I know NOTHING about VB, I have VB 6.0 on my system, and I av a mini project to submit b4 February 20, 2009. I …

Member Avatar for potatochips
0
94
Member Avatar for accorpc

Alright folks...I'm new to this visual basic stuff, and to the site. I am working on an assignment for a class...it'll probably look pretty easy to the rest of you, but I just can't figure it out. What I need to do is take the information from the input box, …

Member Avatar for accorpc
0
138
Member Avatar for smile4evr

hw to add multiple conditions in a single update statement?? my project goes code like this... [code] If release.Enabled = True And nonosc.Enabled = True Then Dim rst12 As New Recordset Dim sql12 As String sql12 = "update Passport_Release_Information_N set Ename2='" & taker.Text & "' ,Any_ID1='" & takerid.Text & "' …

Member Avatar for AUGXIS
0
175
Member Avatar for nschessnerd

Hey i need a script to change the password of a user... i found some code: [code type=vb] strUser = InputBox("Enter username of user") strOU = InputBox("Enter domain where user's account resides") Set objUser = GetObject("LDAP://CN=" & strUser & ",OU=blah,DC=blah") objUser.SetPassword "password" MsgBox "Done!" [/code] but m not sure how …

0
59

The End.