No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
25 Posted Topics
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 … | |
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 | |
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" … | |
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 … | |
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, … | |
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 … | |
Re: I found some information [URL="http://www.ntfs.com/ntfs_vs_fat.htm"]here[/URL] and [URL="http://cquirke.mvps.org/ntfs.htm"]here[/URL] from the second link it looks like you have to use NTFS if the drive is larger than 137gb. So you may have to partition it accordingly. Hope this helps but I am not an expert on this. | |
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: … | |
Re: Im not sure weather this would help but I read somewhere something about thermal greese, did you reaply it after removing the processor or heatsink/fan. Im not really sure about this but it could be something that is causing this problem. | |
Re: I think thats just a mistake, its listed as out of stock so maybe its a way to prevent people from buying it. Or it could be a Massive bundle of like 1000+ CPUs >.< | |
Re: To me this sounds like a card problem, try a different monitor and if the problem persists then its probably a Card Problem. | |
Re: Usually it should state in the manual or motherboard manufacturers web site if there is any specific ram that works or not. | |
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 … | |
Re: Is the motherboard compatible with 667mhz ram? If its not that might be why it shows 533Mhz. Is you ram Dual Channel and or DDR2? If it is thats why CPU-Z is showing 333 mhz I have 800Mhz DDR2 DualChanel ram installed but it shows I am using 400mhz but … | |
Re: My first question is are the drivers are updated? If they are not then that might be your problem. Also dont you need to enable crossfire using some software? Do you have the proper cables? I dont have much experience with ATI cards maybe some one else will provide some … | |
Re: I didnt think you could use ram like that: Kits bieng different sizes(512 per stick vs 1024 per stick) I thought you needed the exact same Sticks? Thats why they sell them in kits like this. You would have to choose either one over the other and get 2 of … | |
Re: You should google both the cards and see if there are any reviews/comparisons on those cards. | |
Re: It should work fine if your TV has an S-Video Input, from my experiences though it could take some playing around with the settings on computer/tv to get it to display correctly. The best possible thing is if your TV has a PC connection then its like plugging in a … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. … | |
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 … | |
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. |
The End.