16,916 Topics
![]() | |
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 … | |
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); … | |
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? | |
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", … | |
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! | |
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 | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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 | |
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 … | |
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 … | |
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 | |
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 | |
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... | |
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 … | |
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 … | |
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 … | |
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 … | |
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: … | |
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 … | |
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 … | |
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 … | |
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" … | |
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 … | |
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 … | |
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 … | |
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 " & " " & … | |
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 … | |
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 … | |
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 … | |
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 | |
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. | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
I am looking forward to getting a car insurance policy source code to compare with the programme i have just written. Thanks in Advance | |
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 ? | |
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 := … | |
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 … | |
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 … | |
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 … | |
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 … | |
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, … | |
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 & "' … | |
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 … |
The End.