199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for NewVBguy

Hi Guys, This might be simple and It might not include a programming job. What I wish to do is to access my files in my office at home. Can anybody teach me how to make this wish come into reality?. I want to know the things I need to …

Member Avatar for NewVBguy
0
121
Member Avatar for rational611

I am running Win98SE on a Pentium 350 box with 64MB RAM. I am not able to run JSP pages/scripts in Internet Explorer. Whenever I try to run one by pressing a hyperlink, I get a This Page Cannot Be Displayed error message. I have tried changing the setting of …

Member Avatar for JGee
0
2K
Member Avatar for mrlucio79

First post; Very nice and interesting site. I checked the link for C/C++ books and i didn't see a book for beginners. What book do you recommend reading for a person that is new to programming and doesn't have any programming background. I am new and ready to learn. I …

Member Avatar for Narue
0
145
Member Avatar for atrusmre

I am currently trying to add an edit box to my program. Everything is find until I add a variable to the edit box. The program runs fine until it is terminated, then I get an assertion error. Any ideas what could be causing this?

Member Avatar for Narue
0
141
Member Avatar for mikecoyner

i teach a high school c++ course. i would like to use a window for user interface instead of dos console. could anyone provide me the basic code to display "hello world" in a window? and if possible a link to the code necessary to use window api for c++ …

Member Avatar for Narue
0
212
Member Avatar for shmee

OK i have a project the is due soon and i am stuck.. i need to make a program the you enter you pin and it displase it as ****.. can some one help me. Email [email]Fuklife_1@hotmail.com[/email]..

Member Avatar for Jackrabbit
0
170
Member Avatar for eleet

I first read in data from a file. Then the user is prompted for a name of a person trying to enter the party. If the name of a person trying to get in does not match any name on the invitation list, the program should print a message indicating …

Member Avatar for Dave Sinkula
0
138
Member Avatar for jwenting

[B]Intro[/B] I've been fooling around with RMI today for fun and learning and got some serious headbanging when I couldn't get any of the examples I have in books by respected authors to work with JDK 1.5 (a.k.a. Tiger). All tutorials and examples on RMI say you should run rmic …

Member Avatar for meabed
0
365
Member Avatar for s-sriram

Hi I am trying my first try at Python. I want to do something very similar to what sprintf does with C. I want to concatenate a string with a number and store it into a new string. I wrote a snippet like this username='user' for i in range (1-100) …

Member Avatar for s-sriram
0
334
Member Avatar for mel2005

i have created these table can you please look at them and tell me if there are right, or can you find a better way of doing them [U][B]CSS TABLE[/B][/U] CSSID Number primarykey Surname Text DOB Date/Time Comment Text [U][B]pencil table[/B][/U] PencilNumber Number CSSID Number Type Text DateIssues Date/Time LengthIssues …

Member Avatar for mel2005
0
128
Member Avatar for camduthie

I am trying to write a phonebook program that uses a dat file to store the numbers (ex. in dat file--John Doe 5554445555). I have it to the point when the user keys "John" in, it will display the number. If the user keys in "John Doe", it will not …

Member Avatar for Narue
0
111
Member Avatar for s-sriram

Can someone help me? I am looking to access the properties of system tray processes in Windows. An example of what I am looking to do might be to maximize an application that has been minimized to the system tray? Can I do this in Visual Basic or VB script …

Member Avatar for s-sriram
0
127
Member Avatar for sencer2000

hi all, before to start,i'm a newbie trying to learn wamp(=windows apache mysql php),i installed everything,everything works fine,but wehn i want to use phpmyadmin,it doesn't work,i see only a webpage with the list of all files and directories under the installation directory of phpmyadmin. how can i solve this?? and …

Member Avatar for sencer2000
0
230
Member Avatar for Gink

Is it possible to view the java classes source code or to get it somehow? I'd really like to see how some of the classes work if its possible

Member Avatar for paradox814
0
138
Member Avatar for nabil1983

Ok i've understood the use of arrays and most of it.... but my problem is no matter wat i do my program still only displays the last entry i make and not all. i've tried a for loop in the print method but no luck. Neone know what im doing …

Member Avatar for paradox814
0
151
Member Avatar for paradox814

does anyone know of a good PHP script that will automatically hightlight a given chunk of code wether it be java/C++/PHP etc, etc...? I've tried searching source forge but all i found were text editors :cry: Here is an example of the syntax highligting that daniweb has incorporated: [php]<? function …

Member Avatar for paradox814
0
103
Member Avatar for jengels

