PDA

View Full Version : Source COde ...


Yawar
08-08-2009, 02:47 PM
Here is a source code that genrate 11 digit Numeric UserID and Also Accept 11 Digit Numeric Password that provieds software company..
Is there any one who make Key Genrator for this source code...
Kindly help me To Solve this problem Second Security Of Dongle is already Dumped...

I m waiting for your all kind Reply :

contact me on my mail Address...

yssheikh@gmail.com.

601 DIALOG 0, 0, 202, 156
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
CAPTION "Accredit"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Serif"
{
AUTORADIOBUTTON "OK", 1, 24, 130, 50, 14, 0x00000002
AUTORADIOBUTTON "Cancel", 2, 128, 130, 50, 14, 0x00000002
LTEXT "Customer Code", -1, 13, 52, 48, 8
EDITTEXT 2166, 67, 49, 120, 13, ES_AUTOHSCROLL | ES_READONLY
LTEXT "Give upwards code to software provider,and they will give you the password.", -1, 13, 73, 167, 21
LTEXT "Password", -1, 13, 105, 48, 8
EDITTEXT 2167, 67, 99, 120, 14, ES_PASSWORD | ES_AUTOHSCROLL
ICON 462, -1, 8, 8, 20, 20
CONTROL 464, -1, "STATIC", SS_BITMAP, 25, 20, 26, 8
}

Git
08-08-2009, 05:21 PM
That is not source code, it is a resource script :)

Git

Yawar
08-09-2009, 03:37 AM
is it possible to make change in this resource script.

Git
08-09-2009, 05:58 AM
You can make any change you like, but all it will do is change the appearance of the dialog window.

Git