16,916 Topics

Member Avatar for
Member Avatar for smile4evr

hi every1... i hv a doubt in updating my date... i hv a textbox asking for the number of days(days1).... n a dtpicker1 that should show the date after the number of days(days1) from the date the form is run and submitted.... there is a lable today that takes the …

Member Avatar for smile4evr
0
112
Member Avatar for Tekito

I have created a class module, and my program creates many instances of the class. Each object has a lot of data, and I want to be able to create a new instance that is a copy of an existing instance. I can't figure out a automatic way to do …

Member Avatar for Tekito
0
711
Member Avatar for anilvc31

Dear friends I am electrical engineer of 54 yr age. Recently, I have developed interest in vb6. Vb.net is too complex for me to understand. At present I am trying to develop a software in which family details are to entered. family.mdb is having tables, name, place & family. To …

Member Avatar for jireh
0
1K
Member Avatar for sai.baranidhara

Hi, I am using an excel sheet containing around 200 records and linking it to my MS-Access database through the Link Table option available in MS-Access. But I need to change it everytime when I go from one system to another as the path of the Excel file changes. That …

Member Avatar for jireh
0
117
Member Avatar for diana_VB

I am using VB 6.0. I am creating and writing text into a text file using FilesystemObject. But the file gets saved in ANSI format whereas I want to save it in UTF-8 format. Is there a way to do it in VB 6.0?

Member Avatar for techtix
1
72
Member Avatar for ruby.n

What does the following piece of code do? document.write("<h" & i & ">This is header " & i & "</h" & i & ">")

Member Avatar for techtix
0
69
Member Avatar for tegezee
Member Avatar for techtix
0
109
Member Avatar for gleegeld

Hello, I'm trying to create a script that searches for all .pst files on a local pc and gathers the filename, path and size and outputs that data to a file called username.txt. I am having problems with my code. It creates the username.txt but does not write the .pst …

Member Avatar for techtix
0
77
Member Avatar for tegezee
Member Avatar for susanorent

hi I 'm finding a bit delay in search of a name in my database where more than 1 lakh records entered using wildcard. I use vb6 and mysql. thank you, susanorent

0
49
Member Avatar for Seba Sama

Hi everyone! I'm kinda n00b in C/C++, All I ever did were some basic programs for some .txt files manipulation. Last time I was working in BC 3.1, about for years ago. Now I got Borland Turbo C++ Explorer 2006 and is a little hard for me to start a …

Member Avatar for Sky Diploma
0
151
Member Avatar for ismaelbalana

my instructor give me an assingment regarding to one image needs to move from every corner to another corner of application...in other meaning can anyone teach me how? im using vb 6.0

Member Avatar for Jx_Man
0
56
Member Avatar for HrSwirly

I need help with the last (pasting) part of a macro. For simplicity's sake, the macro copies a range of data based on the column heading (in row 1), then opens the workbook in which to paste it. I need the final step, which is to locate the same column …

0
49
Member Avatar for travish

hiii .. i need help in my server client program by which client n server can communicate to each other like chat server but at present it works just on LAN ...im using WINSOCK n i need to enter IP of the server to create connection between client n server..now …

Member Avatar for coolcurrent4u
0
82
Member Avatar for pardeep3dec

Hi friends, I develop a simple programme for travel management. In which i use Ms-Access as Back end tool and visual basic 6.0 as front end tool. I can add,edit,delete and search records but it is available only one system/PC . I want to run this programme on more than …

0
65
Member Avatar for c230jif

I started a program that calculates an employee's weekly gross pay when the user inputs hours worked and hourly pay rate. With what I have so far, it compiles fine, but gives these errors: on Dev-C++: message: [Linker error] undefined reference to 'get_pay(float, float)' Id returned 1 exit status file: …

Member Avatar for c230jif
0
133
Member Avatar for reniies

Hi all, Would you please help me to find a way that I can open an external crystal report in my application without creating a new report. I actually wanted the application to export the report to a PDF which I know the methods to do it. What I am …

Member Avatar for reniies
0
531
Member Avatar for ocirn3

we're trying to find an algorithm for the computer opponent move generation... do you have any suggestion on which algorithm should we use.... please help us.. thank you..

0
54
Member Avatar for smile4evr

Hi all... please help me with this code... i hv retrieved the id of the employee from the login n stored it as a lable in my form- logid but now with respect to that i want to get the employee name... please help very urgent!! [code] Dim rs As …

Member Avatar for smile4evr
0
96
Member Avatar for sai.baranidhara

Hi, I am using an excel sheet containing around 200 records and linking it to my MS-Access database through the Link Table option available in MS-Access. But I need to change it everytime when I go from one system to another as the path of the Excel file changes. That …

0
38
Member Avatar for foehner

I have a VB6 program that does some image processing. It works fine when used thru both the GUI or non-GUI command line. My problem is that if I am in a command window and run the executable with arguments, it returns to the command window prompt after just a …

Member Avatar for foehner
0
124
Member Avatar for acerdafpz

