16,916 Topics

Member Avatar for
Member Avatar for hell_tej

Hi friends, I m creating a software with backend of ORACLE 9i. I need to Generate backup ORACLE "ADDFILDP" table to ACCESS "ADDFILDP" table(Simply Copy the data to one table to another[ORACLE to ACCESS Table]):$ An access File is already Created. I was code for it as Follows [ICODE] Private …

Member Avatar for hell_tej
0
106
Member Avatar for Bhatti302

Dear I think I Solve Your Problime. When You Open Your Curent Form VB use Private sub Form1_load() endsub this Code is used for Form Load. When You Form Load You enter the following Code Private sub form1_load() text1.text="" text2.text="" text3.text="" text4.text="" Command1.Enable=false Msgbox "Enter All Deatiles && fill All …

Member Avatar for jireh
0
88
Member Avatar for swapna7999
Member Avatar for fishky

Hello guys, I'm selfstudying C++ and atm am reading about classes. I want to define ostream operator<< but compiler cant find ostream to be regular use. I'm using Visual Studio 2005 on XP SP2 and have MSDN installed. And another question - am I using proper initialisation for operator<< ? …

Member Avatar for fishky
0
1K
Member Avatar for jps447

Hi, Please help me on how to control remote parallel port using vb? I already know how to control the local parallel port but I still need additional parallel port to be used on my current project.

0
68
Member Avatar for Kusno

Dear all, Does someone know how to connect to SQL Server by using Remote Method Invoke (RMI) ? I have project from my lecturer to create program as its connection to database uses RMI or socket. Thus far, I only know to connect to database by using OLEDB and ODBC. …

Member Avatar for Kusno
0
66
Member Avatar for Phreak

Hi folks, Due to being unable to find a suitable app, i've decided to make a little app (with the help from my trusty DWeb chums) Currently i'm looking at a little app that will allow me to enter a username and password for... whatever purpose really, map drive, shared …

Member Avatar for Phreak
0
1K
Member Avatar for Entropy1024

I am trying to write a program to store booking info for TV feeds. Most of the program is working fine, it stores all the info I need. One field is duration of feed which I am at the moment adding manually but it would be much nicer if I …

Member Avatar for Entropy1024
0
149
Member Avatar for pardeep3dec

Hi friends, I need a programme or procedure which is capable in generating IP or computer name of the system( on which programme is running). Thank you

Member Avatar for Phreak
0
151
Member Avatar for toucan

I'm writing a C++ project using OpenGL in Microsoft Visual Studio 2005. I already have code for importing a jpeg image, but I don't know how to place it on a plane in 3D so I can view it in either ortographic or perspective projection. Also, how do I set …

Member Avatar for skatamatic
0
111
Member Avatar for Tekito

(I'm using VBA with Excel 2003, have references to OLE Automation and Microsoft Common Controls 6.0). The Hittest with my Treeview control does not seem to be working. I'm using it in a MouseDown event. The X and Y coordinates are being passed properly and are the correct values, but …

Member Avatar for Tekito
0
139
Member Avatar for mporter67

Hello, I am creating a program that will allow me to calculate taxes on a pay. Since the amounts deducted are not straight percentages, there are close to 5600 different options, based on the gross pay amount. I am wanting to make the program as versitile as possible, so I …

Member Avatar for jireh
0
123
Member Avatar for aparnesh

How can I implement a constructor / destructor for a class written in ASP ? Something like the __constructor() function of PHP. Also is there an in-built Collection Object in ASP (as in Visual Basic) ? Thanks

Member Avatar for aparnesh
0
109
Member Avatar for pardeep3dec

Hi Friends, I have a problem of database visual basic programm for adding,editing,deleting of records. When i put my programme in shared file on LAN then if any other system is using that programme it must show IP or COmputer Name of the system.

Member Avatar for debasisdas
0
79
Member Avatar for stupidenator

Hey everyone, I am aware that if you change the file extension on .docx files to .zip, then you can open it up. I am also aware that if you save images to a word document, it gets saved within this file structure at word/media/.... What I am wondering is …

0
96
Member Avatar for killdude69

Ok, I am making a DLL Library for programs using Win32 WinAPI, It contains classes for common controls. I had only five errors, the errors were because I had did a bad typecast and misspelled some variables, once I worked out every single error, 15 new errors arose and they …

Member Avatar for killdude69
0
243
Member Avatar for meddlepal

Visual Studio 2005 is giving me heartburn while working with templates. Does anybody know what is going on with the following code, and the errors below? It says there is a syntax error, but I cannot find it. [CODE=C++] #ifndef DEQUEUE_H #define DEQUEUE_H #include <iostream> #include <list> template<class Item> class …

Member Avatar for meddlepal
0
170
Member Avatar for guy40az

Can you use a static library on visual studio 2008 that was complied on visual c++ version 6 or do I have to recompile the static library?

Member Avatar for Narue
0
42
Member Avatar for ryan311

i have adodc1 i want to assign pressing f1 is the first data and f2 in next and f3 is previous and f4 is last data can anyone help me? please help me i need it!

Member Avatar for K.Vanlalliana
0
112
Member Avatar for seehausen

Hi all I'm hoping that you'll be able to help me, because I'm totally lost I'm trying to create a macro based on the below table: 2004 2005 2006 2007 2008... Company #1 Company #2 Company #3 Company #4 I have created a chart based on the data I have …

0
37
Member Avatar for bhuvanwip

Hi, How to set Control Panel's Language settings (Regional and Language Options)from VB Application. When I change the Language Option to Swedish Language, I want to Show those date Formats in all the Forms of the Application. I am using the VB 6.0. Through Shell command i am able to …

Member Avatar for nilesh_1192
0
79
Member Avatar for jeffrey16

can anyone here plz help me with my porblem.. im using VB6, i want to display a message whenever the user will close the window..] can anyone teach me how to code it..

