1,730 Posted Topics
Re: [QUOTE=scru;935847]I'm with jlm699. Give us an error log or message.[/QUOTE] +1 | |
![]() | Re: I'm not yet int threds, but hope this will help you: [url]http://www.daniweb.com/forums/thread36752.html[/url] [url]http://bytes.com/groups/python/514796-how-force-thread-stop[/url] [url]http://docs.python.org/library/threading.html#module-threading[/url] |
I played with registry long ago and would not like to mess up with it (since I'm no longer as expert as I used to be:) ) help me colleagues to add comodo internet security to make it start with windows. I checked configuration and I don't see the option … | |
Re: What have you done so far? Remember we have to help you get somewhere, but you must have something :) | |
Re: Google is a good friend :) [url]http://www.google.co.tz/search?q=his+proccess+could+not+be+started+!%22+QT&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active[/url] | |
I want to use folded panel in wxPython, like one In explorer in Windows XP. I have tried to check through API and Demo but I cannot Get Idea. The Demo example is complicated Anyone to get me up and running. I'm still googling, but your help is highly appreciated … | |
I have two different pyApps, and I want to make a task bar Icons. For one I use .ico file and another .png file. The .ico one works but not the .png file. Does it mean I cannot use PNG file to make taskbar icon? Here is a code that … | |
Hello guys, I have loaded akrip32.dll and can get handle within a function, but cannot get it when calling the function in main() Please help me app.cpp [CODE=C++] #include <iostream> //testing function below //main application int main() { CDRip instance; DWORD ver = instance.GetVersion(); LPGETCDHAND cdhandle; HCDROM handle ; handle … | |
Re: Do you have a book or just refence docs? Their book is now free and just search forum for it. I posted it somewher in the forum. It explains alot and got me up ad running :) | |
I want to make simple MSN/YAHOO Chat. I have some knowledge on sockets but I don't know what more I need to know. So My Question Is, what is pre-requisites before I jump into the Project. NOTE: The project is for learning Python/wxPython Thanks :D | |
Re: Download MSDN on your computer. I have it and the search takes short time | |
Re: Plus that, is it freely and legally released? If not, then consider to beg no more because daniweb is for legal stuffs only. However there are other free books around there: 1. Thinking in C++ two volumes [url]http://www.lib.ru.ac.th/download/e-books/TIC2Vone.pdf[/url] [url]http://www.lib.ru.ac.th/download/e-books/Tic2Vtwo.pdf[/url] 2. C++ Beginner's Guide [url]http://msdn.microsoft.com/en-us/beginner/cc305129.aspx[/url] Hope it help :) | |
Re: C++ How to Program by Deitel Thinking in C++ by Eckel, Bruce (Because you can download) There is one beiginner's guide by Schidilt at Micrisoft's VC++ express page | |
Hi, I'm finding if there is freeware equivalent of Buttonshop here: [url]http://www.kristanixsoftware.com/buttonshop/[/url] I was having once from [url]www.giveawayoftheday.com[/url] but my HHD got crashed :( | |
Iam finishing my little database based small project and I need to save current status for next time(The save option :) ) The stuff I want to save is just list of tuples and I have to save: 1. The List of tuple 2. The index of the last element … | |
What is ctypes data for BOOL? I mean in C++ to ctypes we have: int--> c_int float--> c_float what about BOOL? | |
Re: # include<iostream> #include<string> #include<windows.h> #include<fstream> using namespace std; ofstream outf("ticket.txt"); int selct; char ch; class passenger{ public: int age,idno,routeno; double tic,tic3,tic5; string to,name,sex; public: void ticketprice(){ cout<<" (1) WATCH PRICES "<<endl; cout<<""<<endl; cout<<""<<endl; cout<<""<<endl; cout<<""<<endl; cout<<"-----------------------------------------------------------------------------"<<endl; SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 14); cout<<" Route - Economy class - Business class "<<endl; SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 15); cout<<"-----------------------------------------------------------------------------"<<endl; … | |
Re: Why wont you leave Idle alone? There are some good IDE down there: 1. I use Wingware's Personal, but before that I used 101 edition IMHO, 101 is far best than IDLE and have good debugger 2. Netbeans Early Access - Python 3. DrPython | |
![]() | Re: see same discussion on windows recorder here: [url]http://discussions.virtualdr.com/archive/index.php/t-185935.html[/url] try this as they suggested: [url]http://www.fridgesoft.de/harddiskogg.php[/url] |
Re: [code=python]def Gold_Keeper(x): a = 200 if x <= a: print a+x, elif x >= a: print a+x, else: pass [/code] | |
Re: [QUOTE=paulthom12345;922539]Basically its a fault with IDLE, i get this problem a lot, so what i do is i write my code in IDLE and then i run it through the command line. Because as much as you can try there isnt a way around this. I searched for ages, on … | |
I use wamp for PHP issues and would like to Add python support, specifically Django. How do I do that? :) | |
Re: try wxWidgets. Takes time to learn but pays [url]www.wxwidgets.org[/url] EDIT: Search somewhere in the forum I have posted the Link to their free Ebook. | |
Is it good Idea for Newbie in Java like me(Python guy) to begine with 3rd Edition of thinking in Java by Bruce Eckel? The reason is, it is free downloadable. If no any suggestion? | |
Re: [QUOTE=waldchr;922253]As a beginner, you should find some online tutorials on how to write C++. You also need a compiler, preferably with an IDE. I recommend Dev-C++ bloodshed for beginers, but you should definitely upgrade once you know how. The subject is simply to vast to be answered in one post. … | |
Re: Just choose int version. Why? Someone will explain. But according to Salem, void mainers are doomed :D | |
Re: Here is a Jump start: Download and install (Check the one bundled with Mingw) [url]www.codeblocks.org[/url] Books: Thinking in C++ [url]http://www.google.co.tz/search?hl=sw&q=thinking+in+C%2B%2B+pdf&meta=&aq=f&oq=[/url] tutorials: [url]www.cplusplus.com[/url] [url]www.cprogramming.com[/url] Happy coding! Wait to see your OS :D ![]() | |
Re: Go for one tha comes with Codeblocks [url]www.codeblocks.org[/url] | |
I'm practing with Akrip32.dll for a time now and I can get the DLL version as DWORD. The Version is divided as HIWORD and LOWORD Can anyone help me interpret these Buzzwords? I have no Idea of what they are | |
Re: check here: [url]http://docs.python.org/tutorial/classes.html[/url] | |
Hi All, I'm having trouble with my code. When I compile I get Undefined reference to class::method where by class and method are my class and method. I get my methods from akrip32.dll I,m at work so I have no source files, but I will attach them later when I … | |
Re: While trying to fix it, try pidgin Just google it. It handles almost all protocols (Including MSN and Yahoo) | |
Re: Tried check disk? Try something like this (Assuming F is your drive) chkdsk F: /f try and see | |
Re: [QUOTE=Salem;921029]Or code::blocks, which is itself built on top of WxWidgets, and has a GUI designer [url]http://www.codeblocks.org/downloads[/url] [url]http://www.codeblocks.org/cbplugins[/url] [url]http://wiki.codeblocks.org/index.php?title=WxSmith_plugin[/url][/QUOTE] and also allows to use wxformbuilder from [url]www.wxformbuilder.org[/url] Get free PDF version of the official book here: [url]http://www.phptr.com/content/images/0131473816/downloads/0131473816_book.pdf[/url] | |
Re: if you can/will change your mind and think of wxWidgets found at [url]www.wxwidgets.org[/url] then here is official book as downloadable PDF [url]http://www.phptr.com/content/images/0131473816/downloads/0131473816_book.pdf[/url] | |
I have two classes, one inheriting wx.Frame and othe is wx.Dialog. I use the dialog to collect some info and I call its object in the wx.Frame class. The problem is, the dialog should return the value of its TextCtrl values and I have no Idea how to do it … | |
Re: [QUOTE=flipjoebanana;921301]I can't get the menu or status bar to show up when executing the following program: [code=python] import wx ID_ABOUT=101 ID_EXIT=110 class MainWindow(wx.Frame): def __init__(self, parent,id,title): wx.Frame.__init__(self,parent,wx.ID_ANY,title,size=(200,100)) self.control = wx.TextCtrl(self, 1, style=wx.TE_MULTILINE) self.CreateStatusBar() #A Statusbar in the bottom of the window #Setting up the menu. filemenu = wx.Menu() filemenu.Append(ID_ABOUT,"&About"," Information … | |
Re: [QUOTE=zachabesh;921369]If you chose tkinter: [url]http://effbot.org/tkinterbook/[/url][/QUOTE] and if wxpython, check MDI in API here: [url]www.wxpython.org/docs/api/[/url] | |
Re: Don't mess with hidden folders/files unless you know what you are doing! I don't know what they are, but take that advice seriously. May be use google :) | |
Re: My Opinions: Get avast Antivirus from [url]www.avast.com[/url] Get home edition and register to get keys. Install it and start it. Enter reg code and cancel memory scanning at startup. After it has started, Right click and click on boot schedule scan. Accept restart now then let it do the job. … | |
Hi All, Is there any Remote Desktop connection that is compatible with Microsoft's remote desktop? I won't Like VNC because it will force me to install in each PC I want to RLogin There is this but I guess it have no port for Windows [url]http://sourceforge.net/projects/rdesktop/[/url] | |
Re: I'm sorry for that! Here is a mirror I have tested and it works. Hope you will try it soon before all goes wrong [url]http://garr.dl.sourceforge.net/sourceforge/wxpython/wxPython2.8-win32-unicode-2.8.10.1-py25.exe[/url] | |
Re: Also just an advice, why not use codeblocks instead of hard compiling hand to hand? It is here: [url]www.codeblocks.org[/url] Just MHO | |
Re: if you change your mind and learn wxWidgets insteda there is free Ebook (pdf). Just search somewhere in the forum | |
| |
I have this DLL code, but I cannot access function. Where am I wrong? main.h [CODE=C++] #ifndef __MAIN_H__ #define __MAIN_H__ #include <windows.h> /* To use this exported function of dll, include this header * in your project. */ #ifdef BUILD_DLL #define DLL_EXPORT __declspec(dllexport) #else #define DLL_EXPORT __declspec(dllimport) #endif #ifdef __cplusplus … | |
Hello developers, I have been playing around with C++ and wxWidgets for a little time now and I think it is time to make a little useful program I am planning to make a CD ripper and Encoder (re-inverting the wheel purposely for learning) and I plan to use CDRip.dll … | |
Hi all, I have seen MacBook from my friend and have loved nice bash command line interpreter. Is there similar one for Windows XP/VISTA??? Here are some nice feature lacking in windows: 1. Tabbing 2. Full screen on maximization of window 3. The use of sudo command (At least there … | |
Re: Check how django is run in servers. It is being used with python I don't know |
The End.