Forum: Visual Basic
Dec 31st, 2007, 2:05 AM
|
|
Replies: 0
Views: 207
Changing background of window class
Hi all,
i want to change background of a window class so that the background color of all the windows of that class will change... i'm badly in need of this please help me out...
|
Forum: Visual Basic
Oct 23rd, 2007, 4:06 AM
|
|
Replies: 1
Views: 226
How to dubug DLL?
I am provided with the source code of a dll, which I have to analyze and fix some bugs. The problem is I don’t know how to debug a dll file ie., how to attach it to a process and run. I will be...
|
Forum: C
Oct 8th, 2007, 2:17 AM
|
|
Replies: 9
Views: 349
|
Forum: C
Oct 5th, 2007, 12:00 AM
|
|
Replies: 9
Views: 349
|
Forum: C
Oct 4th, 2007, 12:40 AM
|
|
Replies: 9
Views: 349
|
Forum: C
Oct 3rd, 2007, 4:39 AM
|
|
Replies: 9
Views: 349
|
Forum: Paid Job Offers
Oct 1st, 2007, 9:12 AM
|
|
Replies: 10
Views: 493
if u want a single program then U can do...
if u want a single program then U can do this
fun_conv(char *str, int *num, int flag)
{
if(flag==0)
convert int to string using function itoa
else
convert string to int using fun atoi
}
U can...
|
Forum: Paid Job Offers
Oct 1st, 2007, 7:44 AM
|
|
Replies: 10
Views: 493
There r built in functions to convert numeric...
There r built in functions to convert numeric data to alpha and vicever.
char *itoa(int value, char *string, int radix); converts intiger to char
int atoi( const char *str ); converts char to...
|
Forum: C
Sep 30th, 2007, 11:35 PM
|
|
Replies: 4
Views: 196
|
Forum: C
Sep 28th, 2007, 3:26 AM
|
|
Replies: 4
Views: 196
I am not facing any problem. i have selection...
I am not facing any problem. i have selection objects and i want to know to make use of them in edior. for example in case of viewer we can make use of check box to select objects(such as pictures,...
|
Forum: C
Sep 27th, 2007, 11:25 PM
|
|
Replies: 4
Views: 196
Use of selection objects in editor
Hi,
I am trying to make use of selection objects (Check box and Radio button) in MMS editor. But i am not sure how to make use of them. If U have any idea plz share with me.
|
Forum: C
Sep 24th, 2007, 12:04 AM
|
|
Replies: 7
Views: 316
I am analysing the code to upgrade the features...
I am analysing the code to upgrade the features of current code. I have to go through each data structure and function. once i am done with this i have make changes in the existing code. since this...
|
Forum: C
Sep 22nd, 2007, 7:06 AM
|
|
Replies: 7
Views: 316
|
Forum: C
Sep 22nd, 2007, 2:17 AM
|
|
Replies: 7
Views: 316
Procedure to analyse source code
Hi,
I am new to programming world. i have been assigned to analyse some C-source code and provided with Source insite software. The problem is that i don't have any experiance with code analysis...
|