bitbonk's Q&A profile
Visual Basic Visual Basic Compiler Error Hotfix
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ). Unfortunately, there’s just no way that we can release any code except via official releases which have been fully vetted by Quality Assurance, have se ...Show All
.NET Development Parsing HTML
Is there any functionality to parse HTML tags in .NET. There is extensive support for XML, but I haven't found much for HTML. They are similar, but sometimes, HTML is not as strict, as in, not having an end tag, etc. What I'm looking for is similar functionality to the java class: import javax.swing.text.html.parser.*; Can anyone shed some light on this Thanks. .NET Framework itself does not provide a HTML parser class. However, you may use SgmlReader or .NET Html Agility Pack as I already answered in this thread . ...Show All
Windows Forms Is it possible to pass the results of a databind to a textbox control?
Hello, I have the following databinding that pulls data from a SQL 7.0 server database... txtComments.DataBindings.Add("Text"), DS, "tblTable.Comments") I have an Outlook Module that I would like to send the comments from my txtComments control into the body of an email as such: oComposeEmail.body = frmMain.txtComments.text The problem that I am facing is that my textbox control, txtComments I can see is populated with data on my form, but when I go to pass the .text properties to my email function, it is empty. I have tried, txtComments.Text = txtComments.DataBindings.Add("Text"), DS, "tblTable.Comments").ToString The value of txtComments.Text shows as "" wh ...Show All
Windows Search Technologies WDS 3.0B2 - Losing list of included locations?
After installing B2 I went to options and set search to include most of the folders on my C drive. After doing that search status showed that it was going to index 120K files. I tried a search and didn't get a match I thought I should have. I went to options and the included folders list doesn't include the items I'd previously added. I added them again. Again, search status said it would index 120K files. It is a few days and I just opened options again and the list of included folder is empty again! Please try to install the latest version from http://support.microsoft.com/Default.aspx kbid=917013 and reply back if you still see this problem. Thanks, David Peng (MSFT) ...Show All
Smart Device Development Using Windows Form/User Control (embedded in IE) in Windows CE.Net
I have a windows user control targetted for tablets (Windows Xp and Windows CE.Net). The user control in question will be embedded in IE using <object> tag. It works pretty well with the tablets with Windows Xp and Windows Xp Embedded. But I am unable to figure out a way to make it work on Windows CE.Net. The reason for this behaviour is due to the fact the IE has to download the dll refered in <object> tag and create an instance of class referenced. How do we change the property of the IE window in CE.Net to allow it to download the dll and use it Is there a workaround available Any help would be appreciated. Thanks Parag ...Show All
Visual Studio Express Editions How to Highlight Textbox Text on Gaining Focus
How to Highlight Textbox Text on Gaining Focus This is the 'highlight' part, just add your handles: Private Sub TxtAns1_Enter( ByVal sender As Object , _ ByVal e As System.EventArgs) _ Handles TxtAns1.Enter, TxtAns2.Enter, TxtAns132.Enter Dim tb As TextBox = DirectCast (sender, TextBox) tb.SelectAll() End Sub ...Show All
SQL Server How to edit a asp.net2.0/C# project in VS2005, Plz HELP
Hi, How can i run or edit my ASP.NET 2.0/C# project in VS2005. I have source code files (including database) but it doesn't have .sln file. Please guide me how can i edit or run this in VS2005 Hi, if you are missing the sln file, you should create a new web project and import the existing files to your solution. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Windows Forms Floating toolbar interface
Hi, I'm developing C# winform application in VS 2005. I was imagining if I could implement floating toolbar kind of interface for my application. eg. as in VS 2005 for toolbox. I want similar kind of interface on main form on right hand side. This interface will display information using listview and also user could launch actions through menus. Could anyone enlighten is it possible to implement such interface with dot net framework 2 application using VS 2005 If yes, how Thanks If you read my query, I'm looking for similar interface what does VS 2005 provide for toolbox but thing is I am not looking for floating TOOLBOX. I need floating feature on main screen right/left panel or something, ...Show All
Visual C# Image Acquisition from IP Cameras
Hi, Is there a common solution to acquire image and video from IP cameras from different vendors How can I acquire video from 2 different cameras at the same time There are WIA, TWAIN and DirectShow technologies which are popular but what is the difference between DirectShow and WIA Detailed explanations and source codes would be appreciated :) How can I acquire video from 2 different cameras at the same time About this question, i acquire data from 5 GSM modems at the same time, the way will be similar. I create a class for reading and pre-procesing data from the modem with a independent thread working in it, when i launch (create) the object, it send periodically the pre-processed data to a main form, the ...Show All
Visual Studio ReportViewer interactive sort problem in local mode
Hi. I have a ReportViewer in a WinForms application, rendering reports from a BindingList in local mode. I set some columns to provide interactive sort, however when I click on the sort button for a column, all the data in the report changes to "#Error". First of all, is there any way of determining what this error is, and secondly, what might be the cause of it Thanks David Turner Are you using parameters...I used to get this error if the report could not bind values to parameters...So I knew my parameters were not getting a value or correct value... good luck... bullpit ...Show All
Windows Forms msiexec gets blocked by antivirus software
Hi, my setup.msi program has been freezing whenever it starts up, it will just open up and hang at "Preparing to install..." and will hang from there. If I try to cancel, it will hang on that, and when I try to end the process, it will close the form, but I can't stop the process. I've noticed that when I disable auto-protect on Norton Antivirus 2005 corporate edition, the setup program can then run. Do any of yall know how to get an antivirus to not block the program automatically It is annoying because if I forget to disable it, the only way I can can get anymore work done on the program is to restart my computer to end the process, I cannot recompile because the process is still in use. Thanks this is standard for AV sof ...Show All
SQL Server How can I access dbase?
Hi, I want to access dbase database, can anyone help I try : SELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'Data Source=D:\Account\;Extended Properties=DBASE III;', TRANS.DBF) and I got the following message : OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "Could not find installable ISAM.". Msg 7303, Level 16, State 1, Line 1 Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)". Thanks and I really appreciate any help joe Hi Dman1 How can I check if I have the correct MDAC installed, and what will installing this do Thanks ...Show All
Visual C++ Command Line Compiler mscorlib Location
Is there a command line argument in Microsoft's C++/CLI compiler that prevents the compiler from looking for mscorlib.dll in: c:\windows\microsoft.net\framework\v2.0.50727\ Our build environment requires that all builds be consistent and reproducible. This means that there should be as little reliance as possible on the configuration of the particular machine used to build the software. We require all components referenced during the build process to come from a single shared location, not from the user's local hard drive. C# and VB both provide the "/nostdlib" command line argument but I cannot find anything similar in C++/CLI. Any thoughts Try using: Tools + Options (Show all ...Show All
Visual Studio Express Editions The conflict between FileStream and Bitmap
Hello, I read a text file and store the data into an array. And i use these data to draw a graphic in another form And output the graphic into a BMP format. Before adding the last function.i could open the data text file any times and use the data to redraw graphic any times. But when i add the last function(output the graphic into a BMP format), a problem happens. when i close the redraw graphic form. i could not read the data text file any more. and i should close the application and open again. Looking forward to your help. /////////////////////////////////////////////////////////////////////////////////////////////////// Here is my reading data text file code: ////////////////////// ...Show All
Visual Basic Waiting for a Document to Load to Process
I'm trying to process the information in an HTML file, but I can't get it to wait for the file to load before trying to process its information. Here's what I've tried (using Visual Basic/Visual Studio, but language shouldn't matter too much): Web.Navigate(" page url here" ) While (Web.ReadyState = WebBrowserReadyState.Loading) End While Dim stream As StringReader = New StringReader(Web.DocumentText) Dim num As Integer = 0 Dim currentLine As String = stream.ReadLine() Debug.Print(currentLine) While (Not currentLine.Substring(0, 4).Equals("<td>")) ........currentLine = stream.ReadLine() End While The Debug statement always prints null, and the Exception comes on that last While statement. ...Show All
