[IE] representation of an extended object -
Were can i find a Graphically representation of an extended object map of Internet Explorer?
like:
WebBrowser.Document.All.*
WebBrowser.Document.applets.*
WebBrowser.Document.links.*
WebBrowser.Document.forms.*
WebBrowser.Document.scripts.*
WebBrowser.Document.images.*
WebBrowser.Document.emement.*
thanks
[IE] representation of an extended object -
Were can i find a Graphically representation of an extended object map of Internet Explorer?
like:
WebBrowser.Document.All.*
WebBrowser.Document.applets.*
WebBrowser.Document.links.*
WebBrowser.Document.forms.*
WebBrowser.Document.scripts.*
WebBrowser.Document.images.*
WebB
What am I looking for Object or Control -
I have built an object/class for my application. It holds lots of specific kinds of data and collections of data.
There is no pictorial representation for my object. What am I looking for if I want to use the data in my object to create a picture and put it on my form or picture bo
embedding an mschart -
Hello
I just embedded an mschart in a form by clicking on the mschart iicon in the controls toolbar.
when i clicked on it, it gave me a chart representation and the excel file representation (rows and columns). if i close the excel file representation, is there any way i can get
char representation of the Tab -
does anyone know what the char data type representation of the Tab is?
I am splitting a string that is delimited by tabs, and right now I have it coded using CHR(9) since that works, but I am trying to stay away from the VisualBasic namespace wherever possible
Grpahical representation for MSFLEXGRID data required...can anyone help -
I am using MSFLEXGRID for viewing data at runtime in my applkication.I want a graphical representation of the same data.
Is there any support in VB6 for that.Or else is there anything available on net for free which can help solve my purpose.
ADO Extended Properties -
Hi,
Can anyone help me out with ADO Extended Properties, I am most interested in the Text Extended Properties for reading text files into ADO Recordsets.
Example Code
con.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\;&q
Testing for an Object that is not added as a component or reference -
Is there any way to test for any object even if it is not added as a component?
Here's the problem. I want to have code that can handle a few known objects such a TreeView, SSTab and a few others. Now I want the code to be independent of these object it is to test for. Meaning there
Unicode, UTF-8, etc -
I have been asking the folks on the General VB forum some questions related to Unicode but it appears not all the functions I need are avilable in ASP which is what I am using so I was wondering if anyone here can offer some insight.
I have the following info about a given character
fractional value representation in c++ & c -
hello
i had a question regarding the representation of fractional values in java
i read in this java that the reprepsentation of a fracitonal value of a variable is inaccurate.
e.g. 0.1 would be stored to its closest approximation in java, and hence fractional numbers cant be
Extended ListView XPStyle -
I have extended the ListView and when used on a form will XP visualstyles enabled the control does not show with the XP style? Any ideas on this would be greatly welcome.
listview extended style -
is it possible to set the check state of a list view with the
LVS_EX_CHECKBOXES extended style set?
extended desktop -
i would like to have extended desktop.
i am going to install another graphics card, what i would like to know is do i need any software and is this all i need to do.
pulling out extended ASCII characters... -
Hey guys,
Ive got a dilemma and I knew that someone here could help. We have a file that we transmit through FTP to a client. we are transmitting this file from a DB2 As/400 which allows extended ASCII characters. Unfortunately, the system we are sending the file to does not all
List(Of T) internal data representation -
Hey.
I'm just curious here.. Does anyone know how the List(Of T), represents its collection internally?
Knowing the internal representation could be quite useful as, for example, if it is a linked-list, then we would know that insertion of elements is a fast operation when compared
Extended ASCII -
Anyone know where to find the extended ASCII charts? as in, past 255...
convert number to date -
I have a number representation of a date
for example instead of 1/27/2004 I get 12345
This is what I have:
object x = value
How do I convert this x of type object to datetime please?
Thanks
integer to hex conversion -
I have two textboxes in my form, one for integer values while the other is for a conversion of the integer value to HEx representation. I would like to know how I can do this. I am pretty sure there is like a function in VB.net that can allow me to perform this task. I have searched
Partition Problem! -
I have a computer with linux installed.
I wish to remove the linux partition and now install Windows.
Using the FDISK utility, I attempted to remove the Extended Dos partition, but it says that I cannot delete extended dos partition while logical dirves exist.
Then if I try to
Partition's problem -
A friend of mine had a HD with 2 partitions. A main one with NTFS partition, and an extended one with FAT32 partition. She had backed up all the important information on the extended partition to remove the main one.
So, she erased the main partition, and created a new main FAT32 p
Extended procedures in SQL server -
Does anyone know how to call and extended procedure in a
master database from a trigger in another database in SQL SERVER???
Any help would be much appreciated!!!!
is there any partitioning software that can partition without losing data -
Hello everbody
I want to partition my hard disk for installing linux on my PC.
Is there any free software/utility for partitioning the hard disk without lossing the data I want this partition on my extended dos partition ie. I have 2 partitions c: and D:. C being primary a
Extended MAPI -
Does anyone know a good API manual for Extended MAPI.
Excel Option Not Available in Export List -
Hello Everybody,
I am using crystal reports 8.5. When I run this report on my machine and click on export button, it lists all the applications where I want to export my report for eg :
Adobe Acrobat [PDF]
Excel 5.0 [XLS] Extended
Excel 7.0 [XLS] Extended
Excel 8.0 [XLS] Extended
extended precision math class -
Does anyone know if there is a custom math class out there that will output extended decimal values as aasci strings of digits?
For example, sqrtf(2.0) and sqrtl(2.0) both return 1.4142135623730951 but the Windows Calculator displays 1.4142135623730950488016887242097.
user input to decimal -
i need a little help i was wondering if anyone knows how to convert the keyboard input of a word from a user to its decimal representation or binary representation i know how to convert decimal to binary but not the characters to the decimal value
for example if the user inputs abc
Serialize the calls to a COM object -
I have a multithreaded application,
This application use a COM object that does not support multithread calls (Grrrrrr!)
then i would like to find a way to serialize all my calls to this object in a single thread.
I thaught to create an extended COledispatchDriver class that will
How to make a Toolbar representation bitmap for a UserControl -
Hello Every1,
I wanna make a Bitmap for my usercontrol so that I can change its representation in the toolbox. But the problem, is no matter how big the bitmap i make, it cant be displayed properly in the VB Toolbox. Its displayed but nothing can be made out of it. I want to make one
VB .NET Edit control replacement update -
Hello,
here you've got an edit control, extended with some interesting properties.
Try it out and enjoy. Let me know if you found some bugs in it. Please forget the last posted, because it wasn't very useful. This one is.
Will be extended further if I have some time
Greetz
How to convert FONT to String and vice versa -
Anyone know how I can convert a "string" representation of font back to the System.Drawing.Font representation?
Thanks.
Heres the string I want to convert back
[Font: Name=Arial, Size=251, Units=0, GdiCharSet=111, GdiVerticalFont=False]
Jet 4.0 Extended Properties -
Does anyone have the list of the Jet 4 Extended Properties? They are about connecting to Excel, Text, Word and stuff like that, maybe more.
From MSDN I know that info on that topic is supposed to be found in the Office Developer help/CD.
I'd be very interested to get a list of those
interactive backcolor -
hey guys i m using the form_keydown function to detect is a key was pressed.
each key has a label representation in the form.
so i need to change the representation backcolor(label) on the form from blue to red when it is pressed and turn it back to blue when the key is released.
ho
The extended Star Wars ending -
There was a extended part of the ending to Star Wars VI, but due to copyright reasons, they couldn't include it.
But now they've released it: link
C++ Extended Styles [plz vote] -
C++ Extended Styles
please vote for me if you like it
Help Needed Friends -
Hi everyone..
after getting tired of doing the program..at last i searched for a forum that they might help me with my project..
i am new to visual basic .net..
i am studying it right now.. but the problem that i cant figureout loops:S
will u please try to solve this to me?
How much does a "$" give -
Hello!! I've noticed that there are many functions (mainly for conversion) that have "normal" prototypes (like str, len) and "extended" (like str$, len$). In Visual Basic reference says they both (normal and extended) do the same thing!! What's the purpose of their
ListBox Extended Multiselect Option in a ListView -
Does anyone know a code to be able to select items in a ListView like the Extended Mutliselect option in a ListBox? Thanks
problem with chr() -
When I use chr() with any number over 127 (extended ascii) I don't get the proper characters. Asc() does the same thing.
For example, chr(163) returns £.........and asc("£") returns 163. (This makes sense!!) However if I look on the ascii chart £ is 156 and 163 sho
Please help out with Office 2000 Developer info! -
I need the JET 4 'Extended Properties list from the Office 2000 Developer CD. I found this in the MSDN library:
"For a list of Extended Properties property settings for all database types supported by the Microsoft Jet 4.0 database engine, see "Extended Properties Property
SQL Server - XPs or calling Class Libraries -
I understand that Extended Stored Procedures require a raw C++ DLL to make a call to.
Is it possible though, to make a call (with or without extended stored procs) to a COM or (better yet) a .NET DLL from SQL Server?
Data Collection and Graphical Representation -
Hello Friends:
I am a beginner in VB. I need some help here. I am right noeffects of working on a project of downtime data collection. I have columns of raw data. I need to do a graphical representation of the data. for example, I have date, shift, machine ID, ope