That's Great My Mistake Do you know of some tool that can generate .chm files?
Vikrant for VC
Posts
-
Design Help for a Project -
Design Help for a ProjectThat's Great My Mistake Do you know of some tool that can generate .chm files?
-
Design Help for a ProjectHello All Now a days how do you design help for a project? There used to be a .chm format which i think is not supported on vista Then does that leaves with designing web pages only? Or is there any other universal option (ie working on all windows OS) Is there any software to design Help? Regards
-
Infy raises exit barrier for employeesI just want to know which companies are Infy's competitor ? I hope they would treat every big company as competitor Now where an employee can go for 6 months?
-
ASP Server on XPYeah I hope setting up IIS server would be a difficult task & i found the given server a real quick one
-
Debug APINot sure but i hope it is related with Device Driver Development Search out for DDK although the above may be the hardest(from my point of view) way to acheive the required.
-
ASP Server on XPGiven below is a small ASP Server. It is a free software & you can run ASP Pages on XP or other such Operating System instead of depending on IIS. Not sure whether it supports all ASP, but it does support some that I tried. Eg Response.Write() ADODB etc. http://www.pablosoftwaresolutions.com/html/baby\_web\_server.html
-
Reverse Engineeringtry out ollydbg
-
It's Friday!Yeah it's friday My boss said either do a lot of work today or do it on Monday early morning I opted for today :-)
-
Scared to Use my Laptop:-)
-
Scared to Use my LaptopHello Srini Thanks a lot, i will try that Regards
-
Scared to Use my LaptopHey All My Laptop's Hardisk Led is glowing like anything. It appears something is reading/writing data continously from/to the hard disk. I had to switch OFF as it sacred me. Any way to find out what's happening inside? Regards
-
Which field in the I.T field has more recruits, Development, Network/System Administration, IT Management?My view is if you have studied Managment/have slight inclination towards managment then go for Managment in IT Go for Software Development only if you feel programming is the thing you love The programming work you do depends on the company in which you work untill you are an expert & can have selection of job :-)
-
BUG LOGGING BY TESTING TEAM.My Testing Team says This is part of their induction program :-)
-
BUG LOGGING BY TESTING TEAM.How Roshan D'Mello (QA Tester) frustrates developer (Mukesh Thakur) Roshan D'Mello: Hey Mukesh, there is a bug in your code. Type a text in user name text box and press enter. Beep sound doesn't appear. Mukesh Thakur: How can that be a bug? There is no requirement that beep sound should come. Anyway, I will assign it to offshore and get it fixed. After 2 days, Mukesh Thakur: Roshan, bug is fixed. Please verify. After another 2 days, Roshan D'Mello: I have re-opened the bug because sound is not coming in some PCs. Sound is coming in my machine, but my colleague Rajat Choudhry is not getting the sound. After another 2 days, Mukesh Thakur: Not a bug. I observed that your friend Rajat Choudhry has old IBM machine. Unlike your DELL machine, IBM machines do not have inbuilt speakers. So, to hear the sound in Rajat Choudhry's machine, please use head phones and then get the bug closed soon. Another 2 days, Roshan D'Mello: I have re-opened the bug because sound tone is different across different machines. Sound is coming as 'BEEP' in my machine, but my colleague Rajat Choudhry who is having IBM machine is getting the sound as 'TONG'. Mukesh Thakur: Not a bug. Get lost man. What can we do for the bug? The two machines are built in such a way that they produce different sounds. Do you expect the developers to rebuild the IBM processors to make them uniform? Please close it. Another 2 days, Roshan D'Mello: I have re-opened the bug because intensity of beep sound produced on 2 different DELL machines is different. My machine produces beep sound of intensity 10 decibels whereas my friend's machine produces sound worth 20 decibels. Fix your code to make the sound uniform across all machines. Another 2 days later, Mukesh Thakur: Once again it is not a bug. I have noticed that the volume set is different on the two machines. Ensure that volume is same in both the machines before I get mad and then close the bug. Another 2 days, Roshan D'Mello: I have re-opened the bug. Mukesh Thakur: What ?? Why? What more stupid reasons can be there for re-opening? Roshan D'Mello: Sound intensity is different for machines placed at different locations (different buildings). So, I have re-opened it. After 2 days, Mukesh Thakur: I have made some scientists do an acoustical analysis of the two buildings you used for testing. They have observed that the acoustics in the two buildings varies to a large extent. That is why sound intensity is different across the 2 build
-
Context menu options - Open IME/Unicode Control Chars/Rtl reading - How can i turn them off?Try out AutoRuns from www.sysinternals.com got to explorer window & remove whatever you do not want.
-
Boy with a GirlOne Day One Boy was with a Girl Next Day he was with another Girl 3rd Day he was with another Girl 4th Day he was with another Girl Moral: Girls Change, Boys Don't
-
Should External Links be opened in External Window on CPHello All I feel that external links on CP should be opened in a seperate window as they leave cp & if you accidently close the external window (eg you do not wish to read that or you have read that) then it leaves you out of cp as well? Regards
-
How to get Icons in our custom applicationsHey Friends I often face this issue hence want a suggestion on the same. I create an application & now i wish to add some icons for Menu , Toolbar , Application Icon etc. Now which images / icons i can use. I am a programmer but not a designer & hence do not want to create images, but use them. Do i have to buy them or is there any other way? Regards
-
Urgent Converting stuffFILE* vl_fp=fopen("Data.txt","w") fprintf(vl_fp,"%2X",stemp); fclose(vl_fp)