Answer Questions
Ragin Cajun RSS Reader Exit Problem
When I exit my RSS Reader I get the following strange error message: System.Data.SyntaxErrorException was unhandled Message="Syntax error: Missing operand after '=' operator." Also the following line in my code is highlighted: Me .ChannelBindingSource.Filter = "FolderID = " & FolderComboBox.SelectedValue This corresponds to line 506 on Snapshot 9 of the downloadable project: Me .ChannelBindingSource.Filter ...Show All
Sayyad Habib Ullah Quadri I can't find where to download the registration benefits.
I have gone through the registration process for Visual Web Developer 2005 Express Edition and I have attempted to find the registration benefits (the electronic books, the stock images, etc.) but I can't find them. Any thoughts Thanks! In reply to your aside, I agree with you. So, I guess that makes me stupid, as well. :-) Thanks for the help! I am having the same problem. I ...Show All
Matthewsnape What the Array is going on?
Is there a problem with array.sort If I load an array in to a list box I get A is Element [0] in the array B is Element [1] in the array C is Element [2] in the array but when I click the button to sort the array I get is Element [0] in the array A is Element [1] in the array B is Element [2] in the array Here is the code, Private Sub btnShowAll_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnShowAll.Click List ...Show All
Satish Chandran Problems with Splash Screen and VB 2005 Express
I create a default splash screen using Add New item | Splash Screen and then I select it in the project properties. When I run in it the VB2005 environment, the splash screen shows as expected, but then gives an error message: NullMessageException was unhandled . before running the application. Without the splash screen the application runs fine. The exception detail follows. Has anybody any idea what I am doing wrong The funny thing is i ...Show All
AA2e72E Serial communications outputting and receiving one byte of data.....
Okay, I am on deadline here.... 3 days... and for the last 2 weeks I have been trying to find the answer. Apparently there is no easy way to use a serial ports in VB2005 express... Most of the code I have found is for the .net version. It really doesn't port well. I have gone through and for the most part changed what needed to be changed. No Luck.... With the code written below that was copied and I duplicated the form to match the text, co ...Show All
Alex Cunha Installing Visual Web Developer problem
Whenever I try to install vwdsetup.exe, the progress bar gets about 3 quarters of the way across and then stops. I left it running for about 10 minutes to see if it was going to do something and it didn't. So I did Ctrl Alt Del and ended the setup.exe process (which was using about 90% CPU). The setup window disapeared, but the processes kept running, the only way to get rid of the process is to restart the computer. Is there a fix for this So ...Show All
toypaj help with TabControl
hello can some one tell me how can i move the TabControl to the side of the fourm ...the program places it in the top .. thanks in advance hi, plz mark the reply as answer best regards Hi there, In your Form/GUI editor (where you can drag & drop controls onto the form etc) click on your TabControl control. In the list of properties for the tab control, there will be one called "Alignment" and you can change thes ...Show All
Gordon Goodsman C# and Windows Forms
Dear Developers ... I have an problem with Visual C# 2005 Express in an Windows Forms Application. There are two Forms. My Application starts with an Login-Form. Then the user types in his Login-Information and if everything is ok, then the Startpage from my Programm should be shown. In the Eventhandler of my "OK"-Button I wrote at last: Startpage formStartpage = new Startpage(); formStartpage.Show(); this.Close(); T ...Show All
Eternal Snow How do I build a dll from command line using C# express ?
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. The C# command-line compiler is l ...Show All
Kharsim rounding down
helllooooo. im having a problem making a simple converter of minutes, into hours and minutes left over. when it gets to the upper part of the 60 minutes, the hours label goes up to 1 hour and it may say 1 hour and 45 minutes, for 45 total minutes. this is because it rounds up itself, is there a way to round this label down or sumthing If you have a number of minutes, you could pass it into a DateTime constructor, with all 0s for o ...Show All
GeorgeB66 Convert std::string to LPCWSTR (best way in c++)
Hi! How can I convert an std::string to a LPCWSTR What is the best way to do it in C++ Thanks. "Ciao guaglio!" Although you can use this function to convert a ANSI string to wide characters (or if you're comfortable with C++ iostreams: FabioDeSantis wrote: How can I convert an std::string to a LPCWSTR What is the best way to do it in C++ Instead of using a std::string, use a std::wstring (al ...Show All
M1A1 ASP.net IIS setup problem.
Hello, I am a beginning ASP programmer and get following error message: Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Could I avoid using IIS or how do I configure IIS I greatly appreciate your help. James James, When you create the ASP ...Show All
Peter Koller vb.net and Outlook/Exchange Emails and Global Address Book
I am building an application in vb.net that needs to read the global address book and also to read and filter emails that a client has received. In Access this was very straight forward - Link Tables, select the Exchange server as a source and the address book and emails are available as tables. VB does not seem to be so straight forward. Does anyone have any code examples or links to code examples in VB Justin ...Show All
pfpgroup How can I create a ImageMap that would
How can I make pop ups, what i would like to do is take an image and click on it so then a pop up of the image is show on that page but bigger, I thinking that the ImageMap is the right tool to use I just don't know how to use it. can some one please help me. Thanks, Private Sub PictureBox1_Click ( ByVal sender As Object , ByVal e As System . EventArgs ) Handles PictureBox1 . Click Dim f As New I ...Show All
BenK button click Event, just can't get it!! HELP people
i am in the process of teaching myself VB express basic, i am aiming to create a customer information database, for my company and i am getting abit stuck! Problem, i have created 2 forms, on my first form i have my customer information. i have created a button to open the additional form for my client file, and i would also like this button to copy information that has been entered into customer field on the first form and paste it onto t ...Show All