Can someone look at my program. I am having a problem with my Scanner line. Does anyone know how to fix this problem?? I keep getting an error at this part: letter = scan.nextLine(); [code] import java.util.Scanner; public class ATMdriver { public static void main(String[] args) { ATM atm=new ATM(); …

Member Avatar for paradox814
0
210
Member Avatar for augie0216

Anybody know a good book for learning about oop reuseable components. I have a project I have do for school. The book i was given to use doesn't cover that subject real well. I'm really in a jam, I even went out on forums asking questions about reuseable components, but …

Member Avatar for augie0216
0
126
Member Avatar for jasonkit84

although i've specified in the printer setup where my printer is a dotmatrix printer (oki ML 591)->this printer supports (font) Roman 20 cpi but when i view the report using vb.net, it comes out with another font.

Member Avatar for jasonkit84
0
133
Member Avatar for Khishin

How do you add controls through code instead of the form editor? I wasnt to do things like make a textbox appear when a button is pressed, but I'm looking for another way to do it than make a huge clutter of controls and edit the VISIBLE statement. Something like: …

Member Avatar for tgreer
0
129
Member Avatar for Comatose

[CENTER][SIZE=5][B]Catching Up[/B][/SIZE][/CENTER] In The Previous Tutorials, we have covered a lot of information. We've gone over a few of the functions of the CGI.pm, and and figured out how to retrieve information from a web page form, submitted by the user. However, reading this information, and thanking them by name …

0
270
Member Avatar for Tdot

Hi guys, I am looking for javascript that slides a pointer (an image) from from end to another (left to right) on the movement of the mouse. I have the navbar and I want the pointer to be on the top so that when the users moves his mouse on …

Member Avatar for Tdot
0
192
Member Avatar for buddyb

This is probably a tall order; need some input from the talented folks hanging out here. I'm really just getting started, and blundering my way through the code. I'm running Win XP Pro/1024 X 768; my wife Win 2000 Pro/1024 X 768. I'm going to include the code I'm using, …

Member Avatar for buddyb
0
247
Member Avatar for ecua_frap

hi.. i'm pretty new with C++, so pls. bear with my question, simple as it may be. can anyone pls. tell me what this error mean: [I]syntax error before `<'[/I] i have a whole bunch of them when i try to compile.. if needed, i'll post up the codes. Thanks!

Member Avatar for kc0arf
0
129
Member Avatar for Dark_Omen

Hello, Can anyone explain to me how I can create a function that I can use in SQL. Thanks

Member Avatar for Dark_Omen
0
216
Member Avatar for Real-tiner

I am a lab engineer for a university. Up until recently, we have been using MS-DOS 6.22 and Quickbasic 4.5 to control our experiments and record our data. We did not change to Windows because Windows would not let us control our processes on a millisecond level. This series of …

Member Avatar for nicentral
0
333
Member Avatar for DeFrog777

Greetings, I am just curious as to which .NET Framework Language my fellow programmers prefer. Just basically tell me what language and why. Many Thanks In Advance, DeFrog777

Member Avatar for Iron_Cross
0
483
Member Avatar for oleerik

Hello! I am new and are gonna make a "write'n'print" appelication, i have readed many samples(et.c) but i cant' find my answar! How du i print from my textbox with name textb?

Member Avatar for Iron_Cross
0
123
Member Avatar for Bud4java

Greetings all, I'm having a little bit of trouble with writing a method that returns the value of a given function. The method is designed to accept an input (int b), then take the input and return the value of a. a = b + b^2 + 2^b I've gotten …

Member Avatar for Bud4java
0
95
Member Avatar for robert_sun

Can anybody help me on this problem: I am writing a simulation program with several files. In a header file, I declared e global variable in hope that all other files could use it. so i put down: #define size 100 int memory[size]; in the header file memory.h. However, there …

Member Avatar for Narue
0
132
Member Avatar for milman

Is there a way to get the current value in the process of a select statement? Such as [CODE] SELECT pk_ID, columnN and be able to evaluate what pk_ID is at this point WHERE This = That [/CODE]

Member Avatar for gminhas
0
170
Member Avatar for Mohsin Khan

How can I integrate Crystal Report 9 along with VB.net (Version 2003). Is it possible to create CR based report in VB.Net? or I've to chose another reporting tool. Plz kindly reply me as soon as possible. It gives error when I declear CR9 object. [U]Dim report as new CrystalReport[/U] …

Member Avatar for Mohsin Khan
0
167
Member Avatar for DANIEL4420

I have been using qbasic programs with Windows XP with no problems, of over a year. I use Automatic update to stay current on all the security patches. Now, when I try to run Qbasic I get this message: C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS and …

Member Avatar for JC7
0
204
Member Avatar for grifflyn

I have written this bit of code is ArrayList better than Vector and if so how do i change it ???? i am thinking where ever vector is mentioned to change it to ArrayList [code] import java.util.Vector; import java.io.*; public class V_All_Std_Record { private Vector main_Vector = new Vector(); public …

Member Avatar for jwenting
0
162
Member Avatar for Grumpy

Ok, heres an odd situation. I've been using a code for a few years to basically add edit, and delte content from my site. I have taken this bit of code and once again am using it to add some content. ARGH! I can't figure this out for the life …

Member Avatar for Killer_Typo
0
235
Member Avatar for cblue

i was wondering how to strip off digits one by one and store them into an array so i can sort them. For example if the user entered 7216. take the 7 stor into cell one, take 2 store it cell 3 ettc and then sort it so it looks …

Member Avatar for Narue
0
197
Member Avatar for Stick

I have a database that I would like to keep track of who and when people are logging on. I created a table called users. It has three fields, id, user, date. I created this script that is executed when they log in. <?php $db = mysql_connect("","",""); mysql_select_db("",$db); $today= getdate(); …

Member Avatar for Gary King
0
106
Member Avatar for server_crash

I started reading this old book about jsp, and I'm having a few problems getting started. First of all, it says that I need to set these environment variables: Java_HOME, and J2EE_HOME. I don't see those, and I don't think their is a need for them, but I can't get …

Member Avatar for server_crash
0
193
Member Avatar for mpx10

i have designed a database an one of my feilds is set up as an array. i had no problems reading my data into the array but i am having trouble trying to display the feild. when compiling the following error occurs. error 88 expected (. the error occurs in …

Member Avatar for mpx10
0
533
Member Avatar for vipula

I am very new to php & mysql. i have made a webste with a database in mysql. i have developed a search engine to search my database. I just discovered a weakness in my current search engine. It won't show results if I don't have an exact match or …

Member Avatar for DanceInstructor
0
300
Member Avatar for baboon4000

this is ganna sound so weired. do anyone happend to have any worksheet about access and vb, and creating database, please send me a private email on yahoo, tansk

Member Avatar for Mohsin Khan
0
216
Member Avatar for deeraj

Hi I have a dataset which acts as a datasource to my datagrid. It just shows all the columns from a table. One of the columns is an image column. How do i show these icons\pictures on the grid? My code looks like this: dim cmd as sqlcommand dim da …

Member Avatar for deeraj
0
211
Member Avatar for Mr Violent

I'm currently writing a game in DirectX without using the MFC structure. I am manually crating the window by including windows.h and manually creating the window by using windows functions. I am a bit confused when it comes to using strings. I would like to use the CString class, as …

Member Avatar for Narue
0
490
Member Avatar for DanceInstructor

DaveSW I hope you will help me :) At this [URL=http://www.AgentsWarZone.com/forum/home.php]site[/URL]. There is a vertical menu on the left side of the page. It uses some javascript for styling and animation. It works fine and looks good in firefox, but in IE as you hover over the different menu options …

Member Avatar for DaveSW
0
214
Member Avatar for SiteTutor

Hi, I hope I put this into the right category On my Real Estate Forum the vBulletin options are not working. Could someone tell me where to start troubleshooting. Thanks, Mike

Member Avatar for Eternal2u
0
480
Member Avatar for buggytoast

WEll I'm kinda new to Java programming...but we got a major project coming up and I got stuck on one of the examples. This is for a validation code, to validate correct inputs....the errors are highlighted in red...Thanks to anyone that bothered to help :P I'm sure the answer is …

Member Avatar for jwenting
0
150
Member Avatar for Vegas

I am very new to anything computer related. I am using dreamweaver and I made a table with websites and how many members they have on the site. How do I make it, so the person viewing the website and catogrize them by users? basically, how do i make it …

Member Avatar for retard
0
93
Member Avatar for jonnie83

The following code is not performing correctly. It opens the username file but does not display the mark. [code]#include <cstdlib> //these commands are pre processors directive #include <fstream> //required for library function #include <iostream> #include <cstring> #include <string> using namespace std; int main() { cout << "Marking Program"<<endl; string username; …

Member Avatar for Narue
0
219
Member Avatar for Rose Aashii

Hye all!! here is an program statement i don't know how to do it :o ..so plz let me know itz solution... program is written below:- [B]Write a program that will get 10 numbers between 20 and 100 and store them in one dimensional array of type int , as …

Member Avatar for Narue
0
265
Member Avatar for BoogyB

i can't find a good code to check if e-mail exists. im trying to do this with cdo. maybe someone could sugest some source? or maybe could help to make it... here is what im trying to do <% Dim iMsg Dim iConf Dim Flds Dim strHTML set imsg = …

Member Avatar for Drew
0
780

The End.