16,916 Topics

Member Avatar for
Member Avatar for astroboy_x4

Hello Guys, has anyone already tried using "CGZipLibrary", I'm using one right now and I'm having some troubles about it... thanks

0
90
Member Avatar for Eld0

Hello, I got a french version of VB 6.0 installed on my pc. Is there a English language patch I can download? Not talking about the msdn but about the IDE. thanx in advance, Eld0

0
66
Member Avatar for grandfilth

I wish to password protect my worksheet. However, I have some Macros which have to unprotect the sheet in order to add a text box and then protect the sheet again. Is it possible to unprotect a password protected sheet?And then password protect it again after the object has been …

Member Avatar for mrmike
0
153
Member Avatar for robertlees

I would like to create a spell check facility. I have a huge flat file of words. This file has no cr/lf. How should I do this ? I think I want to read this file say 500 characters at a time. I'll store this data in a variable, adding …

Member Avatar for robertlees
0
265
Member Avatar for skalra63

i have the following code, however, the table that is created always starts at the begining of the document. so none of the text written beforehand can be seen. i also dont know how to write things after the table. [CODE]Private Sub wrd2() Dim c As Long Dim wrdApp As …

Member Avatar for skalra63
0
89
Member Avatar for Sinha's

Frens, I want to know that is there any way to change or access properties of msgbox. Plz mind that I am not talking about the properties found in the code editor. Special properties like it's size, backcolor, font style etc. Plz help me out. I will be very thankfull …

Member Avatar for Comatose
0
78
Member Avatar for softwarecaz

hello on some examples, if the user presses F1, the help file comes, how do i create a .help file, is there a components for that

Member Avatar for Kegtapper
0
98
Member Avatar for chancellor

I need to be able to preview a report in Landscape format. I've set all the margins etc to be landscape format. However, it still previews as portrait now that I've removed some of the fields. I've not yet tried to print the report. When I leave the other fields …

Member Avatar for chancellor
0
258
Member Avatar for niraj.ks

Hi, Can anyone guide me in implementing Vertcal and horizontal scroll bar in the Form in VB6.0. tnx in adv for bailing me out :) Niksi

Member Avatar for Sinha's
0
60
Member Avatar for Tester99

Hello, Could someone help me, I don't know how to build project with Visual C++ toolkit 2003, that project has made with [I]Visual Studio .NET 2003 or is this generally possible.....[/I] Any suggestions?

Member Avatar for WolfPack
0
236
Member Avatar for Roujin

HI all could anyone please tell me where i can find some public domain source codes for Visual C++ 1.52, I am trying to teach myself programming as i dont have the patience for classrooms and i thought that some sample codes would give me some practice. I have already …

Member Avatar for WolfPack
0
257
Member Avatar for Prahaai

1:) Please, how can i make Visual Basic 6 open a HTML file (with Iexplore, let's say), or one MP3 (with Media Player instead of Winamp, let's say), when i click a button? It is possible? I mean, for the HTML, i need the default program to open the file, …

Member Avatar for Comatose
0
225
Member Avatar for worms707

I have the following code This is the Point header file [code] #ifndef POINT_H #define POINT_H #include<string> using namespace std; //Class Point represents points in the Cartesian coordinate class Point{ protected: double xCoord, yCoord; //coordinates of the point string name; //name of the point public: Point(); //default constructor Point(double, double, …

Member Avatar for Bench
0
1K
Member Avatar for softwarecaz

hello i have been told that there is a different method of writing this, such as using if, then , else, i have tried it and am getting all sort, do i need to use, if else then, or if else, condition to get the same result, i don't want …

Member Avatar for George Jump
0
121
Member Avatar for savi_karthika

hello, I dont want my copy/paste to work when i am viewing my form. When I select a text and right click my mouse , I don't want either to copy or paste. how can i make it disabled.That is to clear clipboard

Member Avatar for Comatose
0
52
Member Avatar for dave1323

Hello I am new to csharp and am having some trouble with a projec that I am working on. I have a database(access) and am using a window form for a login page. The login is supposed to check a couple conditions and then return an int from the database …

Member Avatar for alc6379
0
119
Member Avatar for greatbear

At the beginning I found Python was very good at its data structures , concise code, and some strong aspects ! but it's very difficult to solve a program with higher speed than C++ and java ! I'm very confused ! could you tell me why do you choose Python …

Member Avatar for greatbear
0
98
Member Avatar for skalra63

