TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prasad M
NA
1
0
Code Conversion
May 20 2009 12:57 PM
Hi ,
I am a beginner in C #, I am converting one project that is in VB to C #.
I want to convert the code to c # compatible one.
Please help me. its very urgent :)
Code is given below. . .
Private Declare Function DeleteDC Lib "GDI32" (ByVal hDC As Integer) As Integer
Private Declare Function DeleteObject Lib "GDI32" (ByVal hObj As Integer) As Integer
Here gdi32.dll has been imported as "Imports System.IO"
Please help me to get the code in c #
Thank you in advance . . .
Reply
Answers (
1
)
Help
Graphics - conceptual question