cakalfurkan44's Q&A profile
Visual Basic showing a disposed formo
i keep getting a message for the code: Option Explicit On form2 as new form2 Private Sub menuItem1_Click(ByVal sender As _ System.Object,ByVal e As System.EventArgs) Handles _ viewhelp.Click help.Show() End Sub that says "cannot access a disposed object named 'help'". how does that work sonny jim oops, never mind, it's: Private Sub menuItem1_Click(...) Dim form2 as new form2 form2.show() End S ...Show All
Visual Basic Value of type 'ADODB.Parameter' cannot be convert to
If I accidently posted this is in the wrong section would someone please let me know. Thanks. I get the following compiling errors: Value of type 'ADODB.Parameter' cannot be convert to 'Long'. Value of type 'ADODB.Parameter' cannot be convert to 'String'. This is where I get the compile error: .Parameters.Append(.CreateParameter("@RetCode", ADODB.DataTypeEnum.adInteger, ParameterDirectionEnum.adParamOutput)) .Parameters.Append(.CreateParam ...Show All
Windows Forms Problem with Windows Forms Designer...
I have a custom control called, lets say, SportBillyComboBox, which inherits from ComboBox. When I add my control from the toolbox, I get an error (System.NullReferenceException : Object not set to an instance of an object) on my form replacing the control,& ...Show All
Visual Studio debugging my other programs?
Hi, I have a big problem with my visual studio: when I try to execute some of my other programs, a 'just in time debug' message appears. It asks me wether or not I want to start debugging with VS. Due to this message, I can't use those programs anymore! :( A friend of mine had the same problem, and it wasn't solved uninstalling VS.. The only thing that worked, was a clean format. His right-mouse button was also a trigger for the j ...Show All
Visual Studio Team System TF Utility Exit Codes
Any chance we could get these documented for those of use you need to script against the TF CLI Send it to me bharry@microsoft.com and I'll make sure it gets to the right people. I'm also working on getting a place put together for community uploads for TFS add-ons, scripts, utilities, etc. Once we get that in place, this would probably be a great thing to put there. Thanks! Brian ...Show All
Visual Studio Express Editions How can I do reports with my visual Basic Express Edition?
I would like to do charts reports with my visual basic Express edition. I'm seeing a number of issues like this. I wonder if the user community is not forgetting the intent of Visual Basic Express It's intended for hobbyists and people who are learning computing. It is not intended for production use. ...Show All
Visual Basic Run-time error 5 in English version XP
My software Chinese Teacher 2005 can run on Chinese version Win XP smoothly. However, some friends in America told me that it could't run on their English version Win XP and there was always a run-time error 5. Is there anyone whose OS is English version can do me a favor Could you run my software on your computer and tell me the result Thank you! ...Show All
SQL Server Change Snapshot Caption
Dear Anyone, Is it possible to change the caption of the generated snapshot reports Currently in RS, they just display the exact date and time where the snapshots were created. Thanks, Joseph ...Show All
Windows Forms Font in DataGrid Issue
I want to setup a column to show an X or check mark. I've set up a style like this: Dim GrdColumn3 As DataGridTextBoxColumn = New DataGridTextBoxColumn() GrdColumn3.HeaderText = "OK" GrdColumn3.MappingName = "OK" GrdColumn3.TextBox.Font = New Font("WebDings",  ...Show All
Visual Studio 2008 (Pre-release) Binding two (or more) ComboBoxes
Hello, I'm using WPF to make an app and I'd like to use some ComboBoxes to display (and select) location data from a XML, like it's seen in many websites. My XML is like this: <locationData> <Country Name="United States of America"> <State Name="Washington"> <City Name="Redmond" /> <City Name="Seattle" /& ...Show All
Smart Device Development Cut/Copy/Paste for Paint application
Hi all, I am working in .NETCF.I am developing similar to paint software for Pocket PC using .NETCF.I like to do cut/copy/paste. For that I need to select particular area in picture box. How to do that. If I am draw the rectangle then it is merged to the picture box. So I am not able not able to zoom that. If I am c ...Show All
Software Development for Windows Vista Workflow Lifecylcle Events
I use a Windows Service and have attached EventHandlers to the Workflow Lifecylce Events(Created, Started, Aborted, Persisted, Loaded, ....). My question: By the time such a event (e.g. WorkflowStarted) is fired, my EventHandler executes some code to write into a log. The only information about the WorkflowInstance I could find in the WorkflowEventArgs is the InstanceId. I would like to get more information about the workflow: What type, .... ...Show All
Visual Basic Getting the last number of a column
How can I get the last number of a column in a certain table of my database.I had a form that was bounded to this table that has an autonumber field.To be able to add another record and automatically add the autonumber, I want to get the last value in the table to be able to increment it by one when i click the add new button.thanks.... An identity column adds itself, by definition. You can do a select TOP(i ...Show All
SQL Server HTTP 500 - Internal Server Error while accessing msmdpump.dll
Hi, I am new to MS Analysis server technologies. I environment consists of: Server: windows 2003 server, Sql server 2005, analysis server 2005 client: windows xp As given by Microsoft, I configured the server for HTTP access. When I try to browse to msmdpump.dll by giving the path " http://ServerName/olap/msmdpump.dll " both in server and client systems I get the HTTP 500 Internal server error. I also did a right-click->browse ...Show All
Windows Forms Does WebBrowser control in .net 2.0 support blocking pop-up windows?
If yes, how to accomplish this Thanks in advance. Yes, i think so. the rtm version of .NET 2.0 has been released. and i don't find any method to block the pop-ups either. what a pity!!! ...Show All
