473,785 Members | 2,867 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Converting C# to VB .NET

I'm converting some C# to VB .NET.

In an example that uses Outlook, I find the following C# statement:

Outlook.Appoint mentItem appointment =
(Outlook.Appoin tmentItem)outlo ok.CreateItem(
Outlook.OlItemT ype.olAppointme ntItem);

I do not understand how to convert the (Outlook.Appoin tmentIem) portion of
the statement.

--
http://www.standards.com/; See Howard Kaikow's web site.
Nov 21 '05 #1
5 2798
Use CType

appointment =
CType(outlook.C reateItem(Outlo ok.OlItemType.o lAppointmentIte m),
Outlook.Appoint mentItem)

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Howard Kaikow" <ka****@standar ds.com> wrote in message
news:%2******** **********@TK2M SFTNGP14.phx.gb l...
I'm converting some C# to VB .NET.

In an example that uses Outlook, I find the following C# statement:

Outlook.Appoint mentItem appointment =
(Outlook.Appoin tmentItem)outlo ok.CreateItem(
Outlook.OlItemT ype.olAppointme ntItem);

I do not understand how to convert the (Outlook.Appoin tmentIem) portion of
the statement.

--
http://www.standards.com/; See Howard Kaikow's web site.

Nov 21 '05 #2
Thanx.

I thought that it had to be something like that.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Manohar Kamath" <mk*****@TAKETH ISOUTkamath.com > wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Use CType

appointment =
CType(outlook.C reateItem(Outlo ok.OlItemType.o lAppointmentIte m),
Outlook.Appoint mentItem)

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Howard Kaikow" <ka****@standar ds.com> wrote in message
news:%2******** **********@TK2M SFTNGP14.phx.gb l...
I'm converting some C# to VB .NET.

In an example that uses Outlook, I find the following C# statement:

Outlook.Appoint mentItem appointment =
(Outlook.Appoin tmentItem)outlo ok.CreateItem(
Outlook.OlItemT ype.olAppointme ntItem);

I do not understand how to convert the (Outlook.Appoin tmentIem) portion of the statement.

--
http://www.standards.com/; See Howard Kaikow's web site.


Nov 21 '05 #3
Howard:
Please feel free to download the Demo Edition of our Instant VB C# to VB.NET
converter at http://www.instantvb.com. The Demo Edition is very useful for
quickly converting small C# code snippets and it's fully supported.

Regards,
David Anton
Tangible Software Solutions Inc.
www.tangiblesoftwaresolutions.com
Home of the Instant VB C# to VB.NET converter and the Instant C# VB.NET to
C# converter

"Howard Kaikow" wrote:
I'm converting some C# to VB .NET.

In an example that uses Outlook, I find the following C# statement:

Outlook.Appoint mentItem appointment =
(Outlook.Appoin tmentItem)outlo ok.CreateItem(
Outlook.OlItemT ype.olAppointme ntItem);

I do not understand how to convert the (Outlook.Appoin tmentIem) portion of
the statement.

--
http://www.standards.com/; See Howard Kaikow's web site.

Nov 21 '05 #4
Howard,

"Howard Kaikow" <ka****@standar ds.com> schrieb:
I'm converting some C# to VB .NET.

In an example that uses Outlook, I find the following C# statement:

Outlook.Appoint mentItem appointment =
(Outlook.Appoin tmentItem)outlo ok.CreateItem(
Outlook.OlItemT ype.olAppointme ntItem);

I do not understand how to convert the (Outlook.Appoin tmentIem) portion of
the statement.


'(Outlook.Appoi ntmentItem)' is a type cast.

\\\
Dim Appointment As Outlook.Appoint mentItem = _
DirectCast( _
outlook.CreateI tem(Outlook.OlI temType.olAppoi ntmentItem), _
Outlook.Appoint mentItem _
)
///

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #5
Thanks to those who responded.

I have two books that compare VB .NET and C#.

The one from O'Reilly loses much of its value as there is no index!

