Answer Questions
vortex-31 Is the VS 2005 Webbrowser really ready for prime time?
I am trying to use the Webbrowser control that is available in VS 2005 C# Express (.NET 2.0) to automate navigation through a set of web pages programmatically. I've run into two situations where I cannnot access the OuterHtml property of an HtmlElement. Looking at the debugger seems to say that some kind of underlying exception occurs. 1. I want to select an item in a listbox on a web page by changing the OuterHtml of two of the member elements ...Show All
Busy Dragon path
I have C# express installed and would like to build a dll with following command : csc /target:library /out:bank.dll a.cs The windows Command Prompt responds with " 'csc' is not recognized ..." I know in VS 2003 I can use the .NET Command Prompt. How do I do this for C# express so that my above dll build command will be recognized thanks. Click Start -> Run In Op ...Show All
Ronnie Yates Code Editor: Text Input Lag
Hello! I'm experiencing a terrible problem that renders Visual C++ 2005 Express (Final Version) almost completely unusable. I'm having the same problem on multiple completely independent computers and it happens quite frequently, so i can't believe it's a random problem that never occured to anyone except me. It happens when I switch back and forth between code files in a regular C++ project. Sometimes, after switching to a file ...Show All
Al_Robson OLEDBDataAdapter
why I cannot find oledbDataAdapter in toolbox in express edition Why are you expecting to find it in the toolbox What are you trying to do Also I am facing the same problem. I writing a software in which I want to access MS SQL server 7 which is on different computer. I know that (from another post) we cannot use .NET providers to access MS SQL Server 7 so have to use OLEDB Providers... How can we use ...Show All
AHS Get Benefits with CD Version and without Internet
Can anybody tell me how i can get the benefits when I use the CD-Version of Visual Studio 2005 Express and have no internet on that computer Markus That's bad, because i only can download the program via university and there i'm unable to install the products to get the benefits. Isn't there any possible way to register via e-mail to get the things Markus Mark - an Internet ...Show All
Lakshmi1341 Big troubles with ISO and IMG!
Hi all you guys at MSDN, I'm trying to get Visual Basic Express 2005 from computer A (Win98SE with dial-up) through to computer 2 (brand new WinXP SP2 without internet) but is having problems ... here's some questions about it... Q1: Is there a way to download a .iso or .img without installing the SQL Server on it If not, could you give me a CD copy thru the mail Q2: Can you make the download a bit smaller for dial-up users Q3: Why d ...Show All
Bill Wallace Color text not returning to normal!
I have my text turning a different color when I type a certain thing in, but the problem is that it wont change back to black after I type it. And, after I type it, any key I press will retype what I typed before. Heres my code: Private Sub RichTextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged Dim Tag As String Tag = "<html>&qu ...Show All
AAjusLT Whats the eisest way to turn a char array into a string
im trying out the ReadBlock function to get characters out of an array then i'd like them to be turned into a string. Is there anything eiser than this ( using a for loop to put the characters in the string one by one) - using System; using System.IO; using System.Data; namespace myProgram { class Program { static void Main( string [] args) { string mystring = "" ; char [] mychar ...Show All
m.singh Event Creation in VB .NET Beta 2 Express 2005
Hi. Will anyone please tell me how to make my own events I have heard that it is possible, but I don't know either how or where you do it. Thanks, The Digital Pioneer As long as you just have to consume events (handle them) you don't really need to know exactly how they are generated - it is enough to know how to handle them... The class below is an example of a class that has a Size, and will tell anyone who ...Show All
mcstar Get rid of Visual Studio 2005 directory in My Documents
Good afternoon... How do I stop VC++ Express from creating the "Visual Studio 2005" directory in My Documents I have set every Option I can find to point to where I want the files (%appdata%\Visual Studio 2005), and I have my projects in another location (%homepath%\My Projects\Cpp) but when ever I'm finished with VC++ Express the Visual Studio 2005 directory is back again, with a bunch of empty subdirectories. Nothing is eve ...Show All
klieglit Do Loop
The problem is when the main function of a do loop is too short the program will freeze like so: Do Until Running = False lbl.Text = "meh" Loop well since lbl.Caption = "meh" is executed so quickly in the loop the loop is executed at a rapid speed and the program will freeze immediately >_< what I want is to have a very rapid speed speed(less than 1 millisecond) but without having the program freeze immediately. Any ide ...Show All
Wint How do I turn this on?
I just downloaded and installed the Visual Basic 2005 Express program, and while I am experienced on computer use with Windows XP SP2, the setup program didn't create any shortcut icons, and I am frustrated at not being able to find an executable file that runs the program. Any help finding the <On> button will be appreciated. Ron Sheets U can find the startup-file at "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ ...Show All
semaja2 Webbrowser
i have a problem which i cant figure out i use to use the following code for making my own web browser WebBrowser1.Url = ("http://www.google.com") now this code doesnt work anymore and i wonder what i have to use now. Use the button which you want to use to redirect the browser's on click command, and type If AddressBar.Text.Contains( "http://" ) Then WebBrowser1.Navigate( New System.Uri(AddressBar.Te ...Show All
Daniel Cabra Free ebooks
Where can I download the free Microsoft Visual Basic 2005 Express Edition: Build a Program Now! ebook Thanks, Antonio Hi MS Press Free book http://msdn.microsoft.com/vbrun/staythepath/additionalresources/introto2005/ Build a program now https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 Ron ...Show All
Tim3627 Timing issue
I would like to find out if there is a way to add a bit of time for one line of code to complete before Starting the next. I would like my textbox to display the contents of an action as in: case 4 TextBox1.Text = "My Text" ---Do Somehting here to slow the system down for about 5 seconds TheAmount = TheAmount - 50 If TheAmount <= 5000 Then MessageBox.Show("Your Amount is: " & TheAmount) End ...Show All
