Lior Canetti's Q&A profile
Visual Studio Express Editions Is Visual C# 2005 Express v50630 avalaible for download?
I saw that there is a new version of Visual Studio 2005 Beta 2 with the framework 2.0.50630. I'd like to know if there's a C# express beta avalaible for download. Thanks in advance for your help luca - No. The 2.0.50630 version is the July CTP, and there was no version of Express released with the July CTP. There will however be an August CTP released in the next week, and an Express version of the August CTP will be available. See http://lab.msdn.microsoft.com/vs2005/get/ for a complete list of versions of Visual Studio and the most recent available build of that version. Thanks ...Show All
Microsoft ISV Community Center Forums Icons In ListBox
Hi dears I want to add icon to the items of VB.NET 2005 ListBox , Could i do ... Hi all, Thank you very much Derek Smyth. ...Show All
Visual Basic Backgroundworker and Timer
Happy Coding in 2006, Everyone! Can I set a Backgroundworker to do work in a certain time interval, like timer_tick event Thanks. Hi, No, the backgroundworker is written just to run code in the background, and that's it. If you want some sort of timer functionality, you really want to use...a timer :) You could emulate it (but it wouldn't be precise) by writing a loop into your backgroundworkers code like this: Do Thread.Sleep(some timer period) DoMyRealWork() Loop But it wouldn't be very good for precise timings. ...Show All
Visual Basic How do I execute an SQL Command with an ODBCConnection and MySQL database?
I have tried many times in many different ways to get this to work. When I try to compile the code below I get the error message on this line of code " Dim myCmd As New SqlCommand(mySQL, cn)" then I get the error message "Value of Type 'System.Data.ODBC.ODBCConnection' cannot be converted to 'System.Data.SQLClient.SQLConnection'. When I comment out these lines "D im myCmd As New SqlCommand(mySQL, cn)myCmd.ExecuteNonQuery() " then the error message disappears. This means that there are no errors with the ODBCConnection. I cannot test the connection because to do that I would need to be able use an S ...Show All
SQL Server The AcquireConnection method call failed with error code 0xC0202009.
I have a SQL Server Agent job with a step to execute an SSIS package. The package has as one of it's connection managers the Connection Manager For Excel Files. When I run the job it fails every time. I have implemented logging and in the OnError event it states "The AcquireConnection method call to the connection manager "LOBMappingExcel" failed with error code 0xC0202009". Note that if I execute this package via dtexecui or dtexec it runs successfully. Only when I have the SQL server Agent Job run the package does this occur. What am I missing (I wasn't sure if this is the correct forum to post this so ...Show All
Visual Basic 3 Questions about Panel component
Hi all, I just change to .net from vb6. There are three question about Panel component drove me mad. 1. I try to use drag and drop change the Panel position inside of winform. I can start drag by these code Panel1.DoDragDrop( Panel1 , DragDropEffects.Move) But I don't know what to write in Form1_DragDrop sub. to drop panel1 in the right position 2. Drag effect. In VB6 there is a g rey edge no fill rectangle for shape component when dragging it, that shape will move when drop . VB6 Private Sub Form_DragDrop(Source As Control, X As Single, Y As Single) Picture1.Drag vbEndDrag End Sub Private Sub Picture1_MouseDown(Button As I ...Show All
Windows Forms AppUpdater Not Working
Anybody else had any troubles getting it working I've got the folder in IIS set to allow directory browsing, but after AppUpdater.DownloadUpdate() is called, I get this error... 5/10/2004 6:02:47 PM: UPDATE FAILED with the following error message: System.Net.WebException: The remote server returned an error: (501) Not Implemented. at Microsoft.Samples.AppUpdater.AppDownloader.Download() &n ...Show All
Visual Basic Calling a sub while reading an array?
I'm not the most sophisticated programmer, so you'll have to forgive me as I may be approaching this totally incorrectly. One of the programs I'm working on now deals with Morse Code and different methods to output data to the user in Morse Code...example, PC beeps or with wav files. The concept is this: User selects output method, user selects demonstration and clicks play. The demonstration directly corresponds to a specific file. Read in the file when the user clicks play and then sound the file one character at a time (including spaces) via the output method chosen by the user. I've got almost everything working but I'm ha ...Show All
Smart Device Development Conversion of Winforms Application to WebForms
Hi All, I have developed Smart Device applications before and made custom migration tools for vs2003 to migrate GUI changes from the PDA up to a WinCE solution and then to the Windows solution. I am wondering with vs2005 whether anyone has attempted converting Smart Device Windows Forms into Web Forms in an ASP.net website I understand the architectual differences but that aside.... Anyone who has tried place contact me. Glen Brown. IT Consultant. Hi There, I would like to present a new technology that allows you to develop with full WinForms API and design time capabilities for creating a ...Show All
Visual Basic third-party installer for choice and security
Does vb.net express offer a way for the developer or user to decide where an app would be installed or is a third-party installer necessary If so, any recommendations McWhirter wrote: Thats good to know I was just whining to myself yesterday that the product comparison listed clickonce for the Basic Edition. I didn't wanna have to fork out the money for Pro. Now i might be happy :) Yes, I was pleasently suprised to find that out too. If you noticed (and unless it has been changed, haven't checked lately) the product comparison page, shows that the Express Editions don't have a depl ...Show All
Visual Basic How to connect to Server Database (Remote Acccess)
I using VB2005, and I would like to create same simple program that related to the Access or SQL database. The problem is, I want My database is store in server, and i can remote access to the server's database for Inserting, Deleting, Editing and updating the database that store in server. And i also can access the database using my VB2005 program to edit the record in the server database through Internet Connection. Can VB2005 solve above problem Can someone HELP HELP HELP me up asap. Thank Thank Thank ... SQL server is probably the easiest to do it with. You will need to set up the server for access from the outside world. Here is an ...Show All
Windows Forms found a bug in NotifyIcon.ShowBalloonTip
I noticed that the first parameter for this is the number of milliseconds to display the balloon tip. No matter what value you enter the balloon tip never goes away. Hi Mike, Thanks for your good question. After my investigation, it's not the problem of .net Framework but the one with Windows shell. Now that Visual Studio 2005 has shipped we're in the planning stages for our next release. As part of our normal planning process we are going through and re-evaluating all bugs that were postponed for Visual Studio 2005. We re-reviewed this bug as part of that process. The BallonTip timeout is on ...Show All
Visual Basic Rendering
What do you use to open up like a file (map for me) and then render something, do u use directx Depending on how do you plan to render your map; if it's just 2D bitmap, then GDI+ can do that already, and it's less complicated. -chris ...Show All
SQL Server How to manage click-through
How will I possibly do click through on this type of chart when basically I'll have to bring in just Grand Total values to do what they want to do here in this mock-up: SSRS 2005 Expected/Desired Outcome (user drew this using Excel and later wants click-through capability through SSRS 2005 on the bars later on): http://www.webfound.net/chart3.jpg I don't see how this is possible, can y ou shed some light because basically what I'll have to do to get that few of bars is literally bring in just Grand Totals for the series....static Grand Totals from my dataset's stored proc calculation since I cannot perfo ...Show All
Visual Studio 2008 (Pre-release) ComboBox "How To" Question
I am implementing a ComboBox in WPF that must display a different string in the textbox portion of the control than what is displayed in the items list. I have bound the items to the control using a DataTemplate defined in XAML: <ComboBox x:Name="customerComboBox" HorizontalAlignment="Left" Width="200" Grid.Row="0" ItemsSource="{Binding}" IsSynchronizedWithCurrentItem="True" > <ComboBox.ItemTemplate> <DataTemplate> &nbs ...Show All