The one from APress has an inadequate index. For example, neither Ctype nor
DirectCast is listed in the index, however, if one knows that a conversion
function is required, there is an index item for conversion functions. So if
one already knows the language from which one is translating, the book could
be useful.

I guess one has to fully read such books, but as a reference, they are
inadequate.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Howard Kaikow" <ka****@standar ds.com> wrote in message
news:%2******** **********@TK2M SFTNGP14.phx.gb l...
I'm converting some C# to VB .NET.

In an example that uses Outlook, I find the following C# statement:

Outlook.Appoint mentItem appointment =
(Outlook.Appoin tmentItem)outlo ok.CreateItem(
Outlook.OlItemT ype.olAppointme ntItem);

I do not understand how to convert the (Outlook.Appoin tmentIem) portion of
the statement.

--
http://www.standards.com/; See Howard Kaikow's web site.

Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2470
by: mustafa | last post by:
Dear sir , I have built my application in visual basic 6.0 and crystal Report8.5 , Now i migrated my application to VB.net using the upgrade wizard.My visual basic form is upgraded to vb.net but my .dsr file that i created using crystalReport is not migrated , when i try to convert it into .rpt file using add new item in Vb.net Envs it give me the error in the log file saying,
29
3909
by: Armand Karlsen | last post by:
I have a website ( http://www.zen62775.zen.co.uk ) that I made HTML 4.01 Transitional and CSS compliant, and I'm thinking of converting it into XHTML to learn a little about it. Which XHTML variant would you recommend? The w3c HTML validator mentions XHTML 1.0 Transitional, Basic, Strict, and XHTML 1.1. Would I be able to make my existing CSS work in the XHTML page without modification to the .css file?
8
5745
by: prabha | last post by:
Hello Everybody, I have to conert the word doc to multiple html files,according to the templates in the word doc. I had converted the word to xml.Also through Exsl ,had finished the multiple output html files. The problem is while reading through the worddoc paragraph,the special characters are not identified. So in the xml file,it's just storing that as "?".So I couldn't able to retrive the characters in my ouput html files.
5
2527
by: Robert | last post by:
I have a series of web applications (configured as separate applications) on a server. There is a main application at the root and then several virtual directories that are independant applications. I am testing an upgrade of all of the sites and have converted the main root site...although not necessarily fixed any issues. I move on instead and converted one of the virtual roots that is a seperate
3
2428
by: Mary | last post by:
Hi, Does anyone know of any software out there that would convert an application written in VBScript to either VB.NET or C#/C++ quite quickly for me, or will I have to re-write the application myself. Any help much appreciated.
2
6197
by: Map Reader | last post by:
Greetings, I am converting an old VB6 application to use .NET. One of the old controls loads icons from the disk and displays them. However, the transparent color turns to blue somewhere in the process. I narrowed it down to the conversion to IPictureDisp by first loading and saving the icon as a bitmap with no problems; and then repeating the process but adding the step of converting to an IPictureDisp as well. The first operation...
12
3193
by: Frederik Vanderhaeghe | last post by:
Hi, I have a problem converting text to a double. Why doesn't the code work: If Not (txtdocbedrag.Text = "") Then Select Case ddlBedrag.SelectedIndex Case 0 Case 1
7
2710
by: Tor Aadnevik | last post by:
Hi, I have a problem converting values from Single to double. eg. When the Single value 12.19 is converted to double, the result is 12.1899995803833. Anyone know how to avoid this? Regards Totto
4
3196
by: gg9h0st | last post by:
i'm a newbie studying php. i was into array part on tutorial and it says i'll get an array having keys that from member variable's name by converting an object to array. i guessed "i can get public members but not protected, private, static members"
2
5867
by: shenanwei | last post by:
DB2 V8.2 on AIX, type II index is created. I see this from deadlock event monitor. 5) Deadlocked Connection ... Participant no.: 2 Lock wait start time: 09/18/2006 23:04:09.911774 ...... Deadlocked Statement: Type : Dynamic Operation: Execute
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10329
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10092
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7500
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2880
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.