.bat To .exe Convertion?

Aug 16, 2011

Is it possible to convert .bat to .exe or .com through vb using a reference dll or anything?

View 4 Replies


ADVERTISEMENT

Convertion From C# To .net Using Delegate?

Jun 20, 2009

im developing a way of calculationg differentil equations in VB 2008 using the 4th order ruge-kutta method. I pursched a book by Jack Xu called "Practical WPF Graphics programming".

[Code]...

View 2 Replies

Possible To Make C# To VB Convertion?

Jan 7, 2010

I have found a C# code and wanted to convert it into VB, but it seems VB is not supported.Here is the code structure: private static IntPtr fnc1(int nCode, IntPtr wParam, IntPtr lParam){}private delegate IntPtr fnc2(int nCode, IntPtr wParam, IntPtr lParam);private static fnc2 var1 = fnc1;

View 6 Replies

Datetime Format Convertion?

Oct 14, 2010

I'm having a hard time trying to change the format a date time that comes from the atabase.I convert that to a string so i can split date and time into different values.Once i have that, i would like to format the time with the 24 Hour format, instead of the 12 Hour format that i'm getting.

View 5 Replies

IDE :: STRING TO DATE CONVERTION ?

Aug 4, 2011

CDate("22/07/2010")

Conversion from string "26/07/2010" to type 'Date' is not valid.

What is wrong on this

It was working fine on older versions...!

View 1 Replies

VS 2008 - Convertion Of C# And Lambda Expression To .net

Feb 1, 2010

is there any perfect tool of converting C# and lambda expressions into vb.net code.

View 9 Replies

Exception On ExecuteNonQuery Method About Unsuccessful Value Convertion

Dec 10, 2009

i am using OleDbCommand.ExecuteNonQuery() to insert data into the database: [code]And there is a conversion exception that only shows up in the last line: error converting datatype varchar to smallint..I'd like to know if it's the normal behavior, and how do i know where the conversion problem occurs.[code]i've found this line through commenting every line and uncommenting some, this one gives me the above said exception. bjNFe.idMunFato Gerador is a string and gives me "error converting datatype varchar to smallint" too

View 5 Replies

Javax Convertion - Referencing The Jar Files Using IKVM The Application Is Almost 27 MB Big

Sep 15, 2009

I am attempting to fully convert my Java/VB.Net application (That's actually working perfectly fine, however due to the referencing the jar files using IKVM the application is almost 27 MB big. For just a few classes this is extrememly huge.)I want to converted it strickly to VB.Net. I have 5 Javax.net.ssl references that I'm trying to figure out the VB.Net equivalent of. It seems to me that is should be in the System.Net.Security however I'm unsure as to the correct ones.

Here's an example of one of them: Imports SSLSocket = javax.net.ssl.SSLSocket

View 3 Replies

String Convertion - Html Source Webpage Title

Jul 8, 2009

i am scraping title of webpage. i am using webclient class to get its html source. the true title of webpage is this which appear on browser:

"La r�volution"
but when i extract it from html source using webclient class i get following string.
"La révolution du sourire juste"

i think its something related to string conversion. so any one help me how to convert this "La révolution du sourire juste" to "La r�volution"?

following info on webpage might give you some clue which is content type.

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

View 1 Replies

String Convertion - Using Webclient Class To Get Its Html Source

Jul 8, 2009

I am scraping title of webpage. i am using webclient class to get its html source. the true title of webpage is this which apprear on browser "La rvolution" but when i extract it from html source using webclient class i get following string. "La rvolution du sourire juste"

I think its something related to string conversion. how to convert this "La rvolution du sourire juste" to "La rvolution"?

Following info on webpage might give you some clue which is content type. " <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />"

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved