A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

What's up?

1k views · started by Riddle ·
#1
What's up?
I've been rather busy with work and freelance programming to do anything fun in a while. I want to know if anyone is up to anything fun that I can help with (just a little). :)
#2
Yea well about the same thing here. I need some fun things to do. I was thinking of something to do with mass control of RATs (or anything for that matter). I did an email thing a while back in C# i believe it was. And it worked nicely. Each PC had its own ID and such and would read the indox of the gmail account. If the subject contained that PCs id, or the word ALL, that computer would respond to the command in the message. it was nice but i gave up on it a while ago. Just, got to busy.
#3
After my other computer died I've stopped working in python, or any language at all really, only until exams are over. I have to buckle down and do good this year :)

But im going to start back up with C#, Love the language :D
#4
I'm developing commercial software in C#. It's a pretty decent language, except that multiple class inheritance is not supported. =/
#5
Riddle wrote:
I'm developing commercial software in C#. It's a pretty decent language, except that multiple class inheritance is not supported. =/
What kind of commercial software?
#6
All I can say is that it targets the fitness and health public.
#7
Hey, does anyone know why I can't run compiled Console applications (.exe's)? Tried compatibility, disabling UAC, and running as admin with UAC on and off but nothing worked. Any ideas?
#8
Uhm, check your processes. It might be running in the background.
#9
Did you compile it? Does it give any errors? Or does it just opens up but doesn't show the console?
#10
It opens in the background when I compile it then run. never shows console.
#11
Even if you create a new project and compile? If it shows when you create a new project, then you must of changed something in your settings.
#12
Haven't changed a thing. Reinstalled and still wont work.
#13
Weird. You didn't find anything related to your problem by searching in Google?
#14
Yea thats weird. Can you run the normal cmd prompt?
#15
Yes, I can run the normal CMD prompt and Google doesn't show up with anything.
#16
I have no idea what's wrong.
#17
Try booting off of a USB drive with a fresh install of the OS you have right now. Then try it.