537 Posted Topics
Hi all, I hope you are well. I am trying to remove the Trojan "win32 cutwail.j" from a friends computer, the first step I have taken was to scan with Spybot S & D which removed some malware. I believe that the payload is still prevalent in the system though. … | |
Hi all, I hope you are well. I am in the process of building a small Java application that reads data in from a unicode text file (.txt) and processes it into a jTextArea. The trouble I am having is that the unicode file contains some Greek characters, most of … | |
Hi all I have a program that interacts with files. Now I would like these files to have thier extensions changed upon processing in my program. Any good tips/tutorials you can throw at me? Many thanks. | |
Hi all, I hope you are well. I am trying to explain some code to a friend : [CODE]StringConcatenate StringConcatenate1 = new StringConcatenate(); StringConcatenate1.stringConcat(); [/CODE] I said that this code creates an object "StringConcatenate1 " of type StringConcatenate and executes method stringConcat() (which is from class StringConcatenate()) on object StringConcatenate1. … | |
| |
Re: I often debate this to myself, but I guess ultimately we won't know 'til the day we die. Although we may not even know then lol | |
Hi all, I hope you are well. It's been a while since I posted anything on here but I now have a question. I am currently in shared accomodation, with shared internet access using a Netgear wireless router. One of my housemates has taken it upon themselves to configure the … | |
Re: in solution explorer of your project, you should see a folder named "references" (I think - dont have VS on this machine) right click it then add the appropriate crystal report namespace. Hope this helped | |
Re: Hi there Thunderman and welcome to DaniWeb! Here is a great link where I believe you will find your answer: [QUOTE][url]http://forums.asp.net/p/1245191/2286373.aspx[/url][/QUOTE] Hope that helps you | |
Re: i can help with the message box question, the snippet below is used to create a dialog box : string message = "blah"; string caption = "blah"; MessageBoxButtons buttons = MessageBoxButtons.YesNo; DialogResult result; result = MessageBox.Show(message, caption, buttons, icon); | |
Re: well I guess the most important question is - is it still in warranty? sounds to me like your monitor is dead. Try to connect your notebook to an external monitor if you have the opportunity. that will let you know if the monitor on your laptop is dead or … | |
Re: Ahhh Codeproject - love that site Jerry! I think (not tested it) this will work: [CODE=C#]OpenFileDialog op = new OpenFileDialog(); op.ShowDialog();[/CODE] Hope that helps! Just put that in the event handler of the button you wish to be the browse button! | |
Re: Hmm, interesting. Is your battery dead completely? Thinking the mains power supply might have blown - I have had a Toshiba laptop mains that blew myself. Had to change the fuse then it was fine.... | |
Re: Hmm try this Sonia : [QUOTE][url]http://www.tweakxp.com/article36791.aspx[/url][/QUOTE]Are you using a Computer at work? You may need to speak to your system administrator as you might not have sufficient privileges to open admin tools. HTH | |
Re: <<<<is a brit. Got 85% british ! "Are you British? Hell, you're more of a Brit than the Queen is!" lol | |
Re: Sorry but someone had to say this one: which came first, the chicken or the egg? (again I am sorry lol) | |
Re: On the educational side of things you could design & develop a teachers management system: 1.use a language such as java, c# etc as a front end GUI 2.use SQL as back end database The system could incorporate emergency contact details for pupils and teacher timetables etc etc. this system … | |
Re: Great game Dude, its amazing how poor I am, havent even got to 100ft yet lol. :-/ | |
Re: My toshiba laptop keyboard - even has a number pad (an absolute necessity) and soft bouncy keys! | |
Re: Hi there manickamk, welcome to DaniWeb! The most obvious project would be a user login interface that also has a shopping cart function (like amazon). Here is a great tutorial on how you could build the application. [QUOTE][url]http://www.sitepoint.com/article/net-shopping-cart-datatables[/url][/QUOTE] My advice would be to discuss this with your tutor(s) as they … | |
Hi I was just wondering if there was any way to open up an ASPX file in IE? I have tried navigatin to the folder in my file system and selected 'open with' but I get the following: [COLOR="Red"]A name was started with an invalid character. Error processing resource 'file:///C:/Users/[I]username[/I]/Documents/Visual … | |
| |
Re: Impolite posters. arrogant posters, who think personally offending someone is a good idea. non code taggers (again). text speak. Typing errors (we are all guilty of that at some point though, but there is a limit to how much one can take!) Not necessarily in that order though ! | |
Re: Yeah I second that MakeMoneyOnline, let bygones be bygones! | |
Re: Hi, this may help you: [QUOTE][url]http://msdn.microsoft.com/en-us/library/aa378772(VS.85).aspx[/url][/QUOTE] Please do not ask me to explain I have had very little experience with this myself lol | |
Re: Awesome pictures there Jasimp, have tried to photograph fireworks myself on Guy Fawkes night, nothing like as clear as those images! Nice work! | |
Re: Look here [QUOTE][url]http://www.daniweb.com/forums/thread6028.html[/url][/QUOTE] | |
Re: right click the bin and tell me if you see anything odd. Look at "Max size of recycle bin" slider | |
Re: 3 years for me, started with C, now I am on C# via Java | |
| |
Re: Stellarium! its just very cool. And a free download can be found here: [QUOTE][url]http://www.stellarium.org/[/url][/QUOTE] It is a planetarium program that shows exactly what you would see when you look up at the stars. I also like VLC media player a lot! | |
Re: Have you defined (in your ASPX code) the "onclick event" as 'SubmitACH_Click'? I see that you have defined it. Have you solved this ? | |
Re: I am not at all fashion conscious. I just wear pretty much any old rag and if anything needs replacing I nip down to tesco lol | |
Re: Hi there Jess, here is a book that I used when I first started ASP.NET 2.0 programming. [QUOTE][url]http://www.amazon.com/Sams-Teach-Yourself-ASP-NET-Days/dp/0672321688[/url][/QUOTE] Its a great book and contains lots of useful code samples and explains them thoroughly. Hope that helps :) | |
Re: Hi this link has sample code for a chat application using Asp.net: [QUOTE][url]http://www.codeproject.com/KB/applications/AliAspNetChat.aspx[/url][/QUOTE] Hope that helps :) | |
Re: hi there check this link: [QUOTE][url]http://www.oracle.com/technology/pub/columns/hull_php2.html[/url][/QUOTE] | |
Re: I had no idea what they were either! Check this: [QUOTE][url]http://en.wikipedia.org/wiki/Cooties[/url][/QUOTE] lol | |
Re: Hi there Ochien and welcome to DaniWeb :) Here is a very good tutorial on how to build a radio application with C#. If you are new to C# this is going to be quite a challenge, but I believe the link gives you enough information to build the application … | |
Re: Hi there Pranav :). This link has the answer to your problem! [QUOTE][url]http://support.microsoft.com/kb/320268[/url][/QUOTE] Further information can be found here: [QUOTE][url]http://msdn2.microsoft.com/en-us/library/ms994923.aspx[/url][/QUOTE] I hope this helps! | |
Re: Hi there Rashmi, here is a great link with sample code for the asp.net calendar control: [QUOTE][url]http://www.w3schools.com/aspnet/control_calendar.asp[/url][/QUOTE] Hope this helps. It does not require javascript :) | |
Re: Hi there FaridMasood, although I cannot give you an EXACT answer (I would need to see your code) I believe this link may have the answer you need: [QUOTE][url]http://www.codeproject.com/KB/applications/AliAspNetChat.aspx[/url][/QUOTE] Hope this helps! | |
Re: Hi there msspitful and welcome to DaniWeb. I had to search on google for this, but I found your answer here: [URL="http://bytes.com/forum/thread242168.html"]http://bytes.com/forum/thread242168.html[/URL] I hope this helps! Please mark your thread as solved once you get the answer.:) | |
The End.