HI guys..... I'm having a problem using one calendar in my whole application.... here are the details: component used for calendar : Microsoft Calendar Control 11.0 here's the situation: I have plenty of forms, and in every form that has textboxes which requires to input dates.. in one form, it …

Member Avatar for debasisdas
0
134
Member Avatar for Vega_Knight
Member Avatar for Vega_Knight
1
92
Member Avatar for pardeep3dec

Hi friends, My problem is i am unable to find out records within a specified date. I am describing my programme detail i have a column in ms access table name [B]travel[/B] column naem doj data type [B]date/time[/B] format short date ' dd/mm/yyyy in visual basic i took two datepicker …

Member Avatar for debasisdas
0
76
Member Avatar for jaasaria

hi every one.. i have problm in my cviewer.. im using crystal report for my report when i view the report the data come in my crystal but the problem is when i click the print button on it.. it doest print, but only show the printer.. when i try …

0
44
Member Avatar for elmes100

Hi, I am new to VB so go gentle with me. I am using VisualStudio 2005 VB (team edition). It's been a real pain finding examples of retrieving webpage data from a website given a URL (plenty of examples that don't work in visual studio sigh) but I have achieved …

Member Avatar for kalleo
0
145
Member Avatar for Michael Stancil

What is the easiest way to print pdf files using Visual Basic 2005? I have some experience programming in VB 6 but I'm haven’t' been using 2005 very long so I’m still quite ignorant. Thanks for any help I can get. If someone could point me in the right direction …

Member Avatar for BeejCyr
-1
2K
Member Avatar for grisha83

Hello, I am trying to do this assignment in the book. My objective is to create an interactive program which will calculate areas of a square or a triangle depending on the user input 's' or 't'. I am gone about 40% of the book so they dont expect me …

Member Avatar for Sci@phy
0
104
Member Avatar for theory

I am programming in vb6 and am trying to cause ctrl-a to "select all" in a list box, but am not having much luck. Does anyone have any ideas on how this might be accomplished? Thanks, theory

Member Avatar for CommGuy
0
234
Member Avatar for Shinerbauch

Hello, I've just recently joined searching for info on what employers look for in the job market, wich schools are good wich are bad. I was looking at a course at Penn Foster career school for a course to get c# certificate. The plan was to get bottom of the …

Member Avatar for bilbus
0
130
Member Avatar for dimega

Hi there, How would I go about setting a date/time to 0? Basically I want the time to be 00:00:00 so that when I use the addseconds function of say 120 seconds it reads 00:02:00 Any help would be much appreciated.

Member Avatar for selvaganapathy
0
91
Member Avatar for Nemoticchigga

How do you draw on an image in visual studio 2005 and get it to stay? Ive can get it to draw, but it flickers on resize and disappears when the resize is done. Any ideas?

Member Avatar for Nemoticchigga
0
145
Member Avatar for Rabbz

I need help to make a Access user system. I'm very new to VB and am trying to make a system that allows a number of users to register and have individual username names with specfic passwords. I've never done this before so any help will be greatly apperciated, even …

Member Avatar for abu taher
0
89
Member Avatar for csharpdeveloper

I've created a local copy of my company's live site. It is developed using ms.net[vb.net] and am using msVisual Studio 2005 on my comp. when i build and run it ,it runs fine but evrytime i put breakpoints it would open 46 tag viewers and my system would crash. I …

Member Avatar for Teme64
0
119
Member Avatar for harez25

Hi everyone! Im Zerah from the Philippines~I'm 19 and a junior college student. I would really love to learn a lot from you guys about programming especially visual basic 6. God Bless everyone~:)

Member Avatar for mackone
0
114
Member Avatar for Run.[it]

Hi, just a query about versions of Microsoft Visual Studio. I last year created my C++ programs using Visual Studio .Net 2003 and have noticed that my new uni course uses 2005. Will I be unable to run my old programs in the 2005 version? Ive had compatibility issues before …

Member Avatar for Run.[it]
0
101
Member Avatar for abu taher

I put 2 dtpicker in my project. both are for search data from backed access file. like (1st dtpicker) i select a date 16/08/08 and (2nd dtpicker) 16/09/08. i want to find data last a month or any few days. i mean i want to find a period data like …

Member Avatar for Jx_Man
0
99
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
101
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
44
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
37
Member Avatar for shamila08

hello, dear all i'm try to find determinant . there is error with ' pow': [code=cplusplus] sum = sum + b[0][p]*pow(-1,p)*determinant(c,m-1); return sum; [/code] after run, the argument was appear as follows: 1>c:\documents and settings\user\my documents\visual studio 2008\projects\deter4\deter4\deter4.cpp(78) : error C2668: 'pow' : ambiguous call to overloaded function 1> c:\program …

Member Avatar for Nick Evan
0
117
Member Avatar for csharpdeveloper

I've created a local copy of my company's live site. It is developed using ms.net[vb.net] and am using msVisual Studio 2005 on my comp. when i build and run it ,it runs fine but evrytime i put breakpoints it would open 46 tag viewers and my system would crash. I …

0
67
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
87
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
146
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
101
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
158
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
79
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
95
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
108
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
73

The End.