Member Avatar for abu taher
0
128
Member Avatar for padawan

Hi everyone, I have a problem with debugging a dll file. I'm trying to convert the epanet2.dll (EPANET: a free source-coded water resource program) into a 64-bit dll file for my project. When compiling, errors coding LNK2001 and LNK2019 occurred many times. error LNK2001: unresolved external symbol ... error LNK2001: …

Member Avatar for Dave Sinkula
0
305
Member Avatar for Panithuli

[COLOR="Green"][B] have to do this The constructor for the class should set the initial fuel level to 0.0 L (assume all fuel amounts are in litres). You'll need to use a Private Double class field. " [ICODE]Private FuelLevel = 0.0 As Double[/ICODE]........when i do like this i that error message.....[/B][/COLOR]

Member Avatar for Panithuli
0
81
Member Avatar for K.Vanlalliana

Hi, I am trying to Write web type application and connect my database (Access) with DNSLess Connection like this Set conn = server.createobject("adodb.connection") DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; " DSNtemp=dsntemp & "DBQ=" & server.mappath("Record.mdb") conn.Open DSNtemp This is very much like to Connection to Database from VB6, but, I do not …

Member Avatar for Teme64
0
149
Member Avatar for sganandhsg

Hi Friends, i`ll use font end VB6.0 back end Ms Access And using Crystal Report 8.5 i ll attached database to report and result also fine, but suppose change my application path(Folder) to another path(Folder) reports can`t displayed. so i need how to apply for database application path in to …

Member Avatar for hell_tej
0
481
Member Avatar for mooresh

I have to write the following program and have no idea where to start. This is a binary file/image [COLOR=navy][COLOR=navy]1) [/COLOR][/COLOR][COLOR=navy][COLOR=navy]Open an old file [/COLOR][/COLOR] [COLOR=navy][COLOR=navy]2) [/COLOR][/COLOR][COLOR=navy][COLOR=navy]Read until byte 56 [/COLOR][/COLOR] [COLOR=navy][COLOR=navy]3) [/COLOR][/COLOR][COLOR=navy][COLOR=navy]Read the next 8 bytes to obtain the entire 9 digit cart frame[/COLOR][/COLOR] [COLOR=navy][COLOR=navy]4) [/COLOR][/COLOR][COLOR=navy][COLOR=navy]Keep reading byes until …

Member Avatar for sendoshin
0
2K
Member Avatar for vo2corp

Im new on this thing of computers but im really intresting on learning how to creat and understand computers softwares, hardwares and everything about PC. I will like to know if some one can help me on making a keylogger based on Visual Basic Thank you!! for your time and …

Member Avatar for scru
0
80
Member Avatar for cathyf

I've been using visual studio 6 for a couple of years now, and every programer that I have asked this has said, "geez I dunno how to do that." Basically, my problem is that I can't figure out how to get the debugger to show me the contents of c++ …

Member Avatar for cathyf
0
209
Member Avatar for avillachandok

firstly hi all, i''d like to intrroduce myself. Im a new C++ programmer..hardly..but trying..so yes its frustrating with the error and syntax mainly. Anywayz, this is a card game with 2 classes and simple functions but im having a problem compiling it. I compile it on visual studio so i …

Member Avatar for avillachandok
0
132
Member Avatar for sneha sirohi

hi everyone, thanks for a nice and quick response.i have one ques regarding inputBox.This func can be used to accept the input msg from user if we want to write more than one msg in a single inputBox like 1.user name 2.password then what we will have to do?a single …

Member Avatar for jan_grace85
0
96
Member Avatar for werks

Hi guyz, i have a question about crystal report . How to connect the Crystal Report in MS Access (w/ a password security).. Cause i can't seem to connect it with a password database..tnx in advance

Member Avatar for sganandhsg
0
95
Member Avatar for sganandhsg

