Thanks, This is a good temporary solution for similar problems :)
elgaabeb
Posts
-
Google DNS Servers -
Linux GUI Programming [modified]Hi, I suggest to you use QT. You can use also GTK. Best regards!
-
New to Visual BasicHi, a snippets is on this page. Validation text box on VB[^] Best regards. EL GAABEB.
-
Freeze a program and hold executionHi, I think that you need to handle the instruction pointer. You can edit eip using jmp, call or ret. You just can't directly read from or write to eip using normal operations. Best regards!
-
How to convert a "void*" to managed classHi, I suggest you to use a dynamic cast : dynamic_cast msdn[^] Best regards! EL GAABEB.
-
Problems installing Android SKDCheck you variable environment : PATH, JAVA_HOME ...
-
Want to become a smartphone app developer - don't know where to start!I suggest you Android, download a SDK, install it on eclipse then you can begin your adventure. Looking some way for flash applications is always usefull beacause it is platform independant : I suggest you Flex you'd be confortable with since you are a dot net developper. To spped up your development process you should get code snippets from available tutorial and simple and make puzzle programming :). Good luck. EL GAABEB.
-
Want to become a smartphone app developer - don't know where to start!Interesting Professional feed back, thax for sharing. my 5!
-
A happy programmerHey man that's awesome :). I like it. It explains exactly why we are subscribed on code project :D :D. Thank you. my 5!
-
A happy programmeryes, I think this is the final stage before moving to managerial and commercial stage :)
-
A happy programmerWorking on your own software products :)
-
Complaintlooool :laugh:
-
what is mobile application?Hi there, A Mobile application is an application that runs on a mobile device such cellphone, iPad ... There are many utility fields such as geolocalization : locating restaurant, shopping spaces around you ... Mobile development depends on the device in which you application will run and the operating system it is using ... so tutorials should be associated to Mobile operating system (android, iOS, window mobile ...). you should first of all choose a mobile operating system then try to google some tutorials on it ... Regards.
-
[OOP c++] practical use cases of cross castingI thought that it would be possible to discuss this subject in a forum. The Question was just dedicated for answers not discussions. It's Ok, I'll delete it from here.
-
[OOP c++] practical use cases of cross castingSorry, but that was not a good example! The example you are talking about is a acadimical research one. I've said a practical example, used in professionel sosftware development context. I notice you that we can't evaluate a response if we can't see what the question is about! Best regards.
-
[OOP c++] practical use cases of cross castingHi, Just to understand the use of cross casting by practice, Could any person give me a practical example of using a cross casting ? Thx.
-
TcpClient - Detecting closed connectionsHi, take a look at keep alive signals, they could be usefull to you : http://msdn.microsoft.com/en-us/library/ms819735.aspx[^] best regards!