1,730 Posted Topics

Member Avatar for Stefano Mtangoo

Hi to all, is there any place i can download MSDN Library for VB 6.0? I really need it! with regards!

Member Avatar for Stefano Mtangoo
0
2K
Member Avatar for vbx_wx

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]

Member Avatar for Stefano Mtangoo
0
96
Member Avatar for Harine

You [URL="http://www.jdbc-tutorial.com/"]definitely [/URL]need this tutorial

Member Avatar for Harine
0
75
Member Avatar for Mecklar

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]

Member Avatar for sourcebits
0
168
Member Avatar for prerit
Member Avatar for Stefano Mtangoo
0
185
Member Avatar for 333kyle333

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]

Member Avatar for 333kyle333
0
304
Member Avatar for backendcode

[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] ;)

Member Avatar for MindSter
0
188
Member Avatar for newbietophp1221

[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

Member Avatar for newbietophp1221
0
149
Member Avatar for cristi08

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]

Member Avatar for Stefano Mtangoo
0
59
Member Avatar for trilogy09

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

Member Avatar for Stefano Mtangoo
0
215
Member Avatar for gpmmuthu

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 …

Member Avatar for gpmmuthu
0
405
Member Avatar for ramesh.goli

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]

Member Avatar for Frederick2
0
47
Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
1K
Member Avatar for madhub2v
Member Avatar for Stefano Mtangoo
0
152
Member Avatar for xofth

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]

Member Avatar for rajarajan2017
0
61
Member Avatar for MooGeek

[URL="http://devzone.zend.com/article/627"]This[/URL] is the best tutorial I have ever found on PHP, newwbie-sh speaking

Member Avatar for rajarajan2017
0
146
Member Avatar for jaycastr

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]

Member Avatar for metalix
0
109
Member Avatar for Rez11

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

Member Avatar for denguru4
0
117
Member Avatar for plizz
Member Avatar for mike_2000_17
0
277
Member Avatar for gaurav_13191

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

Member Avatar for arkoenig
0
110
Member Avatar for vibhaJ

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?

Member Avatar for Stefano Mtangoo
0
157
Member Avatar for hanvyj

And there is nice and concise tutorial on type casting right [URL="http://www.cplusplus.com/doc/tutorial/typecasting/"]here[/URL]

Member Avatar for Stefano Mtangoo
0
5K
Member Avatar for rinoa0424

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

Member Avatar for Narue
0
218
Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
223
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
293
Member Avatar for LaurieArtesis

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

Member Avatar for Stefano Mtangoo
0
361
Member Avatar for deeapk_kapdi
Member Avatar for TrustyTony
0
9K
Member Avatar for MDanz

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.

Member Avatar for Stefano Mtangoo
0
101
Member Avatar for cj232

[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

Member Avatar for Stefano Mtangoo
0
128
Member Avatar for freiheit

Hi, clearStyle: true and fillSpace:true is all you need [CODE=JAVASCRIPT]$("#accordion").accordion({ header: "h3", clearStyle: true, fillSpace:true });[/CODE]

Member Avatar for freiheit
0
121
Member Avatar for mooseguy

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

Member Avatar for allq
0
363
Member Avatar for WASDted

(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? …

Member Avatar for AuburnMathTutor
2
715
Member Avatar for binesh.uba

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

Member Avatar for binesh.uba
0
274
Member Avatar for sridharjakkula

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]

Member Avatar for sridharjakkula
0
174
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
105
Member Avatar for ThrasherK

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 …

Member Avatar for Fbody
0
677
Member Avatar for Stefano Mtangoo

Just a curious Question, Is there a way of putting Vpython in wxpython as we do in case of wx.MediaCtrl and other stuffs?

Member Avatar for isabel puchoc
0
433
Member Avatar for yap.nice

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 …

Member Avatar for akilank
0
159
Member Avatar for steventaal

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 …

Member Avatar for Stefano Mtangoo
0
218
Member Avatar for Stefano Mtangoo

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?

Member Avatar for Stefano Mtangoo
0
121
Member Avatar for fadi-ft

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

Member Avatar for Stefano Mtangoo
0
250
Member Avatar for prem2

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

Member Avatar for kdmuk10
0
520
Member Avatar for snefmoo

Then CD is probably scratched. Have you tried to restart and see if it get stuck in the same place?

Member Avatar for Stefano Mtangoo
0
147
Member Avatar for paul ince

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

Member Avatar for Stefano Mtangoo
0
953
Member Avatar for mandar2886

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

Member Avatar for Stefano Mtangoo
0
64
Member Avatar for technology
Member Avatar for epsos
Member Avatar for aldrin12

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

Member Avatar for Stefano Mtangoo
0
201
Member Avatar for Buffalo101

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)

Member Avatar for LevyDee
0
102
Member Avatar for echellwig

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

Member Avatar for Stefano Mtangoo
0
102

The End.