Answer Questions
JerryHerrera Reading meta information in VBS
Hi all, I have a little script to read the source from a website. URL = "www.google.de" IE.Navigate URL Wscript.Sleep 800 Set IEDoc = IE.Document HTMLText = IEDoc.body.innerHTML msgbox HTMLText But what I want is to read the whole <head> section. I need something like IEDoc.head..... but that doesn't work. Some ideas Thanks. ...Show All
lapo3399 VS.NET 2005 - Single Instance app and command line parameters
Hi. Would someone be able to provide me with general direction for the following. I am able to easily create a single instance application, thanks to the new functionality built into VS.NET 2005. Now, what I am trying to do is recuperate the command line parameters when switch to the first instance running, when the application is called again. In more details: I have application abc.exe. I run it the first time. Second time I run it, I ...Show All
JeffCurrier Add New Data Source for My SQL doesn't work
I have tried also installing and using the ODBC driver version 3.51 and the My SQL driver 3.1.8. None of these work. What do I have to do to add a new MY SQL data source Michael spotty wrote: Are you sure its the enterprise edition of 2005 and not the Express edition (Beta 2) I'm sure that no Enterprise Edition has been released to the public and I'm told with the Express Edition (Beta 2) There are other Beta ...Show All
Tampa Magnus PLEASE HELP - Can't Deploy Interop.Excel.DLL
PLEASE HELP. I've developed a vb.net app which works great on my dev machine, both within the IDE and as a compiled executable. But when I deploy it to a user workstation, I receive the following: Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Could not load file or assembly ‘Microsoft Of ...Show All
Kenny Spade Where are those bitmaps?
I'm trying to find the bitmap image files that come with VB 2005 for you to use in your applications, but I can't seem to find them. Littl help here I have an e-mail. It is qianli99@gmail.com . Wait a minute... Could you make it appear well if you just had an email adress... some artwork of somekind could appear..... You mean C:/Program Files/Microsoft Visual Studio 8/Common 7/ And no, they're not there ...Show All
Howez screen scraping windows apps
Hello, Using vs 2003, vb.net as a windows application....how would I go about scraping information from a specific window when there could be multiple windows open from various apps. I need to identify the proper window and then scrape 3 fields of information off the screen and place them into text boxes on my own application that would be open at the time 1. my application would be open (windows app) 2. user clicks 'get data' button 3. program ...Show All
mknecht Textbox beep
I'm using a textbox. Multiline and AcceptReturn are set to True I want to detect a carriage return and I have the following code: Private Sub tb1_KeyPress( ByVal sender As Object , ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles tb1.KeyPress If e.KeyChar = Chr(Keys.Enter) Then Parse() End Sub It works as desired BUT I receive a beep when the parse code completes. I also receive a beep if noth ...Show All
aspnetgeek Photo Matching Database
User selects a picture and querys the database for a match. How do I write the Code for this SELECT id, image, description FROM pictures [database] WHERE image EQUALS picturebox1.image I am concerned that the "image" format stored in the db will not match picturebox1.image and that I probably will have to convert picturebox1 into a binary array to match the format already in the database. Furthe ...Show All
coreyw2000 Accessing data from Exchange Server
Hi, I need to some some maintenace with old user and email accounts, and was wondering if there was a way to communicate with the Exchange server either by a class or namespace etc. I need to be able to "get at" the Primary Windows NT Account data, that is stored in the mailbox properties, so that I can compare this value with the "Pre-Windows 2000 User Name" in AD to ensure that the correct mailbox is being worked on. How would I achieve this u ...Show All
Ben Docume Passing a string to Consoleapplication.exe in cmd
I want to be able to pass a string along with the ConsoleApplication1.exe from the command line. Some thing like this ConsoleApplication1.exe "absdefgh ijklmn" so instead of typing ConsoleApplication1.exe then hit Enter to input the string I am trying to pass a string directly to the console application but it's giving me an error I am not sure if this is how I pass it Module Module1 ... ...Show All
R.Nargang Building issue: Import Excel object in a PC without Excel installed
I have a project that needs to use the excel file and therefore I import Excel reference into my project. Everything is ok in my development PC that has MS Office installed. However, I need to build the project in our building PC that has not installed the MS Office. I got the following error during building the project in the building PC: error BC30466: Namespace or type 'Excel' for the Imports 'Excel' cannot be found. ... Any idea Thanks in ...Show All
Umesh.N What's the Difference between Visual Basic Express and Visual Basic 2005
Are there more commands Faster compiling Faster code I read that Visual Studio 2005 also has a 64bit compiler... does that include Visual Basic 2005 I understand that VB wasn't going 64bit - but that's a shame because MS is pushing us to move to 64bit. Well, we certainly need the compilers for it, don't we Statements, functions. What do you mean by comm ...Show All
moontube DirectoryInfo.GetFiles Method
Hello all, For the DirectoryInfo.GetFiles(String somePattern) method, how can I retrieve more than one type of file If somePattern = "*.txt" I obviously can retrieve all txt files, but if I wanted to retrieve all txt and doc files for example, can the somePattern string represent that I tried the common sense possiblities (e.g. "*.txt, *.doc", "*.txt; *.doc", etc) but to no avail. Thanks guys. N. Farr ...Show All
Kerberos Mansour Updating an SQL Server 2005 database
Hi, I have been trying to edit values retrieved from a database in one of my VB2005 forms applications. But even though a test messagebox shows that a row has been altered, when I restart the application, the value is still the same. It doesnt change until it has been physically changed in the database. Can anyone shed some light on this Regards, Arun. I don't remember the exact conditions, but if you ...Show All
mchf source of playing card images
Is there somewhere where one can download (hopefully free) images of playing cards to use in programming a card game Great !!! Thank you. Have you had a look at the Black Jack starter kit http://msdn.microsoft.com/vstudio/express/visualcsharp/starterkit/#blackjack ...Show All
