No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
28 Posted Topics
Hello everyone. I am using Windows Vista, and am trying to enable print notificaionts for a networked printer. I have the check box checked, and have even gone into the registry to make sure the correct key read '1', but the notifications still will not appear. Anyone got any ideas? | |
Hi. I am using Visual Studio 2010 for coding in C++. When I'm coding, I often make it to the bottom of the screen and the line of code I'm typing ends up at the bottom of the window - very annoying. I was wondering if anyone knew of a … | |
Hello. I am trying to instantly 'post' a user's input using ajax and jquery, along with a little javascript. This is my HTML [code] <div id="postArea"> <TEXTAREA name="newBlog" cols="40" rows="10"></textarea> <A HREF="#" onClick="post()">SUBMIT!</A> </div> [/code] and here is my code that goes along with that (in a separate file) [code] … | |
Hello...I am new to java and have written some code...and now I am getting a 'SyntaxError: Parse error'. My code is : [code] if (window.innerWidth && window.innerWidth <= 480) { $(document).ready(function(){ $('#header ul').addClass('hide'); $('#header').append('<div class="leftButton" onclick="toggleMenu()">Menu</div>'); }); function toggleMenu() { $('#header ul').toggleClass('hide'); $('#header .leftButton').toggleClass('pressed'); } } [/code] Any help is … | |
Hello everyone! I havnt posted in awhile, but I am working on a new project and have hit a speed bump. I was wondering if there is a way to transfer HTML form data to a C++ program. What I mean by that is, the user enters data into the … | |
Hello. I am a High School student and am currently into engineering. I would like to use the student edition of autodesk inventor, but I do not have a school issued e-mail and none of my teachers have responded to my invitations. If any of you have a username and … | |
Does anyone have a reccomendation for a GOOD, VIRUS FREE, LOW COST video converting program. That would really be of help. Thanks. | |
Hello. I was wondering if anyone knew how to add a splash screen to the program inkscape of Microsoft Visual Web Developer 2008 Express Edition? I have to do this for a school project, so help is urgent. Thanks to you all!! | |
Ok...so, i installed scribus today as a free alternative to adobe InDesign and Acrobat. However, every time I save as a PDF with a PDF text box in it, in Adobe Reader, it won't let me type in the area I designated. Any help? | |
Hello... so today, I used the "Save As PDF" feature in Word 2007, like I always do. So, I tried to open the file, and it won't open. I tried saving a different file as PDF, and it worked. I tried saving the problem file under a different name, and … | |
Hi. Can anyone suggest FREE, Virus FREE 3D Computer animation software | |
Hi. I have a program that goes a little like this: [CODE] // Include files, etc... int main() //code... [COLOR="Green"] if (input == "logout"); { return main(); } [/COLOR] // rest of the code [/CODE] Now, every time the program goes to main, the values previously stored in the varibles … | |
Hi. I am looking for a way to load the windows COMMDLG.DLL from my C++ program and open the print dialogue box. Thanks for any help! | |
Hi. I'm making a class in an include file. I ran into some touble...When i try to compile, this is what comes up: [CODE] c:\...\renew.h(25) : error C2660: 'localtime_s' : function does not take 1 arguments c:\...\renew.h(36) : error C2660: 'asctime_s' : function does not take 1 arguments [/CODE] Here … | |
Re: I know that this doeson't go with your *free* standards, but if you'r wi;lling to spend 25$ at borders or find it cheaper on Amazon of Ebay, I would [B]HIGHLY[/B] reccomend C++ for Dummies. I'm still reading throug it and it is great. Its funny sometimes to :D | |
Hi. I am making a program, and I have a main section and a class that the main section tefers to in a .h file. The Ifstream part wont work, and i dont know why. Please help. MAIN: [CODE] #include <iostream> #include <cstdio> #include <cstdlib> #include <string> #include <fstream> using … | |
Hi, I keep getting this error on Windows movie maker saying interface has too many methods to fire events from. I already tried converting file formats, but that did...um...nothing. Just wonderin if u could help... Using XP W/ SP3 | |
I am having trouble using cin.getline and classes. Here is the code[CODE] #include <iostream> #include <cstdio> #include <cstdlib> #include <string> #include <fstream> using namespace std; class RememberPlans { public: string date; string subject; string resources; string description; }; RememberPlans nds; // Function Prototypes bool enterPlans(RememberPlans& nds); void exportData(RememberPlans& nds); void … | |
Is there any way in a ifstream to change the font it writes in??? Thanks! Im using Microsoft Visual C++ Extended Edition 2005 on Windows XP | |
Hi. I was just wondering what you thought about C++ and windows development. I'll post a pie chart daily as long as people continue to respond. The Question: What do you think about C++ and windows development.? A - You should only learn C++ B- You should only learn Windows … | |
Hi. I'm beginning to wonder if youre dreading my posts - they are so dumb but.... Is there a way in Microsoft Visual C++ Express Edition to compile the program and save it as a [b].exe[/B] file? Thanks! | |
Hi. I was just wondering if you had any opinions/recomendations on some Text Editors. Specific editors I was wondering about: Dev-C++ Vim Emacs. Any input would be greatly appreciated. | |
Hi, It's me again with another silly question:) I was wondering if there was a way using ofstream to not erase the contents of the file it is writing to and simply write at the end. Thanks! P.S. I'm using windows XP and Dev C++ | |
Hi. I'm new to the forums, and I have a quick question. I would like to add 14 days to the current system date in a program. Here is my code: char date[9]; _strdate(date); char time[9]; _strtime(time); cout << "The due date of your books is: " << date << … | |
Re: Just a quick question - How much RAM do you have in your computer and do you visit websites that run large games or anything else like that. | |
Hi again. In one of my programs, I would like to put in a search type feature. I would like it, so if the user enters a book name, it returns the call number of the book. I would also like it ti display a message if the library doesn't … | |
Re: You could also password protect just the files in the folder if they are from Word, Excel. Powerpoint, etc. (anything Microsoft office Office) | |
Hi Again. I have a password field in one of my programs. I would like to display the letters as a *. Does anyone have some code to achieve this? |
The End.