1,730 Posted Topics
Hi to all, is there any place i can download MSDN Library for VB 6.0? I really need it! with regards! | |
Re: If you use Codelite IDE and use new class wizard there is Singleton option. It makes singleton for you and you can learn from there! It is basically a class utilizing concept of static variable to hold the instance Check [URL="http://www.codeproject.com/KB/cpp/singletonrvs.aspx"]CP [/URL]example and [URL="http://www.codeguru.com/forum/showthread.php?t=344782"]this Question[/URL] | |
Re: You [URL="http://www.jdbc-tutorial.com/"]definitely [/URL]need this tutorial | |
Re: What is contents of include "wconfig.php";? If you search for error message, you will find the [URL="http://php.net/manual/en/function.header.php"]answer[/URL]. But to get the flavor of answer see links below [url]http://www.phpbuilder.com/columns/anonymousjoe20080225.php3[/url] | |
Re: Have you displayed dates to see if Form dates format matches the Database stored dates? | |
Re: Sounds like file modification thing. Use stream classes in <iostream> Just grab right file to edit. Note: Backup file before modifying so that you can prevent a disaster from happening! See: [url]https://help.ubuntu.com/community/EnvironmentVariables[/url] | |
Re: [QUOTE=backendcode;1308972]Please help me out. How to decript the encripted password in php[/QUOTE] So you wanna be [URL="http://www.daniweb.com/forums/thread260004.html"]Cwarn23 II[/URL] ;) | |
Re: [QUOTE=newbietophp1221;1303118] There are no validations yet needed unless you think i need it. [/QUOTE] Beware of [URL="http://unixwiz.net/techtips/sql-injection.html"]SQL injections[/URL]. At least escape your GET/POST stuffs before using them | |
Re: Please elaborate clearly and say what have you done so far Check [url]http://sqlzoo.net/howto/source/z.dir/tip241027/i02create.xml[/url] [url]http://weblogs.sqlteam.com/jeffs/archive/2007/08/23/composite_primary_keys.aspx[/url] | |
Re: there is [URL="http://www.daniweb.com/forums/thread191031.html"]sticky [/URL]at the top for this common issue. Please take time to read it and understand what is cause and what others have faced | |
Re: If it works for Dynamic pages then it should not be hard for static. Just rename your pages to something like story1.htm, story2.htm et al and create that dynamically, something like below. This is not working code, so implement in Murali's code. But why would it be "strictly" Static? [CODE=PHP]i … | |
Re: Well described in [URL="http://www.daniweb.com/forums/thread113056.html"]another thread[/URL] Also see: [url]http://www.learncpp.com/cpp-tutorial/125-the-virtual-table/[/url] [url]http://en.wikipedia.org/wiki/Virtual_method_table[/url] | |
Hi, Please help me spot where I go wrong. I cannot understand why the error. The Code with error and full error are below. Thanks Error:[COLOR="Red"] loaddll.cpp:6: error: invalid conversion from 'void*' to 'void (*)(wxString)'[/COLOR] lines 5, 6 and 7 [CODE=C++]typedef void (*helloSteve)(wxString);//takes string and Shows it! helloSteve myFunc = … | |
| |
Re: Use MySQL [URL="http://dev.mysql.com/doc/refman/5.0/en/update.html"]update[/URL]. If that is too technical, check [URL="http://www.w3schools.com/php/php_mysql_update.asp"]this one[/URL] ![]() | |
Re: [URL="http://devzone.zend.com/article/627"]This[/URL] is the best tutorial I have ever found on PHP, newwbie-sh speaking ![]() | |
Re: After inserting redirect to another page which have link to insert page That is[I] page home.php have link to insert.php if one click link it takes him to insert.php and after inserting redirect to home.php[/I] | |
Re: take examples verbatim and see WHAT it does by compiling and running it Then fiddle with them doing some modification and see HOW it works | |
Re: Would you summarize your question, I have failed to understand it | |
Re: [QUOTE=gaurav_13191;1303258]I tried but could not find any other mistake which could have caused runtime error.. Can you please help!![/QUOTE] Use debugger to step through your code and you will find errornous line which will be easy to fix. Also get yourself Update IDE. I think DevCPP died many years ago! … | |
Re: Sounds like spam installed in your server and started sending flood of stuffs! Have you got massive mail sending like mailing list? How long have you hosted there? | |
Re: And there is nice and concise tutorial on type casting right [URL="http://www.cplusplus.com/doc/tutorial/typecasting/"]here[/URL] | |
Re: [QUOTE=rinoa0424;1302474]uhmmm... hello, I am a 1st yr. college student of IT, and I am curious how to became a white-hat hacker. I am interested to know about it. As of now, our subject is just all about programming c++ and IT 1 fundamentals.. Well it is easy for me to … | |
Hi All, I have a question that I cannot figure out. I have DLL that will export class and some C functions. Should I enclose both definition (.cpp) and Implementation(.h) with extern C? something like below? myfunc.h [CODE=C++] class TestClass{ //some stuffs here }; extern "C" { void myFunc(int x, … | |
I have been Out of real pythoning for a while. My favorite Toolkit is wxpython but It have a huge size due to monolithic nature. So even with simple app, it swells! I was looking if I can have any size difference with Other GUI toolkit, PyGTK! Hope someone will … | |
Re: Go to PHP gys in PHP forum. There are google video on issue just find them! BTW good place to get answers is PHP forum! Steve | |
Re: Have you added to the "Path" something like this?? [QUOTE]C:\Python25;[/QUOTE] | |
Re: Is this a PHP Question? I would suggest you learn AJAX. you can also do that with plain Javascript but I'm too lazy to do it manually while a lot of JS libraries are there. JQuery is my choice. | |
Re: [QUOTE=Ketsuekiame;1294134]Please don't. I may not have been here long but, I believe this site isn't one for giving away answers. [/QUOTE] I have been for sometime and I can assure you, you are right. Reading the rules confirms that | |
Re: Hi, clearStyle: true and fillSpace:true is all you need [CODE=JAVASCRIPT]$("#accordion").accordion({ header: "h3", clearStyle: true, fillSpace:true });[/CODE] | |
Re: [QUOTE=steventaal;1282349]When I use wxDevC++, I get a 'can't find -lwxmsw28' error... How did you get it to work?[/QUOTE] Save yourself some pains and download [URL="http://codelite.org"]codelite[/URL] | |
Re: (1) what does he think of GUI toolkits specifically Win32, wxWidgets and QT? Which one does he use? and This is specifically my interest -> What does he think of wxWidgets? (2) What is his comments on Compilers/Debuggers? Which one is his favorite? (3) What does he think of IDEs? … | |
Re: Just use JQuery and the UI libraries. It have calender with one line of code and they take care of browsers. Check it [URL="http://jqueryui.com/"]here[/URL] You need to learn JQuery which is breeze if you know javascript | |
Re: Yeso, posting your code will help. And...JQuery is my suggestion for you. It have made ajax a Juice ;) Edit: here is link to tutorials [url]http://docs.jquery.com/Tutorials[/url] | |
Hello, I need to load JQuery UI tabs ajax call. I have made tabs and works well with my projects. I have problem in using ajax to reload one of the tabs using ajax call. When user select another thing in Drop down menu I have no way to reload … | |
Re: I found VB Somehow confusing to me as beginner (Check my first posts), and I moved on with Python and PHP and then C++. I think the only confusing points is when you come to pointers. They are somehow confusing but the other stuffs are somehow simpler. Many says VB … | |
Just a curious Question, Is there a way of putting Vpython in wxpython as we do in case of wx.MediaCtrl and other stuffs? | |
Re: How harder or easier depends on many things, some are 1. Learner Background 2. Learner patience in learning (You have to be a bulldog :)) 3. Learner's willingness to practice 4. Learning and asking right questions in right places 5. Motive for learning Not so difficult but it is somehow … | |
Re: and don't use Dev-C++, use Updated IDE like wxDevCpp, CodeLite or Code::Blocks And this is bad coding. Make separate .h and .cpp files for your top level windows class which inherits wxFrame and do your stuffs there. Then Instantiate that class in main app. [CODE=C++]wxFrame *frame = new wxFrame;[/CODE] Grab … | |
I have tried whatever I can but i'm yet to find a definition I can understand. Would anyone try to "educate" me on what is enterprise java beans? | |
Re: folders under var are protected, so before you start putting files there do this [QUOTE] myaccount@mymachine:~$ [COLOR="Red"]cd /var/[/COLOR] myaccount@mymachine:/var$ [COLOR="Red"]sudo chmod -R 777 www/[/COLOR] [sudo] password for myaccount: <type your password> [/QUOTE] Note that command you are to type are in red hope it helps | |
Re: Take a look at this code, it does what you want and try to understand it and ask where you don't understand. [CODE=Java]class Sample { public static void main(String args[]) { int Add=0;; int Store=0; char[] myStringArray = args[0].toCharArray(); System.out.println("The length of the String is "+myStringArray.length);//Calculating length for(char c: myStringArray) … | |
Re: Then CD is probably scratched. Have you tried to restart and see if it get stuck in the same place? | |
Re: For me it sounds like installation problems. It is working fine for me. see screenshot. Which OS do you use. I guess you should re-install JDK | |
Re: Make a bible study in Java Look at crosswire.com for libjsword EDIT: Also make mobile app that will blacklist certain numbers from calling. I think that will be good teaser | |
Re: Comodo firewall for windows, firestarter GUI for Ubuntu firewall. | |
Re: [QUOTE]sudo apt-get install epsos[/QUOTE] and ubuntu gets you installed ;) | |
Re: [QUOTE=technology;1274553] I wont be posting complete solutions ever again[/QUOTE] That is not wisdom my friend. It is a matter of show-effort-and-we-help! If he shows enough effort you can help him like that but not give him copy and paste and bang, here is 100%. Some people use week(s) trying to … | |
Re: I'm zero in MFC but I would suggest [URL="http://wxwidets.org"]wxWidgets[/URL]. Many big app are made of it and it si cross platform and... MFC-ish (according to Coders) | |
Re: [QUOTE=echellwig;1268183]Hi, I am trying to interface between Java and Python in a program called Eclipse. Specifically, I need to call a program I wrote in python while in java. Any insight on how to do this would be helpful. Thanks! Elise[/QUOTE] Have you looked at [URL="http://www.jython.org/"]Jython[/URL]? Also take note that … |
The End.