417 Posted Topics

Member Avatar for aeinstein

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 …

Member Avatar for flexsmith093
0
353
Member Avatar for Emmaliu

[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.

Member Avatar for kanchanraaj
0
1K
Member Avatar for VinceAshbySmith

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 …

Member Avatar for masijade
0
3K
Member Avatar for satya.vijai

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!

Member Avatar for JenniC
-1
2K
Member Avatar for hendyhanusin

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) …

Member Avatar for Johan Stolk
0
394
Member Avatar for Lukecro

[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. …

Member Avatar for Devilspit
-2
2K
Member Avatar for cargenius42

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]

Member Avatar for freetechexams
0
825
Member Avatar for newbieneedshelp

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 …

Member Avatar for Justin7
2
122
Member Avatar for vishalkhialani

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

Member Avatar for vishalkhialani
0
135
Member Avatar for simplypriti

[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

Member Avatar for simplypriti
0
144
Member Avatar for Tony1

i put all my money in an old maynaise jar and then bury it in the backyard for 30 years.

Member Avatar for GrimJack
0
322
Member Avatar for kobi

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 …

Member Avatar for coder_guru
0
161
Member Avatar for Killer_Typo

[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 …

Member Avatar for dmanchester
0
1K
Member Avatar for vnnguy

[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 …

Member Avatar for jamello
-1
272
Member Avatar for nadith_cs

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]

Member Avatar for Nicklorion
0
200
Member Avatar for Killer_Typo

[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"> …

Member Avatar for pansylea
0
211
Member Avatar for Igor Kirillov

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 :)

Member Avatar for Killer_Typo
0
115
Member Avatar for TidusBlade

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 …

Member Avatar for TidusBlade
0
359
Member Avatar for koolhoney07

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 …

Member Avatar for verruckt24
0
2K
Member Avatar for meabed

[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 …

Member Avatar for Lisa1110
3
1K
Member Avatar for Killer_Typo

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 …

Member Avatar for JrsyGirl522
0
287
Member Avatar for laoli
Member Avatar for jbennet
0
1K
Member Avatar for clutchkiller

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 …

Member Avatar for Ancient Dragon
0
155
Member Avatar for minnie
Member Avatar for Salem
0
167
Member Avatar for billy61788

[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 …

Member Avatar for PhilliePhan
0
189
Member Avatar for crunchie

ok. heres my desktop(s) i run a dual monitor setup so its a huge picture.

Member Avatar for shaneram
0
2K
Member Avatar for Killer_Typo

[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, …

Member Avatar for michael.mckee
0
3K
Member Avatar for Killer_Typo

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 …

Member Avatar for sitnah
0
171
Member Avatar for DrkStrngr

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 …

Member Avatar for cbemerine
0
250
Member Avatar for DARKSTAR

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]

Member Avatar for jasimp
0
557
Member Avatar for moose41

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.

Member Avatar for rafael.franco
0
275
Member Avatar for Killer_Typo

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 …

Member Avatar for rafael.franco
0
243
Member Avatar for KF4SQB

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 …

Member Avatar for Gort
0
176
Member Avatar for samaru

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

Member Avatar for Chaky
0
1K
Member Avatar for abidbhat

[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.

Member Avatar for Killer_Typo
0
191
Member Avatar for vishalkhialani

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. …

Member Avatar for vijayan121
1
199
Member Avatar for boyet1970

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 …

Member Avatar for TimeFractal
0
110
Member Avatar for Heeyriss

post up some of your source and the exact issues are that you are having.

Member Avatar for Killer_Typo
0
92
Member Avatar for majestic0110

[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 …

Member Avatar for majestic0110
0
124
Member Avatar for rams_

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 …

Member Avatar for reyark
0
632
Member Avatar for jigoro

what is the reasoning behind booting someone to the login screen if they dont know the password to an application?

Member Avatar for Kerjo
0
92
Member Avatar for brainchief
Member Avatar for prahalad
Re: C#

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.

Member Avatar for msenthilrajan
0
167
Member Avatar for Killer_Typo

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 …

Member Avatar for Jugortha
0
322
Member Avatar for onelilfizzle

cool because i like starwars otherwise i am not sure of it's purpose.

Member Avatar for zandiago
0
104
Member Avatar for toko

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]

Member Avatar for toko
0
220
Member Avatar for knowledgelover
Member Avatar for Killer_Typo
0
461
Member Avatar for vegaseat

Smalltalk hello world [code] Transcript show: 'hello world'. [/code] or [code] Dialog warn: 'hello world'. [/code] or [code] 'hello world' inspect. [/code]

Member Avatar for sgssergio
0
1K
Member Avatar for chizzlelee

[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 …

Member Avatar for Pure___Ignoranc
0
354
Member Avatar for sunflower0475@c

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 …

Member Avatar for rgpettit
0
2K

The End.