Udaya Bhanu's Q&A profile
.NET Development Parser Error Message: Execution permission cannot be acquired.
Hello I get following error and I don't know how to resolve it. Server Error in '/' Application. You should exlude the c:\windows\microsoft.net\framework\v1.1.4322\ directory from the Indexing Service on the server. Use "Computer Management" to do this. If you are a little paranoid, then also exclude all temporary ASP.NET application folders beneath the .NET root folder. ...Show All
Visual C# datagridview / cells and rows
hi, i need help, how can i get the value from a particular dgvcell if i'll select the entire dgvrow and how to auto-select a row thats brilliant got it working now. super fast reply. Thanks! ...Show All
Visual FoxPro refresh
i am placing a value one field depending on what is entered in one field for example if a zip code is entered in the zip field then the corresponding city is entered in the city field. i get the city to appear but only if i tab to the city field. how can i get it to automatically be entered upon tabbing or clicking out of the zip field. im just not sure where to put the code. am learning visual foxpro after programming un ...Show All
.NET Development How can I call .NET 2.0 components from .NET 1.1?
Is this possible As a workaround, I tried to make a .NET 2.0 component COMVisible, and add it as COM reference from a VS2003 project, but doesn't works. Thanks, Ricardo Stuven. We had success with the following approach: http://dotnetjunkies.com/WebLog/saarc/comments/135635.aspx Parker Whittle ...Show All
Visual Basic Refactor slow and not quite stable
1. Opening VS2005 is slower, and opening a project is slower. No big deal, but if you start opening files before DXCore is finished loading, it hangs for quite a while. 2. Cursor movement is jerky, and somewhat annoying. This is on an AMD 3200+ w/GeForce6200. 3. Several times I accidentally hit both mouse buttons and/or keyboard keys, causing an IDE crash with loss of data. I mention this only FYI; these would not be big problems if I ...Show All
Visual Studio Express Editions cursors
hi, when i hover over panel1 i wish my cursor to change to an image of my liking, could someone please tell me how this is done You can set the Cursor property of the Panel, as OShah said. Just set this to an specific Cursor you want. Now only you panel will have that specified cursors. You can also change this property on events, so the cursor is only different in specific situations. ...Show All
Visual Basic Not member of .....
I bought Build A Program Now: Visual Basic 2005 and I am currently working on the weather tracker project. I got up to putting the code in. I put in: Private Sub notifyWeather_MouseDoubleClick( ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles notifyWeather.MouseDoubleClick Me .Restore() End Sub and it gives me an error: Error 1 'Restore' is not a member of 'Weather_Tracker.M ...Show All
Visual Studio Express Editions uninstall tool screen blank
Hi, I'm almost certain that I do NOT have any beta Microsoft products. However, just in case, I tried running the uninstall tool over the internet, because I want the Express products. But all I get is a flash of something, and before I can read it, I get a white blank screen. After half an hour, or so, I closed the window, & I found it's log which ends, [12/3/2005 2:1:40] <3700> Issue Uninstall Visual Studio componen ...Show All
Windows Forms SystemInformation on Novell Network
Hello, I was wondering if the System.Windows.Forms.SystemInformation class (specifically SystemInformation.UserName) will work on a Novell network with machines running windows 2000 Or does it only apply to machines using windows networking ...Show All
SQL Server Stored procedure "{0}" already exists at destination.
Trying to create a package that will copy all user stored procs from one database to another - on the same server. I am using a Transfer SQL Server Objects Task to do this. I am getting the error below. Warning: 0x8002F356 at STORED PROCS, Transfer SQL Server Objects Task: Stored procedure "{0}" already exists at destination. DropObjectsFirst is set to True Can anyone help Thank you in advance. ...Show All
.NET Development Start apllication when windows start
Hello, How can you automatic start an apllication when Windows starts or when a spesific user logs-in DIII for all users add a registry key under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run for certain user you could do it under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run as alternative you add shortcut to your app in Start Menu for All users in C:\Documents and Settings\All ...Show All
Smart Device Development Integrating the generic WinCE 5.0 Emulator (virtual X86) with VS 2005
Hello I downloaded and installed the WinCE 5.0 emulator made available here: http://www.microsoft.com/downloads/details.aspx FamilyID=A120E012-CA31-4BE9-A3BF-B9BF4F64CE72&displaylang=en Unfortunately it seems that this emulator did not integrate with VS 2005 environment. Is there a document detaling: 1) How to 'upload' an exe onto the emulator I made an attemp to use the WinCE 5.0 file viewer that came with WinCE 5.0 SDK but it was not able ...Show All
Windows Forms flickering form on resize with a background image.
Hi, I have a background image to the form. The form is divided into two horizontal split containers the top container is fixed and both the containers are made transperent. i have a listview docked to fill in the container. when i resize the form i have a flickering issue and i see that the background image of form is being displayed during the time duration when the listview gets to the resized position of form resulting in a flickering. I h ...Show All
Visual C# How to Read/Write DBF file In C# use OleDb
See the topic! Give me an example to show me how to do this ,thx! And my msn is i_will_communicate_through_this_forum@msdn.com I can't insert a Datetime Object into the DBF file,why Yes ,Got a Exception . Say that "A Abnormal GUID" I want insert a Datetime object into .Somebody told me write sql like: insert into [5.dbf] values({^2006-02-20},'leton',23,'question',T) I ...Show All
Visual Studio Watermarks in Crystal Reports
I have 2 issues. I am able to use an image as a watermark (add a 2nd page header, make it underlay the following section, etc.). However .. 1) I need to use a b&w logo as a watermark. The problem is that some lines in my crystal report do not show through (although some do). Also, despite the fact that I made the background of the image pure white, it shows as off-white when previewing. 2) I have a short phrase that ne ...Show All
