Kevin Cochran's Q&A profile
.NET Development Just curious if asp.net can do what google does?
Hello, I just saw google's personalized front page and I think they way you can move/add modules around on the page is a fabulous idea in real time. I was just curious if asp.net had some type of functionality like this where you can have web controls layout on a page and allow the user to move them. Are there were any samples out there. Thanks in advance. John They are called 'WebParts' ( for g ...Show All
Visual Studio Team System Stored procedures for reports
Hi there, Where are the stored procedures for reports located in database Thanks, Anu The reports generally go against the OLAP cubes so they end up being mdx queries. data is pulled into the warehouse on an interval. The operational stores typically do not get accessed by reporting. ...Show All
Visual C# carriage return
I need to know how to put a carriage return in code in visual C# express in a text box. Bruce Hi there, Try something like: textBox1.Text = "The quick brown fox\r\njumped over the lazy dog" ; I found that you have to use both character constants (i.e. "\r" and "\n") to get the text to span multiple lines (using either of them alone doesn't work). Also, remember that your text box's MultiLine property ...Show All
Visual Basic Retrieving Hard Drive Temperature (S.M.A.R.T)
Hi, Does anyone know how to retrieve the temperature of a hard drive in Visual Basic 2005 The temperature can be retrieved from the S.M.A.R.T information, but I don't know how to do that in Visual Basic 2005. There probably is a way, but unfortunately, I don't know. If anyone could help me with this, it would be great! --daniel15 http://www.dansoftaustralia.net/ - DanSoft Australia http://www.frihost.com/ - Free Reliable Internet ...Show All
Visual Studio Express Editions Build Form Application From Scratch
I'm trying to create a form application from scratch and I have some questions: 1. Do I create an "Empty CLR project" or an "Empty Projet" from the "General" tab of the Create New Project dialog I've tried both. 2. namespace System is not recognized and I've try to add references under the Project>>Properties dialog, but none show up to choose. What am I doing incorrectly Please advise and thanks in advance. ...Show All
Visual Studio Express Editions The things I draw don't stay!
Hi all, my application involves retreiving information of pixels to form an image. I created an access database with 3 field, PixelColumn, Pixel Row and Colour. I'd then draw rectangles as pixels and fill these pixels with the corresponding colour from the database. A screenshot is available here. http://i5.tinypic.com/120mipz.jpg But if I minimize the form and maximize it again, the rectangles disappear! Is there any way I to mak ...Show All
.NET Development How to access a Microsoft Access DB with OleDbConnection?
In C# .Net, how can I access a Microsoft Access DB with OleDbConnection Especially, how to write the Connect String for the purpose Had better give me a piece of sample codes. A good point of reference is.... http://www.connectionstrings.com/ ...Show All
Visual C# Getting process count?
Does anyone know how to obtain the process count from a process control Could you please elaborate a bit What's a process control, by the way ...Show All
Visual Studio Express Editions Storing Value from SQL Queries
Hi The current project I'm working on involves me to retrive and generate new ID from my SQL tables. I have already worked out an algorithm but is having problem with the implementation. The algorithm involve me to have a custom query to retrieve the highest ID in the table and then storing it as a variable (int) in VB Express. Then using that variable, I can generate new ones by incrementing it. My question is, how do I store data from SQ ...Show All
Visual Basic Show Menu
Hello I created a menu and I made it invisible. How can popup it in the form. In VB6, I was using: Me.PopupMenu What do I use in VB.NET Thanks for assistance. Maksim Libenson wrote: Hi, You have Show() method for that. Max I don't want this. What I want exactly is: When I click on the notify icon in taskbar by mouse, the menu shows. How can I do it ...Show All
Visual Studio Team System MSF for CMMI LEVEL-2 ?? ??
Hi What do you people think that MSF canbe succesfully used to adopt CMMI Level 2.If Yes any examples. Dear Mr Khannur . I am sure the best person who can assit you in getting support for your work is the following one.Email him with detail of your work scope and your expectations.Wish you best of Luck. User Profile Rob Caron MSFT Microsoft Technical Forums Viewing ...Show All
SQL Server SSIS Requests...
May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the ...Show All
.NET Development WSE 3.0 and Custom Token Manager
Hello, We have made an application in Visual Studio 2003 with WSE 2.0. Now we have try to convert it to Visual Studio 2005 with WSE 3.0. When we are running the application we get the following error: WSE032: There was an error loading the microsoft.web.services3 configuration section. ---> System.Configuration.ConfigurationErrorsException: WSE040: Type ZKHNet.Model.Services.CustomUsernameTokenManager, WebServices could not be lo ...Show All
Visual Studio 2008 (Pre-release) I keep getting this error, what is it saying...
Error at element '' in markup file 'Window1.xaml' : Exception has been thrown by the target of an invocation.. < Window x:Class = " proctester.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " qa " Height = " 300 " Width = " 300 " > < Window.Reso ...Show All
SQL Server SqlDependency "invalid statement"... why?
Folks, Hoping you can help explain why I get this error. I'm setting up an SqlDependency and things are starting to come together, but the following SELECT query results in a callback with type = Invalid and source = statement. However, I don't understand why that should be, as the select works fine "standalone": You can’t monitor text columns, that against the contract. See the BOL for the limitations of SQLDependency an ...Show All
