Language
Any
Platform
Any
License
Trial
Remove
Im new to the world of matlab guis, or guis in general
What I'm trying to do is make a program that run many trials of
there are two push-buttons, one for a target and one for a stimulus
The...
I feel sorry for the late reply as I was out of my home town didnot get a chance to browse the internet.But I have emailed you. I am in need of the one you described. I have to use it on cyber cafe....
Hi,
What has been anyone elses experience with Powerbasic?
I was considering purchase of Powerbasic to make the switch away from Microsoft products, and had contact with the PowerBasic sales...
I use c# because i found more documentation for writing windows games(i had began of course with MS DOS). I used visual studio expres from microsoft and i"we seen that it has some features that make...
: Personally me dont like visual C++ if your developing for .NET it is easier to use the language VB.NET or C# than using visual C++. Simply because your code is far neater in either of these two...
: : : : : I read the source code from other guy, and saw the code like 'jmp $', I do not know what does this mean? Please help. Thanks.
: : : : :
: : : : :
: : : : It jumps to the current...
: : : : I read the source code from other guy, and saw the code like 'jmp $', I do not know what does this mean? Please help. Thanks.
: : : :
: : : :
: : : It jumps to the current address(that`s...
: : : I read the source code from other guy, and saw the code like 'jmp $', I do not know what does this mean? Please help. Thanks.
: : :
: : :
: : It jumps to the current address(that`s what $...
Thanks Eric,
But that didn't do it either, in any of the versions. Thanks for the FindWindow reminder, too. I only had that as an extra trial since it wasn't working using hwnd.
I have also...
: You can create a file which would contain the date of installation (or first run) of course encrypted and every time the program launches it will check if the trial period has expired. If the user...
: This message was edited by stober at 2004-12-19 5:18:30
: : Like the title suggests, does anyone know how to speed up your Windows system speed? Or does anyone have any suggestions on where to...
: : : I have three files, which I cannot compile because #include seems to work different from what I expected. Here is the summarized problem:
: : :
: : : file1.cpp:
: : : #include "file2.cpp"...
: : I have three files, which I cannot compile because #include seems to work different from what I expected. Here is the summarized problem:
: :
: : file1.cpp:
: : #include "file2.cpp"
: :...
I have finished writing a program for my 3d Graphics class in C++ and OpenGL. As I am rotating the camera around my world, the app will sporatically crash all the time. I have narrowed the reason...
30 Then
: MsgBox "This program was started 30 times, trial version is over"
: End
: Else
: SaveSettings "myAPP", "Key", "FirstRun", OldValue
: End If
: End Sub
: Sorry,...
30 Then
MsgBox "This program was started 30 times, trial version is over"
End
Else
SaveSettings "myAPP", "Key", "FirstRun", OldValue
End If
End Sub
Sorry, you can not...
30 Then
: MsgBox "This program was started 30 times, trial version is over"
: End
: Else
: SaveSettings ("myAPP", "Key", "FirstRun", OldValue
: End If
: End Sub
:
: But this...
30 Then
MsgBox "This program was started 30 times, trial version is over"
End
Else
SaveSettings ("myAPP", "Key", "FirstRun", OldValue
End If
End Sub
But this trial code will...
line numbers (#)
so fixing the first problem, solves the rest.
If a fix at the start adds some lines to your code,
the rest of your error (#) lines are off.
I hope that helps somehow.
Bitdog...