1,730 Posted Topics

Member Avatar for penguin22

[QUOTE=scru;935847]I'm with jlm699. Give us an error log or message.[/QUOTE] +1

Member Avatar for penguin22
0
158
Member Avatar for sravan953

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]

Member Avatar for Stefano Mtangoo
0
225
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for kaninelupus
0
840
Member Avatar for Schwein

What have you done so far? Remember we have to help you get somewhere, but you must have something :)

Member Avatar for VernonDozier
0
197
Member Avatar for Laik

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]

Member Avatar for Laik
0
73
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
206
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
93
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
199
Member Avatar for new_divine

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

Member Avatar for Stefano Mtangoo
0
111
Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
110
Member Avatar for walter clark
Member Avatar for baula

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

Member Avatar for DaBunBun
0
137
Member Avatar for FBI

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

Member Avatar for tux4life
0
362
Member Avatar for Stefano Mtangoo

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

Member Avatar for chrishea
0
53
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
87
Member Avatar for Stefano Mtangoo

What is ctypes data for BOOL? I mean in C++ to ctypes we have: int--> c_int float--> c_float what about BOOL?

Member Avatar for pmf
0
857
Member Avatar for shaneera

# 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; …

Member Avatar for crunchie
0
197
Member Avatar for tomtetlaw

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

Member Avatar for Clueless86
0
174
Member Avatar for sravan953

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]

Member Avatar for Stefano Mtangoo
0
128
Member Avatar for Clueless86

[code=python]def Gold_Keeper(x): a = 200 if x <= a: print a+x, elif x >= a: print a+x, else: pass [/code]

Member Avatar for shadwickman
0
315
Member Avatar for rahul8590

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

Member Avatar for shadwickman
0
162
Member Avatar for Stefano Mtangoo

I use wamp for PHP issues and would like to Add python support, specifically Django. How do I do that? :)

0
72
Member Avatar for seakayaker

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.

Member Avatar for Stefano Mtangoo
0
152
Member Avatar for Stefano Mtangoo

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?

Member Avatar for Stefano Mtangoo
0
106
Member Avatar for Denxerator

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

Member Avatar for tux4life
0
181
Member Avatar for msteele

Just choose int version. Why? Someone will explain. But according to Salem, void mainers are doomed :D

Member Avatar for MosaicFuneral
0
151
Member Avatar for Denxerator

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

Member Avatar for jencas
0
150
Member Avatar for thEhAckEr
Member Avatar for thEhAckEr
0
92
Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
444
Member Avatar for fallopiano
Member Avatar for fallopiano
0
116
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
228
Member Avatar for witchyhugs

While trying to fix it, try pidgin Just google it. It handles almost all protocols (Including MSN and Yahoo)

Member Avatar for witchyhugs
0
109
Member Avatar for tenchitekno

Tried check disk? Try something like this (Assuming F is your drive) chkdsk F: /f try and see

Member Avatar for barryt
0
300
Member Avatar for new_divine

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

Member Avatar for Stefano Mtangoo
0
334
Member Avatar for amarucla

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]

Member Avatar for Stefano Mtangoo
0
926
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
69
Member Avatar for flipjoebanana

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

Member Avatar for Stefano Mtangoo
0
153
Member Avatar for Dan08

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

Member Avatar for Stefano Mtangoo
0
109
Member Avatar for Nickair

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

Member Avatar for Nickair
0
158
Member Avatar for TangoTy

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

Member Avatar for Mavro
0
337
Member Avatar for Stefano Mtangoo

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]

Member Avatar for Stefano Mtangoo
0
94
Member Avatar for jlm699

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]

Member Avatar for vegaseat
0
221
Member Avatar for TarekSliem

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

Member Avatar for ankitloud
0
252
Member Avatar for gretty

if you change your mind and learn wxWidgets insteda there is free Ebook (pdf). Just search somewhere in the forum

Member Avatar for Ancient Dragon
0
263
Member Avatar for Anpippin
Member Avatar for snakeplyr
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
-1
176
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
135
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
98
Member Avatar for dads
Member Avatar for Stefano Mtangoo
0
90

The End.