Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~4K People Reached
About Me

A Sofware Engineer with 9years of experience in programming with different languages such as C#, C/C++,ColdFusion,COBOL,ASP .Net, VB .Net, and more... :)

Interests
PS3, Guitar, Graphics Designing
PC Specs
Win7, MAC OS X (SnowLeopard)
Favorite Forums
Member Avatar for tgreer

I'm working with C#, and Adobe Acrobat 6.0 Professional. Acrobat exposes a COM Automation server with a few top-level objects. It's easy enough to create instances of those objects, by getting their Type via the .GetTypeFromProgID() method, and then using Activator.CreateInstance(). [code] // Create an Acrobat Application object Type AcrobatAppType; …

Member Avatar for jordonsc
0
1K
Member Avatar for Nivass

Hi, I have the picture box in which i draw the rectangle (using graphics paint) and inside that rectangle I typed some name using label box and stored the work, have done When I opened the saved Image the position of text I typed in the label box not in …

Member Avatar for Nivass
0
2K
Member Avatar for jlenriquez

I'm Joel Enriquez a Software Engineer currently working at a Japanese firm here in Kyoto, Japan. I've been developing applications for web and desktop for 9 years now. For the last 5 years, I've been working with image processing products. Anyway, hope to build networks of friendly developers as well …

Member Avatar for debugger09
0
63
Member Avatar for sdhawan

hi my table looks something like this: id word definition 1 welcome some def1 2 welcome some def2 3 welcome some def3 4 5 6 7 and so on for rest of the table how can i write a query so that all the definitions for same word get inserted …

Member Avatar for sdhawan
0
70
Member Avatar for sdhawan

Hi I am trying to use replace function in c# but it doesnt seems to work.Am i doing anything wrong.Thanks [code] private void btnSpanish_Click(object sender, EventArgs e) { SimpleSpanishDict.SimpleSpanishEnglishDictionary ins = new SimpleSpanishEnglishDictionary(); Hashtable aaa = ins.AllWords(); StringBuilder insertCommand = new StringBuilder(); IDictionaryEnumerator en = aaa.GetEnumerator(); if (aaa.Count > 0) …

Member Avatar for jlenriquez
0
179