Wednesday, October 28, 2009

DotNet App with Icon and Assembly Information

1. Creating a New DotNet Application.

Open file Menu create new windows Form Application in c# language.


2. Setting ICON to Form  in Windows Application C# .Net

RightClick the center of the form -> goto Properties
From the Properties find Icon option browse the icon




3. Setting Assembly Information to the Exe.

goto Project-> projectname Properties->Application-> Assembly information
set the values for assembly version, company name etc.



4. Setting Icon to an Exe for Windows Application c#.Net



Now run the application. and see the assembly information.

Fav This With Technorati Add To Del.icio.us Digg This Add To Reddit

Assembly Manifest - Application failed to start because MSVCPXXX.dll not found

Assembly Manifest in dotnet framework application.

    Each application developed using dotnet framework can have manifest file. The assembly either static or dynamic have manifest contains all the metadata needed to specify the assembly's version requirements and security identity, and all metadata needed to define the scope of the assembly and resolve references to resources and classes. The assembly manifest can be stored in either a PE file (an .exe or .dll) with Microsoft intermediate language (MSIL) code or in a standalone PE file that contains only assembly manifest information.

ref: http://msdn.microsoft.com/en-us/library/1w45z383%28VS.71%29.aspx

Application failed to start because MSVCP60D.dll not found.

    Because of manifest contains the assembly version, security requirements etc. If you run the executable file (Exe) without the manifest file for example if you have Application.exe then the same build folder has Application.exe.manifest. If you run the application without Manifest file It shows the error that Application failed to start because MSVCPXXX.dll not found Reinstalling the application may fix the error.

To avoid this error run the application with manifest file or Make the Executable and manifest as a single file.
To make this

goto command prompt change directory to visual studio directory (Ex : C:\Program Files\Microsoft Visual Studio 9.0\VC directory). The VC directory in visual studio has vcvars32.bat run that bat file. then change directory to application path directory


For executable
mt.exe –manifest MyApplication.exe.manifest -outputresource:MyApplication.exe;1

For static or dynamic Library
mt.exe –manifest MyLibrary.dll.manifest -outputresource:MyLibrary.dll;2

(1 for an EXE, 2 for a DLL.)

Now you can use the exe without manifest files..

Fav This With Technorati Add To Del.icio.us Digg This Add To Reddit

Thursday, October 22, 2009

CTS 2009 Batch Calling Starts...

CTS Starts to call 2009 Batch students ..


On 23 Oct 2009   Few students from CEG, Anna university, Few Students from SSN Engg College , Chennai,
Few from PSG College of Technology Coimbatore, Kumarakuru College ,Coimbatore.. etc.. 


The students who are called are finished there e-Leaning program on or before Oct 11th. but few are not finished.. 

As per the Orkut form discussion 

http://www.orkut.co.in/Main#CommMsgs?cmm=55950&tid=5395262025574909245  

They called 2008 batch first around 200 people in 2000 batch decline offer so for that they randomly called few 2009 pass out people..


 So students of 2009 pass out try to finish the e-learning program as soon as possible..


Fav This With Technorati Add To Del.icio.us Digg This Add To Reddit

Cognizant Technology Solutions (CTS) Online Test

Cognizant Technology Solutions has come up with a three-month e-learning programme that its new hires must compulsorily complete before they can join the company.

For 2009 passed out students who are all placed in CTS should complete the online test on or before January 2010. But now CTS send a mail to all students that joining may starts from November first week onwards.

Online Test Consist of 23 Modules.  all are mandatory.

   

Fav This With Technorati Add To Del.icio.us Digg This Add To Reddit

Monday, July 28, 2008

SMS

Short Message Service (SMS) is a communications protocol allowing the interchange of short text messages between mobile telephone devices. SMS text messaging is the most widely used data application on the planet, with 2.4 billion active users, or 74% of all mobile phone subscribers sending and receiving text messages on their phones. The SMS technology has facilitated the development and growth of text messaging. The connection between the phenomenon of text messaging and the underlying technology is so great that in parts of the world the term "SMS" is used as a synonym for a text message or the act of sending a text message, even when a different protocol is being used.

SMS as used on modern handsets was originally defined as part of the GSM series of standards in 1985[1] as a means of sending messages of up to 160 characters (including spaces), to and from GSM mobile handsets.[2] Since then, support for the service has expanded to include alternative mobile standards such as ANSI CDMA networks and Digital AMPS, as well as satellite and landline networks.[citation needed] Most SMS messages are mobile-to-mobile text messages, though the standard supports other types of broadcast messaging as well.



For MORE SEE http://www.clickatellsucks.com/

Fav This With Technorati Add To Del.icio.us Digg This Add To Reddit

Friday, February 29, 2008

Google Search

Google search Key

For Comics:
Google: -inurl:htm -inurl:html intitle:"index of" "Last modified" comics cbr
or -inurl:htm -inurl:html intitle:"index of" "Last modified" comics cbz

Google: -inurl:htm -inurl:html intitle:"index of" "Last modified" comics rar
or -inurl:htm -inurl:html intitle:"index of" "Last modified" comics zip

For MP's

Google: -inurl:htm -inurl:html intitle:"index of" "Last modified" mp3

For Videos:

Google: -inurl:htm -inurl:html -inurl:asp intitle:"index of" +(wmv|mpg|avi)

Google: -inurl:htm -inurl:html -inurl:asp intitle:"index of" +(wmv|mpg|avi) +"parent directory"

To see all video files available on rapidshare...
google: +inurl:avi|mpg|wmv site:rapidshare.de

To see all archives and programs available...
google: +inurl:exe|rar|zip site:rapidshare.de

To see all music files available...
google: +inurl:wma|mp3|ogg site:rapidshare.de

This should show all files available...

google: .* site:rapidshare.de

Google: site:orbitfiles.com mp3|ogg|wma
Google: site:badongo.com mp3|wma|ogg gorillaz
Google: site:esnips.com mp3|ogg|wma
Google: site:mediafire.com mp3|wma|ogg
Google: site:divshare.com mp4|wmv|avi|mov|flv

Google: -inurl:htm -inurl:html -inurl:asp intitle:"index of" 3gp


REF: http://www.tech-recipes.com/rx/2601/google_search_divshare_for_free_music_videos_and_archives

Fav This With Technorati Add To Del.icio.us Digg This Add To Reddit