i have a text box, which the user may enter cash for sales. however, it doesnt seem to recognise anything after a decimal point. for example, if the product costs £300.07, it will only calculate the change ( if any) or display an error message if the tender is 300 …

Member Avatar for Comatose
0
100
Member Avatar for ricardo182

Hi there, I'm new in this forum and i hope u guys can help me with this problem. I'm trying to install visual studio.net 2003. I've installed the internet information services as i was told. The thing is that when i put the cd, i'm asked to restart my pc …

0
113
Member Avatar for robertlees

I'm using VB6. I want to create a small app that sets the Marquee text, and wait time. I just want to avoid the drama of navigating through Control Panel / display / screen saver / settings. I often have to leave my computer, and would like to leave a …

Member Avatar for Comatose
0
114
Member Avatar for AhmedHan

My code :[CODE]int _tmain(int argc, _TCHAR* argv[]) { HINTERNET hInternet; BOOL bResult; hInternet = InternetOpen( (LPCTSTR) "NoAgent", (DWORD) INTERNET_OPEN_TYPE_DIRECT, (LPCTSTR) NULL, (LPCTSTR) NULL, (DWORD) INTERNET_FLAG_ASYNC); if (hInternet == NULL) { DebugTest("hInternet == NULL"); } DebugTest("Internet handle created!"); bResult = InternetCloseHandle((HINTERNET) hInternet); if (bResult == NULL) { DebugTest("InternetCloseHandle((HINTERNET) hInternet) == NULL"); …

Member Avatar for Salem
0
141
Member Avatar for Diode

Hello everyone, how are you? I have Visual Studio.NET 2003 and Windows XP Pro SP2. My Visual Studio.NET won't open ASP.NET projects because it says I don't have ASP.NET 1.1. It turns out that I used WindowsUpdate to manually get v 1.1.4322 and it still says it. I have the …

Member Avatar for muthu
0
138
Member Avatar for arka

Any one can tell me or send me how to produce an online inventry management system using vb. If anybody have a demo version of this project plz send me :) Arka

0
58
Member Avatar for jensun25

[B]Hi to everyone, :p I have a big problem, I have to complet this proyect in which I have two cars racing, on top I have a cronometer taking the time. Well I don`t know how to put the time made by each car in a text box or label …

0
51
Member Avatar for softwarecaz

Hello I have 3 frame, in each I have 3 option buttons, If the user enters option 1, it should make option 4 and option 7 not available If the user enters option 2, it should make option 5 and option 8 not available, but make rest of the option …

Member Avatar for Comatose
0
97
Member Avatar for Warden

I got a sirious problem . I need to build a little program , that will download a file from the internet and showing the download's progress on a progress bar or something . Now , a very good thing you can do for me ( since i am a …

Member Avatar for Comatose
0
152
Member Avatar for sandip.juit

hai, :cool: sandip :confused: needs your help, subroutine for the aray of 10 command buttons as chosen in calculator project which shall return the level values assigned to it :!:

Member Avatar for Comatose
0
81
Member Avatar for ritud

Hi guys n Gals! I am facing a stupid problem in VB6 and not able to sort it out. Your help needed urgently. When i open the project system gives error loading from .log files and when i run it using F5 then for some inbuilt functions like date, time, …

Member Avatar for Comatose
0
81
Member Avatar for pttuyen

I set my access database with password is 123. I wrote VB code to connect to this database: Dim db as Database set db = OpenDatabase("C:\data\db1.mdb", false, false, " ;PWD=123") Get a error: Couldn't find installable ISAM. Please some one help me.

0
62
Member Avatar for smazherhq

Hey guys, please help me, i m willing to implement SIP in my university project, the project is targetted to voice communication over network but the problem is, i m not an expert of VC but have sound programming knowledge in Actionscript and ASP.Net(VB.net) , so please guide me as …

Member Avatar for Ancient Dragon
0
81
Member Avatar for jto

when i am using a data array and taking the character one by one in each array and inserting in to a table using codes but when i am getting inverted comma it is giving an error massage ' is any other method to convert text in database

Member Avatar for jto
0
150
Member Avatar for asnairwin

to start with c++, I got to know what is required to be added for starting c++ builder in a system where visual studio is installed

Member Avatar for Narue
0
70
Member Avatar for skalra63

one of my forms, when anything is done to it (opened saved etc) shows an error message. here is an image of the error message. anyone able to shed any light on this?

Member Avatar for skalra63
0
66
Member Avatar for BirdByte

I'm unable to format the date fields when I export from Access 2000. I'm trying to generate a report that has to be comma delimited, strings in quotations, and date as mm/dd/yyyy. Everything looks the way it should until I export. I get mm/dd/yyyy 0:00:00 everytime. There are several tables …

Member Avatar for Comatose
0
121
Member Avatar for kevjeffers

I need help. Here is the homework problem: Write the definitions of the functions to implement the operators defined for the class dateType. Here's my code: Header: [CODE]#ifndef dateSType_H #define dateSType_H //dateType name changed to dateSType class dateSType { public: // ************ Mutators follow ************ void setMM(int month); //Function to …

Member Avatar for kevjeffers
0
107
Member Avatar for k_en

I am quite confuse between Visual Basic 6 & VB.net. Can someone please explain what is the different between these 2? I have some comment from my friend saying it is better to learn VB.net than VB since i am a beginner. Is the VB refer to visual basic 6 …

Member Avatar for zmind
0
163
Member Avatar for ukwa

Hi guys, Does any one have any ideas as to how I could accomplish this: Specification (draft) 1) To calculate a running total of flexible working hours and show it in calendar view based on a reference calendar which is on server in "Public Folders" with a name "Standard Working …

0
57
Member Avatar for Sin_Thetic

i have a quick question about visual basic i have to create a macro to prompt to save as, then save the file, then close the document using one keystroke (Alt-E) im sure its simple, but im missing an important line of code somewhere... any assistance is much apreciated, thanks.

0
36
Member Avatar for chancellor

I'm converting from MS Access 2000 database to a Visual Basic front end with Microsoft Access back end. In MS Access, I can give a text box a default value. For instance, I'd like a text box to default to the system date. I can't seem to find a way …

Member Avatar for Comatose
0
101
Member Avatar for carryyb

Dear everyone; I am after a function, which could work out the inverse of a letter: Dim a as string a b c d e f A = F E D C B A Now the inverse would be F E D C B A The inverse is worked out …

Member Avatar for Comatose
0
101
Member Avatar for softwarecaz

Hello can anyone please help, I have started the assignments, but am a little confused, what i need is 9 option buttons: at the buttom i have enclosed the code i have written please have a look and please help, If the user enters option 1, it should make option …

Member Avatar for softwarecaz
0
205
Member Avatar for babi

Hello, I'm quite new to programming, making my first steps in Visual Studio.NET. I'm trying to develop a simple windows aplication that displays text in the desktop/foreground whatever is running on the computer. What would be an easy way to do it. My main difficultie here is to know how …

Member Avatar for Lord Soth
0
121
Member Avatar for mallyajiggs

How can i Transfer a Particular Record from 1 Data Base to another.. i am using ADODC control and MS..Access database

Member Avatar for Comatose
0
63
Member Avatar for sandip.juit
Member Avatar for Comatose
0
73
Member Avatar for Phenomena

I recently started to create a tag editor/creator for the game halo. It wasnt till just now that I have no idea how to read and write data from files. :rolleyes: so my question is: how could i open a file with the common dialog, and have it automatically display …

Member Avatar for Comatose
0
118
Member Avatar for s0312001

Hi guys, can anybody tell me how to add a log file??? when the user finishes using the application I need, the info that is recorded in the textbox to be saved in a log file, on the desktop. :rolleyes:

Member Avatar for s0312001
0
89
Member Avatar for letmec

Hello, I am using VB6.0 and crystal report8.5. my problem is that my report is not behaving dynamically. Iam using MS-ACCESS database. Some of my may help you figure out. [CODE]Dim conn As ADODB.Connection 'CONNECTION TO BROKER QUERIES Dim rs As ADODB.Recordset 'HOLDS ALL DATA RETURNED FROM QUERY Dim crystal …

Member Avatar for aparnesh
0
107
Member Avatar for pattyandme

I am looking for some colabrative help in developing an RPG gaming enviroment for the internet (Shareware). There are alot of "MUD" programs but this is not a "MUD" The Concept is a multi-player Game Chat enviroment with tools for playing the RPG as if the RPG were A LIVE …

0
76
Member Avatar for carryyb

Hello Can I get 20 pictures opened from visual basics, for example I have a list box with the name of the pictures, unfortunately I cannot open none of them, can someone please send me some code, all I want to do is have a right and left arrow, and …

Member Avatar for pattyandme
0
192
Member Avatar for softwarecaz

Hello. I am doing one of my final year assignments; I have done most of the assignment, but am a little confused on some part of the code, as you may be aware I cannot put the code on line due to other students having a look. I would really …

Member Avatar for Comatose
0
136

The End.