mgurba's Q&A profile
Windows Forms Sorry if this is the wrong place, but I couldn't find anything in the support online area.
Microsoft Antispyware. I thought I might as well try it out, and I decided it wasn't worth keeping so I run along to remove it in Control Panel and it comes up with an error message saying the Windows Installer failed to run. This is the only program that this happens on and I was wondering if anyone else had found the same thing. Hi, I think here is the newsgroup you were looking for: http://communities.microsoft.com/newsgroups/default.a ...Show All
Windows Forms Overriding OnPaint in ToolStrip
Hey there, When trying to implement custom background painting in a ToolStrip control (System.Windows.Forms.ToolStrip) , I find myself having to add a bit of hack design. When the ToolStrip control's RenderMode property is System , there is always a grey line drawn at the bottom edge of the control. When RenderMode is instead set to Professional , there is a blueish thinner rounded line at the bottom and right edges. These lines seem to ...Show All
SQL Server web query
Actually, I use Excel web query to pull data from the web into MS Excel. For a better management of my data, I want to use MS SQL-Server 2005. My question: is there a possibility to query websites with the SQL Server Integration Services in this way Thank you for your answers! Jonas Does this answer your question: http://blogs.conchango.com/jamiethomson/archive/2006/05/31/4009.aspx -Jamie ...Show All
Software Development for Windows Vista StateMachine: Having state without IEventActivity as first child?
Hey guys, I have the following problem (including not so pretty workaround): In a state machine I want to be able to transition state but immediately continue working in that other state. In my particular case one state can be reached from multiple other states (of course, that's the purpose of a state machine) but the first activity in there is not an IEventActivity, i.e. I'm not receiving an event but continue with a couple ExternalMetho ...Show All
Windows Forms How can I sort Typed DataSet's DataTable before Binding to DataGridView?
Here is my main question: How can I sort Typed DataSet's DataTable before Binding to DataGridView (.NET Framework v 2.0, VS 2005, SQL Server 2000, C#) I have a typed DataSet object instance(MyDs) with DataTable(MyDs.Table1), a DataGridView object(MyDgv) and a BindingSource object (MyBs) where MyBs.DataSource = MyDs and MyDgv.DataSource = MyBs MyDs contains a simple DataTable(which is "fill"ed through DataTable Adaptor objec ...Show All
.NET Development OleDbCommand.ExecuteNonQuery "Insert Into Select From"
Hello, I am working with OleDb to perform a bulk insert from a temporary table to permanent database table, both of which belong to the same database. I am wanting to use "INSERT INTO <permanent_table> SELECT * FROM <temp_table>". The query I run in MS Access to perform this bulk load does process correctly, but not in code using OleDb. After properly setting up my OleDbConnection object, opening it, and properly ...Show All
Visual C++ Pages with a description of errors when you compile, where are they?
Hi, here can i find the web pages (from microsoft) with a description of errors when you compile in c++ http://msdn2.microsoft.com/en-us/library/8x5x43k7(VS.80).aspx ...Show All
Visual Studio Drillthrough report using totals
I have a matrix report, which also totals each row/column (e.g. I have Rows: Subject, Columns: Colleges and a data field which counts the number of courses . I then have a total row & column showing the number of courses given by a particular college, or in a particular subject.) This is also a drillthrough report, which is supposed to load another report giving more details about courses This part works as long as the user clicks in one of ...Show All
Visual Basic Opening empty file as XMLDocument
Hi, in my form load I'm looking for an xml file and if it does not exists then I create it. But wen I try to open it as an XmlDocument it popups an error. I thik its because the created file is empty. Could I add the line " < xml version ="1.0" encoding ="utf-8" > " to the file on its creation and how Here's the code : Private Sub Form1_Load( ByVal sender As Object , ByVal e As S ...Show All
Visual Studio Team System Can't Install Team Foundation Server
hi; i install the team foundation server,but system prompt " setup has detected that previous version of the following product(s) are currently installed uninstall these applications before continuing with setup. For more information,see the readme.htm file,This file can be founded at the root of the DVD or cd1,On the web download site for the product, or on a network share ,depend on how you install the product. -Microsoft .Net Fra ...Show All
Visual Studio Uninstalling Tool Output Question
I try to uninstall everything related to VS2005 Betas (WebDeveloper, SQL Express and Studio Standard) The reason is that somehow the whole SQL Express thing did not work properly. Allways got some error message. Also I now have the final 2.0 .net framework installed. After a night of try and error I removed a lot or what I thought was everything. I do now run the uninstall tool (wich I found after that night) and get the following XML output: &l ...Show All
Visual Basic Catch arrow keys and enter in a datagrid combobox
how do you catch an arrow or enter key press event in a datagrid combobox Try the KeyUp event - Occurs when a key is released while the grid has focus. It is passed (ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) You can check e.KeyCode of a Return or Arrow keycode like this: IFe.KeyCode = 13 THEN END IF ...Show All
Windows Forms DataGridView and Detail Dialog => Problems just at the beginning
Hi, I am struggeling with visual studio 2005 and also i am a complete vs-newbie. Goal: datagridview that displays rows from a database table. The user can click on a row and open a detail dialog to edit this row. The user can close this dialog by clicking save or cancel or can scroll inside all details forward and backward. The user can click new to open an empty (new) detail dialog First step: I overloaded customerBindingSource_AddingNew t ...Show All
Windows Forms Delete multiple directory in file system
Is there any way we can delete multiple directory at the same time without cleaning the children I have over 200 folders on the project and I don't really want go one by one to delete the content inside the folder before deleting the folder itself. When I'm trying to delete it is saying: Cannot delete folder, folder is not empty or it might contain excluded files, which are not shown. I can't beleive I will need to do one by one.... ple ...Show All
Visual Studio Unable to acquire/convert string signature from primary or satellite DLL
Hi, there. I made a VSIP package and get a PLK. So, I tested my package, the package loads successfully. But I get couple of same message from the package loading. I really don't know what the message mean. Is there anyone knows what the follow first two message mean --> VSIP: Unable to acquire/convert string signature from primary or satellite DLL. --> VSIP: Unable to acquire/convert string signature from primary or satellite DLL. &nb ...Show All
