Items Are Locked In Toolbox
Nov 7, 2009I right clicked on the toolbox and in the context menu, there was a button that said "Show teresting controls, but they were disabled.
View 2 RepliesI right clicked on the toolbox and in the context menu, there was a button that said "Show teresting controls, but they were disabled.
View 2 RepliesI have a rather large project that several developers access via MS SourceSafe. The issue at hand is the ToolBox lists many, thirty plus, items that start Cached.(the name that follows Cached is the name of a class or Cyrstal Report in the project. There are also many items listed, they have the same "gear" icon, without the word Cached prefix on the class name.
My question is, how can I get these items out of the ToolBox so they never come back?
I found it unusaul that I can't load my toolbox items of my Visual Basic 2008 SDK after I just intalled Microsoft Windows7 Phone SDK. And, my property items are not complete, only the property of the main form is displayed, the properties of the controls in the form can't be displayed. I tried right clicking on the toolbox area -> choose items... and then I got this unusual message "an error occured loading this property".
View 1 RepliesI am using Vb 2010 I am trying to generate a report in my project; however, i can't put the report viewer on the form. I can see it but can't drag it as if it's not enable.
View 1 RepliesI swear! They just disappeared. I checked it to show them,but still, i don't see any.
View 3 Repliesi have aproblem with toolbox some items are disabled and inactive like validation controls and many other items..i'm using VS 2008 ..
View 5 RepliesWhy do I have a Silverlight tab in "Choose Items ToolBox" when I never installed it?The problem is if I select that tab (by mistake of course ;) it locks up!Reproducable bug:Right click Toolbox to open context menu, select "Choose Items". In the "Choose Items ToolBox" window select SilverLight Tab, after that none of the tabs/buttons work so I am unable to cancel/close the window and have to kill devenv.exe with task manager.System:Windows XP Pro 32-bit VS 2010 Pro Silverlight is not installed!?
View 5 RepliesI was looking through the choose toolbox items window the other day and i saw one called Assembly Installer. I was wondering what this is and what it does?
View 2 RepliesI am using VBExpress 2008 and trying to use of graphs. I tried to locate Ms Chart control in Chose Toolbox Items but I am not finding that.
View 3 RepliesGive me some kind of tutorial for using the FB API with VB.NET (2008). I tried installing the SDK, but the components don't show up in the toolbox nor in the 'Choose Items' List...
View 4 RepliesIf i click "chose items" to select some controls to new tab in toolbox, VS 2008 SP1 closed automaticaly. what might be the problem?
View 2 RepliesHow to make a autohide toolbox like toolbox in visual studio 2008
View 1 Repliescan anyone make a tutorial for a toolbox program like in vb 2008..how to make same like that
View 2 RepliesShutting down a pc in vb.net is easy:Process.Start("shutdown", "-s -t 00")less the user has locked the pc in which case the above fails.How do I get around this in vb.net? How do I shutdown a locked PC?
View 5 RepliesI'm currently writing a small system tray app that needs to shutdown my PC at a certain time. That bit's easy:Process.Start("shutdown", "-s -t 00")But how do I do this when my PC is locked? The above doesn't work and I don't want to leave my PC unlocked and unattended
View 1 RepliesI have written an application that monitors a log file. The Log file is locked by the writing application so I read it asynchronously:
Dim LicenseLog As New System.IO.FileStream("\serverLOGlicense.log", IO.FileMode.Open, IO.FileAccess.Read, IO.FileShare.ReadWrite)
I am loading data from an Excel File to a dataset and performing some computation. The problem arises after the application is closed, the Excel file is locked for some reason and can only be read.
View 2 Repliesi need my application to determine if the desktop of the pc is locked or open.how would i go about doing this? i know that it is something to do with the registry but i dont know how to go about getting the values
View 1 RepliesI have been using VB2005 for many years on 2 PCs. Over the last month I have been getting an error when I try to run the project from the IDE:
Error 1 Unable to copy file "objx86DebugBackup.exe" to "binx86DebugBackup.exe". The process cannot access the file 'binx86DebugBackup.exe' because it is being used by another process.
C:WindowsMicrosoft.NETFrameworkv2.0.50727Microsoft.Common.targets 2324 9 Backup
My questions:
1. What has changed?
2. One thread I found suggested that it is a bug, but if true is this something that has been introduced recently (I'm not aware up updating VB2005 unless it happened as part of the general updates).
3. How do I get it back to where it was?
The file is actually locked by my own process, no other application can be using it. I've even tried it with a few line noddy program. I always have to come right out of the IDE, wait a couple of minutes and then go back in - a total productivity killer.
Is there any way to send keyboard input commands when computer is locked to a particularwindow
View 2 Repliesis there a way to unlock file that is locked by IIS without doing a IIS reset? If yes, how can I do that in VB
View 1 RepliesHow can I change the locked property of the GroupBOX and Panel?
View 16 Repliesmy problem today is the following:
Setup: 10 pc's connecting to a shared hard drive on a server connecting to a certain .mdb file from access 2003
Problem: We are a 3rd party tool for a Point of sale application and when the real software makes some modifications it locks certain tables which we don't lock. My ( Might be possible solution ) is: Is there a way to check with a query or an certain object if the table is locked if yes
I have a locked folder with me I want that folder along with its data to be copied into another folder...
View 2 RepliesI have this delphi code that requires the hardware ID to match the hardware it is running on
Code:
program Project1;
uses
Windows;
[Code]....
How can i create one for VB 2008 or can anyone convert this to VB 2008?
I have a filesystemwatcher waiting for .jpg files to arrive from the camera.he file system watcher invokes a delegate (it works but is that the proper way to handle it?) sub that does a couple of things:1. Adds the just arrived file name to a table2. Attempts to display the image in a picturebox on the form. When it displays the image it imprints some information on the image that the user has entered on the screen. I use a file stream to retrieve the image.The problem is, I'm getting a file in use orror on the "Img = ystem.Drawing.Image.FromStream(fs)"statement. Not all the time. Sometimes I can add three or four files to the folder in rapid succession with no issue. But then out of the blue the error will occur. Sometimes it's there to stay but other times it will go away and allow me to add morefiles.
View 2 RepliesI have a class which inherits a form class, and just recently it's started acting strange. All of the controls on the form are locked, and I don't understand why. I can't edit the properties of any controls, or anything.
View 4 RepliesI have VB 2005 windows application that is reading and writing records into Access 2003 database. After I deployed application to multiple servers - the database stays locked all the time - even if nobody has it open. When I check open files through Computer Manage - it doesn't show that anybody has it open. Yet - I can't delete .ldb file, I can't repair and compact the database to replace existing database, I can't rename database to replace it with other version.
View 6 RepliesI was debugging my VB.net app and stopping, changing the code etc in the normal way, but today the code pages are marked with a little padlock symbol as soon as I start to debug, and I can't change the code anymore.What's causing this and how can I stop it?
View 2 RepliesI am wondering how I can replace a file locked by another application. I am using VB.NET from 2008.
View 4 Replies