Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~3K People Reached
Member Avatar for edouard89

Hello everyone, I was not sure where to post this as it is regarding VB Scripts. I have a script that when run with the proper command line arguments will ask the user to input text and later write that text to a file. The following code is giving me …

0
46
Member Avatar for edouard89

Hello everyone, I have a page that is updated every week on the Friday. Is there a way to display the date of the following Monday using asp? ie: Week of Monday, Month Day, Year Thanks

0
63
Member Avatar for edouard89

I have the following code that when compiles with my test program gives me a segmentation fault, I hope you guys can help me with this. I am compiling on a gcc compiler using: [quote] g++ a3test.cpp screen.cpp dtio.c -lncurses [/quote] screen.h header file: [code=c++] extern "C" { #include "dtio.h" …

Member Avatar for Salem
0
114
Member Avatar for edouard89

Hello once again everyone, my previous [URL="http://www.daniweb.com/forums/thread141733.html"]problem [/URL] appears to be resolved right now thanks for everyone who has helped. I have to make the following derived class [quote] Your LField class is derived from your Field class and represents a line field. Upon instantiation, an LField object receives between …

Member Avatar for edouard89
0
119
Member Avatar for edouard89

Hello everyone I have to create a class that has the following: [quote] Your Field class is the base class from which you will derive all other Field classes. Your Field class has the following public member functions, all of which are virtual: * void display() - does nothing here, …

Member Avatar for edouard89
0
293
Member Avatar for edouard89

Hello everyone, I am having a problem with a function I am working on. It has to do the following: [quote]Outputs the null-terminated string pointed to by s starting at row row and column column, in a field of length characters. As with dtioCursor(), the row value 0 refers to …

Member Avatar for edouard89
0
106
Member Avatar for mrumens

I have just bought a Maxtor 3200 usb external hard drive. It is formatted in ntfs. I have two operating systems Win98SE and XPHome. Both are formatted in fat32. I need to keep them both in fat32. However, I can't seem to format the hard drive in fat32 (doesn't give …

Member Avatar for bobbyraw
0
161
Member Avatar for edouard89

Hello All, well this is my first post after a while of inactivity. I have run into a problem. I have an assignment for school, but when I debug my program using Dev C++(BloodShed) it give me a segmentation fault. I am reading from a file that looks like this: …

Member Avatar for edouard89
0
144
Member Avatar for angiegirl

Ok, so, the other day my computer was randomly shutting off. Opened the case, realized the cpu fan was dead, replaced. Then after the new fan was on, tried to turn on my computer, it came "on" but it didn't give the system beep and it didn't trigger my monitor …

Member Avatar for Chaky
0
107
Member Avatar for Brent.tc

There is an amd processor that I believe to be oddly priced (But what do I know) here is a link [URL]http://www.ecost.com/detail.aspx?edp=33334904&source=EWBBASE&ci_src=14110944&ci_sku=33334904[/URL] Of course I have no intention of buying it. :)

Member Avatar for Brent.tc
0
84
Member Avatar for Thalheim

Hi. Hope someone can help me? I'm quite IT literate, so normally don't need to ask for help, but hey, here goes... I use a Dell, with a Dell Monitor. 19" CRT. Now then, I was in Google Earth - was working fine and have had no problems at all …

Member Avatar for Thalheim
0
122
Member Avatar for dac19903

I have a spare 512mb RAM lying around in an old computer, and I'm considering adding it to my current computer, which has 1024mb RAM already. I'm running a custom system, the specs will be below. I want to know if there's a specific brand make of RAM that won't …

Member Avatar for Serunson
0
142
Member Avatar for edouard89

Im Using MS Visual Studio 2005 Profesional Edition with C#. I have a page that has two(2) drop down lists. The first drop down contains info that when selected will influence the results in the second drop down list. When the info from the second drop down list is clicked …

Member Avatar for Infarction
0
102
Member Avatar for phix90

Ok, I have a dell laptop 1 year old E1505 model. it came with 512 megs of ram and ran super slow with vista so i decided to buy 2gigs of kingston pc25300 667mhz DDR ram. I just got the ram today and put it in the PC, it registers …

Member Avatar for edouard89
0
71
Member Avatar for volcom2003

Hi, im making this post for a friend of mine and we'll be much appreciated if anyone can help. Hes just purchased a second Sapphire crossfire card to crossfire with his current one. Its been installed and setup. But when he come to play a game he either gets a …

Member Avatar for edouard89
0
79
Member Avatar for Gamzarme

Hello all. I am wondering if I will be able to achieve DIMM performance with a RAM setup as such: 2 x 512MB = 1024MB (DIMM DDR, PC3200, 400Mhz - both) 2 x 1024MB RAM = 2048MB (DIMM DDR, PC3200, 400Mhz - both) This would give me a total of …

Member Avatar for Gamzarme
0
96
Member Avatar for Qwazil

ok im going to buy a new video card very soon. im not sure wat to get. i could go for 8800gts or gtx or ati 2900xt. well i can go for any of these but i just wanted to know which one is worth the price. im not going …

Member Avatar for ProgrammersTalk
0
80
Member Avatar for bondi007

i was going to buy a new graphics card mainly to plug in my tv but when it says s-video tv out could i use that on a normal fat tv cheers bondi007

Member Avatar for edouard89
0
45
Member Avatar for edouard89

I have an ASP page that uses VB to make the url that would be used on a page. I also have a Javascript function that when activated would change a form around. Now what I want to do is using JS when an image is clicked to get the …

Member Avatar for kokkee
0
97
Member Avatar for edouard89

I have this function that depending on the value passed will do what ever. [CODE] function menu(n){ switch(n) { case 0: document.getElementById('sub2').style.display = 'none'; document.getElementById('sub3').style.display = 'inline'; menu1(); break; case 1: document.getElementById('sub3').style.display = 'none'; document.getElementById('sub2').style.display = 'inline'; menu2(); break; } }[/CODE] I also have an Image that when clicked will …

Member Avatar for edouard89
0
86
Member Avatar for edouard89

I have had this dirve since October and Must have made around 20-30 single sided DVD burns since then. A week ago I put in a CD to re-install some drivers, the next day when I put in a Disk it made some kind of noise as if it were …

Member Avatar for dcc
0
84
Member Avatar for edouard89

In one of my previous posts [URL="http://www.daniweb.com/techtalkforums/thread77253.html"]here[/URL] I got the information on what I had to do. Now I have a similar problem instead of using a button to do that I have 2 links that when clicked will take you to the same page but depending on the link …

Member Avatar for edouard89
0
181
Member Avatar for edouard89

Hi every one I am need of help. I currently have a checkbox as part of my page that is used to pass information. I want to change it into a button or when the button is clicked the check box is selected and grayed out and cant be deselected. …

Member Avatar for edouard89
0
251
Member Avatar for edouard89

Hi, My question is on weather it is possible to move the mouse on a page after it has touched something. For example: Lets say some one moused over an image, after which the mouse would move down across a certain part of the page. If it is possible how …

Member Avatar for MidiMagic
0
114
Member Avatar for edouard89

First of I would like to say hi to everyone as I am new to this forum. My problem is this. Can I some how use the [ENTER] key instead of the [TAB] key to skip from field to field? Any help would be greatly apreciated. Thank you.

Member Avatar for radu84
0
100