File type conversion -
Hi,
I have some .dwg files in AutoCAD 2000. I have to convert these .dwg files to .dwf files through VB/ASP codings only. Is it possible. If so, can U send me the codings?
Thank U.
[2005] Converting files to another type -
How does conversion from one file type to another work?
I know to convert a .jpg to a .bmp you can just change the file extension, but what about the programs people pay a lot of money for that convert more complex files.
For Example the conversion of:
.wav > .mp3
.swf >
Type conversions -
Can anyone briefly explain to me how type conversion works in c ?
How do i convert a string(char array) to double type ?
Do I have to use the type conversion functions every time or will it convert implicitly in some cases ?
Conversion from xml to pdf -
Hi,
I am gettin an error msg: Acrobat reader could not open "filename.pdf" bcos it is either not a supported file type or the file has been damaged.(eg: It was sent as an email attachment and won't correctly decoded.)
Can any one help me soon...................
can
[2005] conversion from xml to pdf -
Hi,
I am gettin an error msg: Acrobat reader could not open "filename.pdf" bcos it is either not a supported file type or the file has been damaged.(eg: It was sent as an email attachment and won't correctly decoded.)
Can any one help me soon...................
can
Calculator - what data type to choose -
Hi!
I am modifying a simple calculator control for use in our company. I added a few time savers and properties, but the control already used LONG data type conversion, so all numbers came out without the second part (after .). So what data type should I choose? If I choose Double a
Overwrite files -
Hi all, i got a problem about overwriting a exist file now. the background is i open a file , then i do some conversion to the data of the file, after finish all conversion, i must overwrite the file .
Eg: the exist file path is
C:\Documents and Settings\USER\Desktop\EM017.D03 af
Type Conversion Method -
Hi, it is about type conversion from binary into character string in asp vbscript.
in asp page:
lngTotal = Request.TotalBytes
bBytesRead= Request.BinaryRead(TotalBytes)
'-- data in bBytesRead are of BINARY type
I wonder if I could convert those data and store in
[02/03] Conversion from 2003 to 2005 -
I have converted my project from 2003 dot net into VB2005. Once the conversion wizard has completed I noticed in the conversion report there is "1" converted file and 49 converted file out of 50 files. The 1 converted file is ".vbproj". What does it mean? Is my conv
[2005] Conversion from string to type 'double' is not valid -
I'm trying to set my status label from my status strip to count up a number each time the next song is played. Like when the first one is player it shows 1 then 2 and so on but I get this error everytime (Conversion from string to type 'double' is not valid).
XML to HTML/RTF conversion -
Can anyone help me in conversion of data in XML to HTML and RTF format.
I have done the conversion from XML to excel but have no clue about how to proceed for HTML and RTF conversion.
Hexadecimal to Decimal conversion (stupid text boxes wont work!) -
I have two text boxes, txtDecimal and txtHexadecimal. When you type into the hex box, it converts and puts the converted value in the decimal box. But, when you type stuff into the hex box, it types backwards??
Like;
I put in 12345 and it comes out 12345
put in 03ED and it comes o
[2005] Bound TextBox error: Conversion from type 'DBNull' to type 'String' is not va -
Hi,
I use DataSet designer to generate my strongly typed datasets and to bind my FormView to a Business Layer (BLL). The BLL uses the generated Dataset classes.
I have a column in the DB of type string. The column is bound to a textbox like this:
Text='<%# Bind("Loca
English to Hindi/Marathi (Indian Languages) Conversion -
Hello
I am working on project for my class, where i have to convert the text typed in english to hindi & marathi.
The question is will there be a need to do this conversion within VB or will it be taken care of internally ?
Will ASCII conversion work? or i need to use ISCI
A special type of GMT conversion. -
Hi again everyone! Really enjoyed my first trip here, so I gotta try again.
I've gone through a lot of GMT conversion code in the last 3 weeks, or more, from the forums here, Planet Source Code, vb-helper, vbip and other places, and I'm really stumped!
What I need to do is when I
SQL Error: char data type conversion to datetime data type error -
I created an application which, in one instance, queries an
SQL Server 7 table based on a date entered.
I have installed it on 4 machines (one NT, two 98 & one 95).
It works fine on all but one of the 98 machines.
On this !one! machine I receive the following error:
Error 2
Vb to vb.Net conversion-Issues -
Hi All,
I am working for a vb to vb.net conversion project. I have used the microsoft conversion wizard for the conversion. The conversion has completed successfully but after running the application while closing the main form i am getting into an exception "Unhandled exceptio
Problem converting DBNull to String -
I have a statement that checks a grid cell value for "" when in fact the grid cell contains a null value.
I get the error message:
"Conversion from type 'DBNull' to type 'String' is not allowed"
How do I make the conversion in VB.Net???
Thanks,
XML to SQL Conversion -
You'd think there'd be sample code available to do a conversion from an XML document into a SQL database. I've seen SQL to XML, but not the other way. Of course, XML to SQL is what I need. I can code in either VB6 or VB.NET. I need something versatile as to the type of SQL database
String Conversion Should be simple. -
Hi.
I'm trying to populate a BSTR variable with a value from an edit control on a form that I have created a variable for (m_Edit). m_Edit is a CString object, but I keep getting a conversion error.
Does anyone know how to do this?
Also, a web reference for data type conversa
pdf to doc conversion -
Hi,
I am trying to convert pdf file to doc file in c#.
I got a lot of link for converting from text to pdf or html to pdf.
But i didn't any link or code for pdf to doc conversion.
so does anybody have any idea or code?
Thanks in advance.
krishna.
Dont understand c/c++ -
I have downloaded a project of ftp from pscode.com. I have also read the comments of that post.The comments are good except few. But that project gives error on my compiler. I used both devc++ and codeblocks. Both gives same error.The errors are these in codeblocks:
Project : Win3
transferspreadsheet problems -
I am using the following line to programatically import an Excel Spreadsheet into an Access DB.
Code:
ObjAccess.DoCmd.TransferSpreadsheet acImport, 8, strTable, strRawFile, False, strSheet & "!"
In some of the Excel columns there is a mixture of Text and Number
PCL to PDF conversion -
Hi,
I am developing a program in which i need to convert PCL (Printer Control Language) file to PDF format, I tried to search on the web but was not satisfied with the solutions. Is there a way through which i can do the conversion?
Or
Is there any piece of source code, dll,
Data type conversion error--Please help -
I have created a VB Project to include data-entry forms for a MS Access database. Since I added the field (Last Updated), I am getting a data-type conversion error whenever I try to add records to my table. The table in the Access db is defined as a date/time field with an Input mask
Data type conversion error!!! -
Sometimes when I add data to the database I get a datatype conversion error. WHy?
Type Conversion Errors...... -
Can anyone help me with an easy way to fix casting problems in C++. I am using VisualC++ and when I try to make anything I always get so many gay errors. For ex:
cannot convert 'struct MyStruct' to NULL or there is no acceptable conversion...
and so on... In Java, most anything
VB6 to .NET Conversion Problem - Resolved -
I have several vb programs that I use to create excel spreadsheets. I used the upgrade wizard to convert my VB6 files to a .net file. Before conversion, my trouble statement looks like this:
xlApp.Selection.Subtotal GroupBy:=2, Function:=xlSum,
TotalList:=Array(7,
Fix me, I'm Broken (aka, Implicit Type Conversion on String Variables) -
this may be very simple, but this is really freaking me out. There is some sort of type conversion going on here that i haven't been able to figure out through the help files yet, or searching around the web.
I think what's going on is that if you decare a string var, but then ass
Easy string conversion (strlwr) -
How do you convert string from upper to lower or from lower to upper or whatever other conversion of that type you need to do. I tried using strlwr, but I'm so dumb that I can't get it to work (it's hard to move from VB to VC++, but unfortunately you have to do it sooner or later - wel
String to Numeric conversion -
I have to read a certian data from my serial port and then convert into numeric data type. How can I make sure the incoming string can be converted into numeric data before doing the conversion otherwise the converion will result in error, thanks!
VB6 project: Basic2Ultra format conversion -
Hi all, i am new to vb6, now i have a project which is about to do file format conversion. originally, the source file is in ASCII text format (we defined:Basic format), after conversion ,it's still in ASCII text format but only some characters changed.(we defined:Ultra format)
the
How to check if a session variable exists. If (Session["LoggedIn"]) : C#[2005] -
If I try it that way, I get can not convert to boolean. The only options I get when I type . to append a conversion does not include a conversion to boolean.
How can I check if a session variable exists before checking it's value. This causes me problems.
When I looked into con
Character conversion issues -
I am encountering an odd problem with character conversion that I was hoping this community could help with. I have a VB.Net app that transfers data between databases. Part of the transfer involves pulling a file name from a field in Table1 on server A and putting the data from the fil
Var type conversion (maybe) -
I'm working on something for our timesheets and I can't firgure out how to get the hours worked.
When we used to figure it from 10am to 9pm which was fine because 11 hours was the most anyone could work and I could compensate for that.
But now they have changed things and certai
Hex To Bin -
I have a text box (txtbox1) where I want to enter a 2 character HEX number, ( ie. 3F)
and another text box (txtbox2) where I want the conversion to bininary to appear. To execute the conversion I have a Command Button (cmd1) set to click.
Part 2 of my goal is to invert the bini
Help wanted for Data Conversion -
Hi All,
I have a problem regdg Data Type Conversion.
i have a string which has values like
str = "1","15.00","some string"
now i split it
str = Split(str, ",")
Set db = DBEngine(0)(0)
Set rstInfo = db.OpenRecordset("tbllIns
Data type conversion error -
Hi,
I have a date/Time field (Required = No) in my database. Whenever I try to update this field with an empty value, an error message say "Data type conversion error" appears.
Table.Addnew
Table!Date = "" <---------------------
Table.Update
Table.
Need help pulling from a logfile -
Hello,
I'm hoping with your help I can do this with VB. I've got a bunch of logs (80+MB each) that I need to pull some information from. Information like servername.domain.edu Heres a line from the log.
08-Sep-2002 00:54:15.71 303c4.1.0 conversion tcp_proxy-catchall E 6 mailcen
Migration / Conversion to .NET Plan of Attack -
Does anyone know of any best-practices links or related MS links, or insight on how to go about a large scale conversion from a legacy system to .NET.
We currently have a conversion project, but it is not a straight conversion. It seems as though everything is being thrown into the
Problem with null values (DBNull) -
I am loading a file which has some data values in Excel into a dataset. However some of the columns in Excel does not have any values.
Hence when I am trying to load these values from the dataset to a one dimensional array (of type double) it is showing me the following error:
Conv