SuperMarkyMark's Q&A profile
Smart Device Development How to Insert Scroll bars in Label Control in SmartDeviceAppliclation
Hello all, I am using .NET Compact Framwork 2.0, in my Smart Device application. I have one Label Conrol. In my Lable contol i want to put vetical & Horizontal scroll bar in label. But Lable control is not having WordWrap Option. My problem is how to put v.Scroll bars in Label Control any body any sounds plz help me will be appriciated.. regards Ramana By default, Labels do not have scroll ...Show All
Windows Forms Really horrible experience
:( ok this really scared me today, well about 5 minutes ago. Maybe someone can explain to me what happened and how it could be avoided. Thanks in advance. Everything was working fine in the Win Form application which i am making in C#, und ...Show All
Visual Studio Team System Exporting Load Test Results - Again...
I am running the load test in separate location and need to export test results to local system. Unfortunately user accounts are different, machine names are different and there is no way to export data from database to database directly. The only I have remote desktop connection and can upload and download files. I've tried to backup LoadTest database and restore it on local system but it doesn't work. The local system can't get tests result ...Show All
SQL Server Managing SQL Server Agent
Hi, I would like to know what are the possibilities to mange the Sql server Agent in the Sql Server 2005 express edition whit the Sql server mangement studio express, because I can't see it . thanks Hi, you can’t manage it, because it isn’t there: Look at: http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Studio Team System AvoidUninstantiatedInternalClasses
Just ran a newly converted solution through FxCop and am seeing several of these warnings: AvoidUninstantiatedInternalClasses Cause: An instance of an assembly-level type is not created by code within the assembly. There is one for each of the following classes: MyComputer MyApplication Normally I would just exclude these form my solution but the 'When to Exclude Messages' portion of the warning states: It is safe to exclude a message from ...Show All
Visual Studio Tools for Office Moving Items in the Outlook Calender and listen to the Event
I'm developing an Outlook Add-in with VSTO 2005, which adds a CommandBarButton to Outlook.AppointmentItem. This Button opens up a Windows Forms which makes it possible for the user to order a room and service for the meeting. The Forms uses the ItemEvents_10_PropertyChangeEventHandler to catch when a property is changed on the Outlook Form. But i need to be able to know when the user moves the Outlook.AppointmentItem through the Calender, ...Show All
.NET Development OleDbCommandBuilder doesn't generate anything...
Hello, I have a problem with the following code : OleDbConnection conn = new OleDbConnection (GetConnectionString()); OleDbDataAdapter adapter = new OleDbDataAdapter ( "SELECT * FROM Customers" , conn); DataSet dataSet = new DataSet (); adapter.Fill(dataSet, " Customers " ); new OleDbCommandBuilder ( adapter ); The INSERT and UPDATE commands should be automaticaly generated, but they aren't. I'm becoming crazy with that !! A ...Show All
SQL Server Excel export problem
Maybe others have had this similar problem and can give me a hint on how to resolve it... I have a text box across the top of a report that is causing merged columns when the report is exported to Excel. It's making my users unable to sort the exported table without great difficulty. What options may I have for putting a title along the top and still now have to worry about the merged columns in Excel Thanks much in advanc ...Show All
Visual Basic Simple MIDI keyboard events
I have the following problem: I have a MIDI keyboard (basic thing, no extra controls, just a pad with keys with a cable sticking out ). It works fine in for example Anvil Studio, so it's communicating fine. What I want to do is write a VB.NET program in which an event is raised when a key is pressed, so that I can control things with the MIDI keyboard. If there's anybody out there who could help me to something that does this (a library ...Show All
Windows Forms Combobox in a datagrid
How can I insert a combobox in a windows form datagrid. This combobox would bind to its own datasource different from that of the datagrid. Is this possible If so, how can I implement it..... Thanks in advance for all your help If you are using the Whidbey release, then consider using the Whidbey DataGridView control. The Whidbey DataGridView control has a custom built combobox column. If you are using V1.1 or ...Show All
Windows Forms Button rollovers?
Is there anyway to do rollover buttons I would prefer to use a pictureBox as my button. Also when I click the button can I change the picture How do I do this Adam ...Show All
Windows Forms Getting Project NameSpace
How can i get the namespace of my running project by code Thanks to you answers, take a look at this link, i got what i was looking for http://www.gotdotnet.com/Community/MessageBoard/Thread.aspx id=141209&Page=1#142721 ...Show All
Visual Studio Express Editions Closing application on a different computer on the same network
I need to close an application running on a computer in the same workgroup using VBE. I know how to do it when the application is running on the same computer. My reading of the help section leads me to conclude that this is not possible. Can anybody tell me if this can be done and how Thanks, Antonio I'm guessing that it is not possible to close programs on a different comput ...Show All
.NET Development Exception: DataTable internal index is corrupted: '13'. on ...
Hi, I have a problem with bindingsource component in framework 2.0. I have a combobox bound to a bindingsource which is also bound to a dataset with 2 related tables and a datagridview bound to the same bindingsource. What I want to do is : When the selectedindex property of my combobox changes, the corresponding cell value must be changed in the datagridview. But although the value in bindingsource changes, datagridview does not displa ...Show All
Visual Studio Team System Troubleshooting ''The underlying connection was closed: An unexpected error occurred on a send" Errors?
I have been using this server for quite some time; this morning I was unable to log onto it and the Event Log from the TFS machine was filled with these errors. Using Beta 3 Refresh... Here is the output from the Event Log: Event Type: Error Event Source: Tfs Event Category: None Event ID: 3000 Date: 1/25/2006 Time: 8:51:31 AM User: N/A Computer: [my computer name] Description: An unexpected condition has occurred in a Team Found ...Show All
