Leonid B's Q&A profile
Visual C# How do you REMOVE or DELETE Items from Recent Projects list in VS2005 RC?
I have been testing VS2005 RC and as a result, I have built many applications. Most I am no longer interested in or use and would like to DELETE them from the RECENT Projects list, but I dont see how ! I have been achieving this by manualy deleting the project from IIS, but there's got to be a better way ! Any ideas cheers, yousaid >> The suggested solution is to have a "clear recent projects h ...Show All
Visual Basic How To Return records from database a to Array() Get
So I have a code And I want to return records from Datase Northwind Employees Table FirstName Column to array Save. But an occur error. Thanks for Help. Dim Con As SqlClient.SqlConnection = New SqlClient.SqlConnection Con.ConnectionString = "Server=.;Database=Northwind;Integrated Security=SSPI" Try Con.Open() Dim Com As SqlClient.SqlCommand = New SqlClient.SqlCommand("Select FirstName Fr ...Show All
Visual Studio Express Editions Encrypting text, 15 characters max
Ive been using VB.net 2005 for a while now but this has me completely stumped. I have this small program that takes text and converts it into a string of numbers. Unfortunately, it seems that the program doesnt enjoy revealing more than 15 characters in the output. should the output hit 16 or above, i then get a result in psudo scientific notation that has cropped the ending of the result. Dim Encrypt As String = "" Dim letter ...Show All
Windows Forms Combobox does not access key stroke
Hi I am using .net 2.0 windows forms. I have a combobox with following properties. DropDownStyle : DropDown AutoCompleteMode : Suggest AutoCompleteSource: Listitems Now When I run the form and go to the combobox and type something it works just fine. combobox suggest items as well. If user does not select anything from combobox and hit submit button, I am populating datagridview with all data. Now when user select any item from c ...Show All
.NET Development Complain about Convertors.. to whom?
Okay, I just gotta vent. Who's the $^$%^$ rocket scientist responsible for Point & PointConverter .. and .. Size & SizeCoverter.. (and probably others) Sounds nice .. huh You can take a Size and ToString() it ... which give you a nice "{Width=81, Height=30}" So you'd think the SizeConverter.ConvertFromString .. would work... NO! SizeConverter can only handles strings like "81,30" For the love of Pete .. why wouldn't y ...Show All
Visual FoxPro library location
SET LIBRARY TO FFLUSH DIR temp.txt && size on disk is still 0 WAIT WINDOW "File Size = 0" = XFFLUSH() DIR temp.txt && size on disk is 8196 WAIT WINDOW "File Size Does Not Equal 0" CLOSE ALL I'm trying to run this example code (fox9)- not finding this library - searched for fll's,dll's,vcx's - I look in C:\PROGRAM FILES\MICROSOFT VISUAL FOXPRO 9\SAMPLES\API\ and find a table named examples - whi ...Show All
Visual Studio Express Editions Where's the "e-book"?
As one of my "Registration Benifits" listed, I see: E-book - Download an electronic version of MicrosoftR Visual C#R 2005 Express Edition: Build a Program Now! from Microsoft Press I've searched High and low -- Where do I find this hi, if you registered your product you can check this link https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 hope this helps ...Show All
Visual Studio Express Editions Because don’t show the icon sql Server Express edition in the bar tools ?
Hi, i will install the sql 2005 express edition , but not sohw on in my tool bar , and dont know the status the server sql. Sorry my english is bad. The old server manager is no longer installed with it. One way to check the status is to look at the windows service status or to download the SQL Server 2005 Express management tools. You can find the link here: http://msdn.microsoft.com/vstudio/express/ ...Show All
.NET Development .Net data could be simpler than this!
Back to my sporadic learning project in ASP.NET I have a dropdown on a page populated at runtime from a table with country names to select a country, returning the corresponding country code. Everything works fine so far. I want to add a top record to show as default in the dropdown saying "-- Select Country --" DataSet oCountriesDS = new DataSet(); string sSQLCommand = "select ctry_name,ctry_code from countries order by ctry_name"; // Execut ...Show All
Visual Basic invalid parameter
Can anyone tell me why this throws a system.argumentexception:Invalid parameter Imports System.Drawing Public Class form1 Inherits System.Windows.Forms.Form # Region " Windows Form Designer generated code " Public Sub New () MyBase .New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call End Sub 'Form overrides dispose ...Show All
Visual Studio Tools for Office Add menu button in multi-lingual environment
Hello, I would like to add a sub-.menu in the "Tools" menu, for example. The problem is this menu has different captions in different languages ("Outils" in French, etc.) and I cannot be sure that it's index is the same in the list of Controls. There is any way to identify a specific standard Outlook menu, no matter what language is used Thanks! Hi, You should be able to get a quicker respo ...Show All
Windows Forms TaskVision client destroyed my PC!
I've decided to repost this message as separate thread cos I don't think it's getting the attention I deserves. Here's the problem... I installed the TaskVision client about a week ago, and immediately after started noticed weird things happening to my ...Show All
Windows Forms Closing forms
Hi, Let's say i have 3 Form (f1, f2, f3). f1 is the main form with a menu. f1 calls f2.Show and then f2 calls f3.Show. but when i close f2. it doesn't close f3. Is there an easy way to dertemine what forms f2 called so it can close all of them I don't want to keep a reference of all the forms instantiated by f2. Thanks, You could subscribe to the other form(s) Closed event or simply make f2 the parent of f3 ...Show All
Visual Studio Team System Deleting a Team Project
I am using Beta 3 Refresh. I tried using the TFSDeleteProject utility to delete permanently a team project but it does not work. Here is what I use at the command prompt: TFSDeleteProject "My Project Name" All I get in return is the help for the utility. The project is not deleted. Then I tried specifying the server name: TFSDeleteProject /SERVER-NAME "My Project Name" and I get the error: Unrecognized option '/SERVER-NAME' What am I doing wrong ...Show All
SQL Server returned status value 2 error
Could someone please explain why I get the following errors I have them in 15 out of 20 packages and its always the same, I have tried, removing the columns from the data source but it just seems to jump then to another column. I have also tried redirecting the errors to a differnet error database but ALL the rows just seem to be errors then In event viewer I get no further information simply Event Type: Error Event Source:&nb ...Show All
