I'm writing a XNA project in both Windows and Xbox 360 and the Windows side of it has a console I bring up written as a WPF application. What I was wondering is if I leave this in my library code with the references to WPF, will the dll still work on the 360?
...
I'm dealing with an anti-debug application which disables EXCEPTION_DEBUG_EVENT from being passed to my debugger, instead it executes its SEH and UnhandledExceptionFilters.
I tried it with 3 different debuggers (even selfmade one)
My debugger receives other debug events like LOAD_DLL, CREATE_THREAD etc
Exceptions are not passed when fi...
I'm dealing with an anti-debug application which disables EXCEPTION_DEBUG_EVENT from being passed to my debugger, instead it executes its SEH and UnhandledExceptionFilters.
I tried it with 3 different debuggers (even selfmade one)
My debugger receives other debug events like LOAD_DLL, CREATE_THREAD etc
Exceptions are not passed when fi...
I'm new to OpenGL but I've written a small application that runs fine in a window. Now i'd like to run it fullscreen.
There is this from the FAQ, but it seems to require GLUT, which is not open source. What's a good method for putting an OpenGL app into fullscreen mode? On Windows XP for now, but I'll be porting to other platforms.
...
Hi
I have cretaed an application via COM interoperability(using SMO and created a dll consume it in c++) which retrieves the local instances of sqlserver(basically try for network instances and from that trace out for local to make it as work for remote discovery of sqlinstances).
it is worked in all cases except win2k8sql2k8 cluster i...
I have this conditional in a perl script:
if ($lnFea =~ m/^(\d+) qid\:([^\s]+).*?\#docid = ([^\s]+) inc = ([^\s]+) prob = ([^\s]+)$/)
and the $lnFea represents this kind of line:
0 qid:7968 1:0.000000 2:0.000000 3:0.000000 4:0.000000 5:0.000000 6:0.000000 7:0.000000 8:0.000000 9:0.000000 10:0.000000 11:0.000000 12:0.000000 13:0.00000...
Is there anyway using the ITask interface to communicate with a scheduled task? I have tasks that users can cancel, pause, etc and a main console that displays information about the tasks. Right now I can only tell if they are running or not via the GetStatus method. What I would like to do is connect to the task and pass a string (poten...
Andrew Gelman recently lamented the lack of an easy upgrade process for R (probably more relevant on Windows that Linux). Does anyone have a good trick for doing the upgrade, from installing the software to copying all the settings/packages over?
This suggestion was contained in the comments and is what I've been using recently. First...
I've been working on a Windows SideBar Gadget wherein I have multiple flyout pages. When I go to display one, I want to check if it is already active or not, so I thought I could just check the value of System.Gadget.Flyout.file. However, when I press the button control that causes this flyout to pop out, the background of the gadget dis...
Hi,
I have a question regarding keyboard inputs.
I see many programmable keypads out there. I just wonder...is it possible to make a software as a replacement for programmable keypads? I am thinking following idea.
connect two keyboards to a computer.
make a software that distinguish each keyboard inputs to make one of keyboards as a...
I'm running in a controlled, xp, intranet only environment and I need to start external processes from a PHP applications. (Backups, Reports etc.)
I can get system or exec to start processes that work silently. Here's a simple example
<?php exec ("echo hello > hello.txt");?>
I can get it to execute a bat file that has no visible out...
Im currently using WMI to get a proccess list from the remote computers, and im looking to get all the modules loaded by the proccess. I have searched and found this is posible via the command tool "tasklist" but i was unable to find a example on how to do it from C# ( I would like to do it from code, and not read the output from the con...
Hi All,
I want to manipulate the system loudness (the global volume, or whatever it is called) from within my program. This might seem ridiculous, but I need to do some measurements, so I am interested in not only attenuating the sound via an internal loudness, but also amplify it, which is only possible using the system loudness. Since...
I've played around quite a bit now, and can't seem to get variables to work in a batch file, when executing commands. So, can anyone tell me if this is possible, and what is wrong with these lines of code:
set THE_DB = myAwesomeDb
set OUTPUT_FILE = .\db\mydb.sql
mysqldump -u root --opt %THE_DB% > %OUTPUT_FILE%
...
I am not able to get much information about dynamic loading of DLL files from C++ .
I know it does use some functions like LoadLibrary and FreeLibrary with GetProcAddress . But how it works actually internally in the OS perspective like where it actually looks for the DLL file and where it loads like Memory ? can someone help me on that...
The top answer to this question tells me how to stop/start a remote service. Great.
Now, all I need is to wait for the actual stop/start to complete. So, what I'm looking for is a dos command to:
Start a service, should return only after the service is started (or after a timeout, raising error level)
Stop a service, return only after ...
ALT + TAB is not working after displaying MessageBox on modal dialog...
I've three projects (P1, P2 and P3) under one solution file. P1 contains P1Form.cs, P2 contains P2Form.cs.
Detail of these files are as follow:
P1Form.cs contains one button which shows the Message box from MessageBox.Show() method.
P2Form.cs contains one button...
I'm looking for a straightforward means of pulling all the users who have access to a folder with vb.net. Does anyone have any code they are willing to share. All I need is the user name, not the type of access they have. Any assistance is greatly appreciated. Thanks.
...
Is there some way to autostart apps in Vista so you can control which one is started first, second, third etc. For example if I want to start Outlook, Visual Studio, Dreamweaver, IE, Firefox in that order, and to have them appear in the taskbar like that.
I added them into the autostart-folder but Vista didn't start the apps in the ord...
I was doing some iphone development and I could use the iphone-dev toolchain to build to the ARM platform. Is it possible to build objective-c code to x86?
http://code.google.com/p/iphone-dev/
What should I used to build another toolchain? Possibly with cygwin.
...