Hi Friends, i`ll use font end VB6.0 back end Ms Access And using Crystal Report 8.5 i ll attached database to report and result also fine, but suppose change my application path to another path reports can`t displayed. so i need how to apply for database application path in to …

Member Avatar for sganandhsg
0
148
Member Avatar for K.Vanlalliana

In my VB6 Book, in the last chapter programming ASP for web design is written and, it seem that is to be done through VB6, but I dont under stand and I usually write ASP code using FrontPage? If VB is helpful (Even though understanding of VB coding is helpful) …

Member Avatar for K.Vanlalliana
0
154
Member Avatar for K.Vanlalliana

Hi Friend, I want to know how to Select some range of Excel Say A1 to C5 and then make a line/Table using VB. Can any one help me by giving the VB Code. Also, can any one suggest some book to read relating to VB6 and Excel so as …

0
93
Member Avatar for rapture

Hello. I'm charged with taking a site I helped create in VB.Net 1.1 to C#.Net 2.0 - I'm just starting to research this and wondered if anyone has done it and if you can direct me to some good material . . . I need to add a new module …

Member Avatar for rapture
0
253
Member Avatar for jeffrey16

hlo, can anyone help me.. i want to move my deleted records to another form named archives but i dont know what to do.plzz help

Member Avatar for jireh
0
69
Member Avatar for skyloon

im thinking to learn predictive dialer, quite interesting. got other ways to start? and how to start? got any simple sample code to learn? or tutorial?

Member Avatar for nathonn
0
188
Member Avatar for kirthica

Hai friends could you help me? In VB if i've connected ms access project through a data control to my form..... and i've added many records to my database... and I've set "yarn no" as my primary key... if later I've to update my stock details... I need to retrieve …

Member Avatar for debasisdas
0
90
Member Avatar for NinjaLink

I'm new using Visual Basic, so I need help. For example: If I input "14" into the textbox, i want to have a list that will say: 1 2 3 4 5 . . . 14 I have a counter in my program, but I have no clue how to …

Member Avatar for jireh
0
100
Member Avatar for coachHinesfan

Hello everyone. My name is Jackson Konyango and I am aspiring to be excellent in Software development. I love C++ and programming ( including C#, XML, Visual Basic ). I like windows very much though i have a Linux Ubuntu edition. Its exciting for the first time to introduce myself …

Member Avatar for coachHinesfan
0
59
Member Avatar for serkan sendur

Install iis 7 on your vista os.Open up the iis manager from administrative tools. Right click default web site and choose add new application. Give your application(your site) a name(alias) and point to your physical application folder. open up your web project in visual studio. Right click the web project …

Member Avatar for skiabox
0
1K
Member Avatar for chanthung

Hi, hope all are doing fine.. need some suggestions. I am using VB and Acccess and am trying to fetch a record from database by: "Select * from accounts where emp_code='"+d+"' AND emp_name='"+n+"'"". The inputs are fetched from an Inputbox. but i get a compilation error... [B]Run-time error '13': Type …

Member Avatar for chanthung
0
94
Member Avatar for LottaBajan2

Hi, I am very new to visual basic 6.0 and I am trying to create a guessing game in visual basic where the computer generates three numbers and the player tries to guess what they are. I am now starting the basics and I have the GUI sorted out but …

Member Avatar for selvaganapathy
0
636
Member Avatar for venomocity

I'm back after being gone for a while. Thus I haven't played with VB in some time. Thus my brain strength has gone out with it. I'm still working on my game and trying to make the system choose a number between 10 to 21 then put that into a …

Member Avatar for venomocity
0
124
Member Avatar for abu taher

12 months name (12 check box) in a form. when I check a box it will store in backend access file. 1 adodc control also in this form. when click a button this form was shown. this month was store for that button like salary. example: a man paid his …

Member Avatar for jireh
0
96
Member Avatar for natter

Hello, I am kind of new with vb6 and vb8. I am working on a program that has a countdown timer. I have the code for the countdown but what I would like to do is to have it when the the countdown is done then the program will shut …

Member Avatar for jireh
0
115
Member Avatar for jeffrey16

hlo, im creating a loaning system, and i want my design to be attractive can anyone pls send me a bundles of icon.. send it on my email add. [email]jeffreyluzuriaga16@gmail.com[/email].. thank you.. daniweb forum is the best!!! thanks 4 da help..

Member Avatar for debasisdas
0
50
Member Avatar for jaasaria

hi guyzz.. i wanted to make a code to change my system unit date and time using vbcode. i have a small idea, to run a command prompt but i don't no how to make it so. any possible idea well be appreciated.

Member Avatar for loveknights07
0
105
Member Avatar for abu taher

I have a datagrid to show data from backend access file. when I click a button it was show. I want I click on a data and it will show in a text box of other form. anybody can help me.

Member Avatar for AUGXIS
0
96

The End.