LSF's Q&A profile
Visual Studio Tools for Office Databinding CheckedListBox .Net 2005
I need to populate a checkedListBox with values from the database. The data is like this ID Name 1 Mona 2 Lilly 3 Veronica I want the name to be stored in the DisplayMember property and the ID in the ValueMember property. Since the Datasource property is no more supported by the checkedListBox in .Net2005 I don't know how to accomplish this. If I use the 2nd overloaded method of the checkedListBox.DataBin ...Show All
Windows Forms Help: Hosting .net form controls in IE
I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission. I have searched alot on the web about .net security I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions ...Show All
Visual Studio Team System HTTP code 503: Service unavailable
We have TF B3 Refresh set up on a server and locally it seems to be working fine. However we have a team in Beijing that is having occasional errors like this: c:\Foo\Main\Src\Bitmaps\bar.bmp: Please contact your administrator. There was an error contacting the server. Technical information (for administrator): HTTP code 503: Service Unavailable Any ideas on how to troubleshoot this error ...Show All
.NET Development request.BeginGetRequestStream with FTP in ACTIVE mode problem.
Hi, i'm making an asynchronous upload function. When using .usepassive = true all is good, i can transfer and catch pretty much every exception thrown at it. When using .usepassive = false and the server and client are both configured properly, all is good too. The problem i have is when .usepassive = false and either the ftp or client are not configured properly to use active ftp connections. Here is the code that calls the BeginG ...Show All
SQL Server Using Alter View in sproc?
I am getting errors when trying to write a stored procedure with alter view statements in it. Can this not be done or is my syntax just off. If it can't be done is there a common work around or different method I should consider Thanks Umachandar, I do have the ALTER VIEW statement in the body of the SP as static. I will rework the SP to execute it dynamically as you suggested. Thanks alot ...Show All
.NET Development Updating database
i have a problem to update my database. in my update button i have the following code: dataset.AcceptChanges() Adapter.Update(dataset.table) i've tried other things like: adapter.update(dataset) swopped the two lines around... it saves the data on the current form, but when i close the form and reopen it, the data never changed in my database. i think the changes get saved in my dataset, but not in my database... but aren't sure... Thanx ...Show All
SQL Server is sql server 2005 a standalone install? Or do you have to install windows server
I have never installed sql server before and I didnt know if I just take the sql server 2005 standard edition media and boot off it and do a fresh install that way or do I have to install Windows server SQL Server is "just" a database*. You need an underlying operating system in place before you attempt to install it. For SQL Server 2005, supported operating systems are Windows 2000, Windows XP, and Wi ...Show All
SQL Server How do you connect to SQL 2005 Express database on Network Share
Hello, Ho do I allow multiple users to share a database Background I have developed a Windows App in VS.NET 2005 which connects to a SQL 2005 Express database. Now I want to install the app and database on the network and I am getting an error "File 'file_name' is on a network device not supported for database files" What is the best way to get this working Thanks in advance, Phil ...Show All
Visual Basic VScrollBar working in opposite
Hi all. I have a VScrollBar which displays it's value in a textbox. The problem is that when I click on the up arrow (wanting to increase value) the value decreases and vica versa. I can't find any "reverse" setting in the tool properties. My code is simply: Private Sub VScrollBar1_Scroll( ByVal sender As System.Object, ByVal e As System.Windows.Forms.ScrollEventArgs) Handles VScrollBar1.Scroll TextBox1.Text ...Show All
Visual Basic Reading a "text" File
Im trying a read a "text" file that is a storage file for a proprietory software package. I can open the file up in notepad and read it all fine, all the data is there and visible in a plain text format, and i can also import the file into excel or basically anything else.. My problem is that when i attempt to read the file into a VB 2005 richtextbox, or textbox it won't read the whole file. (doesn't matter if i use read, rea ...Show All
Visual Studio Express Editions i want my fckeditor to display data from batabase for editing
i am using visual web developer 2005 and what i want is my fckeditor to display data from a column in my sql database table. cant figure out how to bind it with my database, how to display data onto my editor page could somone xplain how it is done, please xplain with example codes. persistent me wrote: i am using visual web developer 2005 and what i want is my fckeditor to display data from a column in my sql database ...Show All
Visual Basic Using VB.NET to get audio file extended attributes?
Hi everyone... I'm an intermediate VB.NET user. I have a couple of applications that finds all the .WAV and .MP3 files in a folder (and its subfolders), reads their headers, and reports their sample rates, lengths, and number of channels. They run on XP and 2003 Server. I'd like to extend this to .WMA and .AIF files, and I'm starting to think that an easier way of accomplishing this task is to leverage some sort of Windows API. ...Show All
.NET Development [VB.net] Edit Access Database
Hi! How can I Add Informations (rows) to an Access-Database (Table) I've got the Database named "personal.mdb" . In this DB is a Table, named "t_personalData". There, I want to Add Entries (rows) . U can help me I don't know HowTo . Greets reg3x Hi, Ok, I'll try this one: ' Connect to your access Database by using an OldeDbConnection Object Imports System.Data.OleDb Dim myConn As OleDbConnection = New OleDbConnection("PR ...Show All
Visual Studio Express Editions problem connecting to sql server express from c#
Hi, Just started at looking at connecting to local SQL Server Express DB from C# and I'm using the MS Press C# Step by Step 2005 book. Page 413 and it says that you do the Data\New Data Source menu and then click the New Connection button and choose the "Microsoft SQL Server" data source and then select the ".Net Framework Data Provider for SQL Server" Only problem is, I don't have the "Microsoft SQL Server" listed ...Show All
SQL Server GUID
Hello, I'm working on a smart client app that has an offline sql express store and needs to work with several types of central databases (support for multiple products - ms sql, DB2 etc) While trying to put together some offline functionality that needs the user to create records on the offline sql express data store, we've run into the need of being able to uniquely identify records so replicating the data in the offline store back into t ...Show All
