Advertisement

04.08.2008 at 10:16PM PDT, ID: 23307196
[x]
Attachment Details

C++ to VB.NET conversion

Asked by mte01 in Microsoft Visual C++.Net, Microsoft Visual Basic.Net

Hey experts,

 I need the following C++ line of code (in the snippet) to be converted to VB.NET (note that I have attached the header file htmlctrl.h with this question); any help is greatly appreciated
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
#include <htmlctrl.h>
 
// Create the control. 
m_hwndHTML = CreateWindow(WC_HTML,  NULL, 
             WS_CHILD | WS_VISIBLE | HS_NOSCROLL,
             0, 0, 100, 100, m_hwndContainer,
             NULL, HINST_RESDLL, NULL);
Attachments:
 
htmlctrl.h - header file
 
[+][-]04.09.2008 at 01:16AM PDT, ID: 21312759

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.09.2008 at 01:28AM PDT, ID: 21312823

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Visual C++.Net, Microsoft Visual Basic.Net
Sign Up Now!
Solution Provided By: mte01
Participating Experts: 1
Solution Grade: A
 
 
[+][-]04.09.2008 at 07:33AM PDT, ID: 21315317

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906