sonj's Q&A profile
Visual Studio Express Editions unable to write to db (vb2005Express to SQLServer2005Express)
Hi, keywords: vb, visual basic, sql server, 2005, express, write, read, only, readonly, insert, update, delete I'm working through Bob Tabor's excellent VB Tutorial for Absolute Beginners. I hit a snag on Lesson09. I can't write to SQL Server 2005 Express. REF: Absolute Beginner’s Video Series at http://msdn.microsoft.com/vstudio/express/vb/learning/ Using my code, Bob's code or auto created code, I can NOT write to ...Show All
Visual C# Event from a web browser
Is there a way to get an event from a web browser (which would be a user clicking on a link), to a running C# application There is a Navigating event which is fired just before the WebBrowser navigates to a new document. Realize this event fires anytime the location of the document displayed in the WebBrowser is changed, whether it be by clicking a link or programmatically. ...Show All
Visual Studio Team System How to put the code in a team proyect?
Hello. I created a team foundation proyect. I see many things there, work items, documents, reports, build. but I dont see the code. I created a website , how can I associate the website proyect to the team foundation proyect Why I cant create bugs it doesnt let me write on the title field. Hi Kevin, You will need to install a source control system. E.g. you can install Visual SourceSafe ( http://msdn.microsoft.co ...Show All
Microsoft ISV Community Center Forums Excell VBA: displaying values from the sheet in user form
A simple question probably, but I got stuck on it. I have a user form that allows users to select and run some reports and what I'm trying to do is to put on that form a value from one of the sheets that will show the latest report date used. I tried with the text box and label on the form: Trx_Date = Sheets("Trx_Reg").Range("K1").Value Trx_Reg_Date.Caption = Trx_Date where "Trx_Reg_Date" is the text box ...Show All
Visual Studio 2008 (Pre-release) Change to MSMQ URIs
Hope someone can help with this. There appears to have been a change in the URIs required for MSMQ binding in the most recent WinFX release. I used to use "net.msmq://bleuchamp/batchjobconfirmation" in my app, but now this produces an exception "The provided URI scheme 'net.msmq' is invalid; expected 'msmq.formatname'. Parameter name: baseAddress Anyone know what the correct new format is This is a public queu ...Show All
.NET Development ,net Validator Controls are not functioning
Welcome All Hello . I m having problem with .net Validator control. These .net validator controls are functioning on http://localhost /................. but on www.website.com/ ........ it is not functioning. So reply me if you have any solution. My Mean is when I run my application from localhost, validators works. But when I run my application from hosted site it doesn't. Your reply will be highly appreciated. R ...Show All
Visual Basic (VB 2005) Creating Datasources - How do I do it properly?
The Database is Called EDI and throughtout my project I would like to use the ConnectionString = cnEDI. Or the datasource if I can get it setup right. I am going thru the wizard and I select database and then select my server and database. For rigth now all I need is a view and I pick my vEdiClaimsLookup view. Now do I use this dataset to create queries against for a datagrid or do I use the connection string that was created. I know ...Show All
Software Development for Windows Vista VS2005 and directshow
Hi all Got some problem with the new visual studio 2005 and directshow baseclass project and warning coming from the compiler. I read in several ng on google that maybe the actual psdk (april 2005) could not be full compatible with vs 2005. Is there any date for an update version of the psdk Please reply as soon as possible... please Lorenzo Malaguti I tried to compile the baseclasses with VS2005, and ...Show All
Windows Forms Inheritance using Forms
hi i am just wondering if it is possible in c# to inherit methods from a .cs class to a partial class form.... i am trying to have a parent class public class parent { public void display(string msg){ } } public partial class child: from <--- how do i inherit parent to that child to have method display so i can calls bas { public void display(string msg ){base(msg);} } ...Show All
Visual Studio Team System TF82001: MS Project can't connect to Team Foundation Server
I have a weird issue. If I right click on a work item and click "open selection in MS Project" the selected work item appears in MS Project. BUT, if I save this file and then open it again I get the error: "TF82001: Cannot connect to the Team Foundation server. Please contact your server administrator." I'm going to reinstall the TFS client again to see if that resolves the issue. Reinstalling the TFS client didn't fix the problem. I don't ...Show All
Windows Forms How to display Child Form besides a tree-view column.
Hello: I have a question of present tree-view control and a tree-node correspondent Child Form side by side in an MDI Form. I tried to use Split-Container with tree-view on the left side and wish the Child Form Window correspondent to the selected tree-node on the right panel. However, the Child Form can not be shown in the Split-Container panel. Would there be a way to design this User Interface Thank you very mu ...Show All
Visual C# enums, ints and strings
Is there any way to convert an int value into a string representing an enum value enum ViewMode { View Mode0, ViewMode1, ViewMode2, ViewMode(n) }; int vm = 2; txtViewMode.Text = ... {turn vm into a string, "ViewMode2"} Can this be done Yes it can be done. But why use enums in your case Care to elaborate why you can't use a simple array of strings :) Anyway here's how to do it. Use the static m ...Show All
SQL Server Query help - get last username?
Hi, I hope this is the right place to post this. I am pretty much stuck but think I am doing pretty good so far as I am getting more and more into SQL using SQL Server 2000 here. I want to be able to get the last username who replied to a topic. The "DateOfLastReply" works great, it gives me the last date of a reply to a topic so pretty much along with this, I want to get who it was that replied last. Any ideas so far, I have thi ...Show All
Visual FoxPro VFP 6.0 and MS Server 2003 Scheduler
An existing VFP 6.0 '.exe' file, ran for years on Server 2000, crashes the indexes of several tables when it's run on a new Windows 2003 server via the "Scheduler" utility. It will run if I start the '.prg' from within VFP and it will run in the 'Scheduler' if I don't log off of the server. It's set up to run as a service under the Admin. user account. Any suggestions Nothing const ...Show All
.NET Development (.NET 2) SSL Stream ans async write
Hello, im using the new SSLStream class from the .NET framework version 2.0. My stream is using async functions BeginRead and BeginWrite. When i send multiple packets very fast with multiple BeginWrite calls then i get the following exception: "The BeginWrite method cannot be called when another write operation is pending" Is there smth i do wrong Shouldnt the stream itself take care about pending packets and queue them I never had problems ...Show All
