417 Posted Topics
Re: its not working because its all inside of a comment. remove the <!-- and --> from it. so it looks just like this [code] <xmp> <script language="JavaScript"> function click() {if (event.button==2){alert('This is my Script')}}document.onmousedown=click// </script> </xmp> [/code] also, remember good formatting of the code will be your best freind later … | |
Re: [quote=Emmaliu;304338]Thanks a lot.[/quote] hey i hope this helps you out some [URL]http://www.daniweb.com/techtalkforums/thread62112.html[/URL] its a HOWTO i wrote that covers how to query a database and return all of the information in a particular table. | |
Re: While you do not need to use the DOM API to handle the XML, it is recommened. Just going through and deleting the last line and appending what you think is right can result in poorly formed XML documents. If you are having troubles understanding the DOM API please feel … | |
Re: are you sure? what OS? i just opened up the command prompt and typed IF EXIST Desktop ECHO hi my prompt Echo'd out HI to test i wrote IF EXIST DirThatDoesNotExist ECHO hi nothing was echo'd back out! | |
Re: i will post the conversion for you, give me a minute. [code="csharp"] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; namespace WinAPI { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender , EventArgs e) … | |
Re: [QUOTE=Lukecro]Another clue: Outlook Express works when I log in to XP as a different user. I have my Dell PC set up so that for two users: myself and my roommate. Now, after I uninstalled XP sp2, I shut down the PC. Then, apparently, my roommate booted the PC up. … | |
Re: check out this forum, its got alot of info on what you can do [url="http://www.experts-exchange.com/Networking/Q_21053744.html"]http://www.experts-exchange.com/Networking/Q_21053744.html[/url] | |
Re: i dont know very much about c as of yet, but from what happend to me and looking at your source you forgot to add a line for what to do if your choice is somthing other than 0 1, it needs a value for Null (no entry) and all … | |
Re: when I graduated from college I wrote a multi-threaded database administration tool. Has lots of use if you cover more than just a SQL entry pane. If you include functionality like, creating, removing, updating, adjusting tables...etc | |
Re: [url]http://www.eapps.com/[/url] I've used them for quite some time, good pricing and a TON of control over the server. Great service and a ton of FAQ documentation to cover some of the various tasks one would setup: Tomcat, Glassfish, SSH, SFTP...etc | |
Re: i put all my money in an old maynaise jar and then bury it in the backyard for 30 years. | |
Re: First of all it is Node not Nod. the only way to add check boxes to the node tree is by specifying it on the TreeView object itself, thus all of the nodes will have checkboxes. but in your example it would be [code="csharp"] treeView1.CheckBoxes = true; [/code] another method … | |
[CODE]Could not connect to: : 50404 java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:520) at java.net.Socket.connect(Socket.java:470) at java.net.Socket.<init>(Socket.java:367) at java.net.Socket.<init>(Socket.java:180) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.connect(RemoteTestRunner.java:560) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:377) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) [/CODE] has anyone run into this issue and or find a fix? I've not been … | |
Re: [url="http://enscape.net/index.php?id=114"]http://enscape.net/index.php?id=114[/url] step by step settings to setting up a windows web server. [url="http://www.w3schools.com/php/default.asp"]http://www.w3schools.com/php/default.asp[/url] w3schools guide to PHP [url="http://daniweb.com/techtalkforums/forum53.html"]http://daniweb.com/techtalkforums/forum53.html[/url] snippits section of PHP this should help you get on your feet quite nicely . once you have finished installing your web server and reading through w3schools giude to PHP, check out … | |
Re: this is the usual method i use for a message box [code="cplusplus"] if ( MessageBox::Show("Some Message", "Some Title", MessageBoxButtons::YesNo, MessageBoxIcon::Information) == DialogResult::Yes) { //write the code to do what i need } [/code] | |
[B]Intro[/B] OK, there's going to be a lot here, but it's just something that I built as my own crapped down version of PHPmyAdmin. I know it's not great. but that's not the point ;) [B]Getting started[/B] db_management: [PHP] <html> <body> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="top"> … | |
Re: a quick search of the forums produced: [url]http://sourceforge.net/projects/jzjkit[/url] which points to: [url]http://developer.k-int.com/projects.php?page=jzkit2[/url] where I am sure you can find all of the answers to your questions :) | |
Re: I found the best book to be google and the best tutorials to be whatever the mind can conceptualize into the digital world. I have been writing software since the 6th grade (C++ and Java more recently) and I must say I learned the most when I took every day … | |
Re: I'm still not sure what you are asking, are you trying to determine if each position in a given string is a digit (numeric)? If so then what was stated above will do just fine. If not what is the purpose of comparing a gigantor number such as xyz...512 characters … | |
Re: [quote=yumvpvip;402054]I don't think so. the result will be the fllowigs: a=b; b=0; I am a beginner:) please give me some advice[/quote] actually it does work assume a = 3 and b = 7 a = a + b a = 10 b = 7 b = a - b a … | |
just the other day my girlfriend logged onto AOL like normal to check her email, later that day when she went to log back on she could no longer connect, the model will dial but she cant get a connection, it goes through the booping and beeping while it dials … | |
Re: i am just going to say this. LOL to your topic...of course illegal software can cause problems. | |
Re: I couldn't imagine any bit of competent help being not worth while, but then again I've been surprised before. However, the fact that he offers it in 6DVDs or VHS tapes makes me wonder when the last time he kept up on anything was. The description really doesn't get all … | |
Re: try posting in the C++/C forum, you will get much more help there. | |
Re: [QUOTE=mikeandike22]do a spybot s&d scan, a ad-aware scan, and a virus scan and then post your hijackthis log in the security forum. This is posted in the wrong section.[/QUOTE] he said he's already done that to no avail. I would suggest just doing a HJT log if non of the … | |
Re: ok. heres my desktop(s) i run a dual monitor setup so its a huge picture. | |
[php] <?php /* declar some relevant variables */ $Host = "localhost"; //location of mySQL on server $User = "michael"; //my username $Pass = "koolaide"; //my password $Name = "phpaccess"; //name of the database to be used $Table = "info"; //name of the table within the database mysql_connect ($Host, $User, $Pass, … | |
every now and then when browsing the web certain sites cause this pop up to occur: [IMG]http://www.kortclan.com/RoundTable/Vault/data/images/lamethings.JPG[/IMG] what can i do to disable this piece of crap. I dont want to make a passport and i sure as hell dont want to be reminded every freaking 5 seconds when im … | |
Re: from my experienc with a wired router connected to a wireless router, its a bad idea we had so many problems it became a hassle and every half hour or so we had to reset the routers so that we could get back online. we finaly changed the wireless router … | |
Re: i dont follow you. do you mean like a barcode generator? like this? [url="http://www.barcodesinc.com/generator/index.php"]http://www.barcodesinc.com/generator/index.php[/url] | |
Re: i like your site but it really isnt set up for dynamic menues. it doesnt look good how they cover up the other buttons. maybe try adjusting the layout in a way so that they can pop out and not cover so much up. | |
I need help with this script i got from dynamicdrive.com my main issue is, that besides folding out like that, i need it to swap the image too. because i have created open and closed states for each of the buttons on there. i need it to do the current … | |
Re: have you tried looking in your internets history for the site?? also if you need info on anything, look for the FCCID Number, with that number you can put it into an FCCID reader and you can find out all the info you will ever need to know about the … | |
Re: toooo many to name: All Final Fantasy All MegaMan Chrono Chross All Zelda's soo many games CS DoD CoD Nascar 2003 by papyrus racing sooo many | |
Re: [QUOTE=RamyMahrous;535332].net framework missing!![/QUOTE] while that may be, we cannot assume that it's due to that. we need more information, such as the error he is getting. | |
Re: I use Microsoft Visual Studio Professional if you are just starting out i would recommend the express versions. I've dabbled around in other IDEs and with other compilers but i happen to like the MS Vis-studio IDE /Compiler the best. The MSDN Library microsoft offers is very compiled as well. … | |
Re: fastest/funnest way (for me at least): find a friend or ask your parents for a very simple program that they would like to see * Temperature calculator * Recipe Program (for saving drink mixes...etc) * Number guessing game (hi-low game is very simple) ...etc Once you have found an application … | |
Re: post up some of your source and the exact issues are that you are having. | |
Re: [QUOTE=majestic0110;517659]thanks for your reply, I knew about that, trouble is when I create my windows forms they do not look anywhere near as professional as microsofts. do you see what I mean ?[/QUOTE] well the developers at microsoft have years and years of experience in UI design, and are more … | |
Re: what generated that error? was it partition magic ie pointing out that error? if so maybe there is some help documentation that will tell you exactly what is going on and how to address it. here we go, i did a search and found you your answer Solution: Error 993 … | |
Re: what is the reasoning behind booting someone to the login screen if they dont know the password to an application? | |
Re: i've been through enough interviews to know that there is no answer to this question. pickup the C# pocket reference as that will be your best friend though. | |
Hey, i was wondering if there was a way to do a custom error check. Such as if a user inputs anything other than a number then i would like it to output an error message. short of having to type in every letter and symbol on the keyboard is … | |
Re: cool because i like starwars otherwise i am not sure of it's purpose. | |
Re: Aside from the major syntax and naming issues: thats because your array of 20 looks like [code] Rudolf00000000000000 -------------------- // each 0 is actually a null character [/code] where as the array you specify looks like this [code] Rudolf ------ [/code] | |
Re: you could however generate positive values and multiply by -1 :) | |
Re: Smalltalk hello world [code] Transcript show: 'hello world'. [/code] or [code] Dialog warn: 'hello world'. [/code] or [code] 'hello world' inspect. [/code] | |
Re: [QUOTE=chizzlelee]hi there friends, just recently (last month or so) my mouse has been acting up on me....earlier tonight...and several other occasions... i was browsing forums and BAM my mouse pointer goes haywire without my moving it...it opens up the start menu, task manager, everything...it's crazy...i dont' know what it is...i'm … | |
Re: im not sure if this hall.dll was ever resolved, but i read online it had to do with a bad boot.ini file.... [url="http://www.techlearning.com/story/showArticle.jhtml?articleID=15600281"]http://www.techlearning.com/story/showArticle.jhtml?articleID=15600281[/url] not sure how correct they are, but worth the read. i didnt take the time to read all the posts cuz their was alot, and they were … |
The End.