bennybig's Q&A profile
Visual Studio Windows 2003 x64
I have a test wesite that I am working on and have been able to run it successfully on a Windows 2003 X86 server with SQL 2005. All the normal asp.net stuff works including database access but I'm having trouble getting Crystal Reports to run properly. I do have the Crystal runtime installed...and maybe that's part of my problem, do I need a 64bit version of that to be able to use it Anyway, the error I'm getting is a ...InteropServices.COM ...Show All
Visual Studio Team System Urgent please help
My client is using Team Foundation for about 8 months (when beta 2 was released), but they only used one source control branch and only one workspace per developer. He would like to create a process where they can have different branches, for example having a main development branch, a test branch, a version 1.0 branch, etc. Therefore he would like have a workshop to cover the following areas: How to set permissions for branch ...Show All
Windows Forms Windows form's Closing Event taking long time
A windows form has 12 tab control’s pages. Mostly pages have a grid control, some .Net control (text box, combo box, label, and buttons) and user controls; on each tab we have a different DS. Popup windows are also open on some tabs. Some time when we visited the all tabs and fill all grids, form closing event takes long time (40 - 50 sec). Actual the MyBase.Dispose method in Form generated code is taking this long time. &nbs ...Show All
SQL Server How to Do Text Mining
Hi All Can anyone tell me how to do text mining using Analysis Servvices in sql server 2005 I have a some financial document in text format and i want to mine those Thnaks in advance Satish The text mining tutorial here should be helpful: http://www.sqlserverdatamining.com/DMCommunity/Tutorials/Links_LinkRedirector.aspx id=689 ...Show All
Visual C++ Wizard fails with 'Your web browse has restricted this file from showing ..."
I've instaleld the release cnadidate given out at the PDC, and have IE7.0 Beta installed. Whenever I try and use a wizard (MFC application wizard for example) I get a dialog popping up asking me if I noticed the information bar. The information bar is in the wizard dialog, and it tells me: "To help protect your security, your web browser has restricted this file from showing active content that could access your computer click here for option ...Show All
Windows Live Developer Forums Bonus Challenge
I have read the e-mail about Bonus Challenge at 18:00. Decided to participate - and to make small, but useful (I hope ) app. At 24:00 I have completed the work. During this 6 hours I had time to drive from work to home, to have dinner, to read the last news, and of course to write code and test it. As a result: 15575 characters of code and 5 images. Extreme programming At 00:30 I have submitted it. BTW, question to admin - I hope it was submit ...Show All
Visual Studio Tools for Office VSTO Bookmarks and Undo/Redo
Hello, I am implementing a Word customization with a command in the action pane that inserts a bookmarked piece of text in the document. In its simplest form the code looks like: Bookmark bookmark = myDocument.Controls.AddBookmark(myRange, "BK1"); bookmark.Text = "Some text"; I would like this command to be seen as an atomic operation that behaves consistently with undo/redo. Unfortunately, changing the Text ...Show All
SQL Server Error in calculating Twelve Months to date using Time Intelligence
Hi, I have used Time intelligence of AS2005 to calculate YTD and Twelve Months to date. YTD works pretty well, but there is an error in parsing the code that AS2005 generated when it created time intelligence for calculating Twelve Months to date. The time dimension contains 2 hierarchies, Full Year (QTR- Month) and YTD hierarchy(Year - Qtr - Month) . Here is the code it generated for 12 months to date. Scope ( { [Measures].[Quo ...Show All
Windows Forms how to make parent form hot keys work in user controls...
hi, i have a main form, with a mainmenu, with all the shortcut keys programmed in, Ctrl-s for save etc. which works fine. but when the focus is in any user controls, the hotkeys don't work, presumably by design, but in my case, i don ...Show All
Visual Studio 2008 (Pre-release) [BUG] GridSpliter does not respecting MinWidth / MinHeight
I have a window with a grid, 3 panels, and 2 grid spliters. The right/bottom panels have MinWidth/MinHeight set to prevent the spliter from making them hidden, but it is not respecting those values and will make the panels smaller than their respective Min settings. The issue you are seeing is not with Grid not respecting your minimum width setting. The issue is with the GridSplitter control. In order to get the behavior ...Show All
Windows Forms Excel and ado.net in vb.net
Pls help !! I would like to take any excel doc and get the sheet names & column names display it in a datagrid on a fly.then make changes to it in the datagrid by giving it new column names & saving those Sheets(tables) to Access. So far im with this....... Dim schemaTable As New DataTable Dim workAdapter As New OleDbDataAdapter Dim workSet As New DataSet Dim conn As New OleDbConnection Dim ...Show All
Windows Forms To Hide Print Status Box
I want to print multiple images from my window form, i'm using PrintDocument and PrintDialogBox for this. While printing it shows Print Status Box displaying printing page staus. I want to Hide this status Box. Can anyone suggest me how i can do this. I'm using C# lang. for this Hello Hit, Did you find the solution to your problem. If so please post the solution even I am having the same problem and I tried pretty much everywhere but I can ...Show All
Visual C# The Windows Contextmenu
Could some please tell me how or point me to a tutorial on adding ''folders'' to the windows contextmenu. Like 7-zip has done: I understand that you have to make changes in the registry although i am unsure on what i should be changing, i can successfully edit the registry to display a file on the contextmenu, although that is only 1file and not a folder full of them, I would appreciate any help i can get on this matter, P.s. im usi ...Show All
Visual Studio Express Editions Is uninstalling needed ?
I would like to install Visual Studio Express on Windows 2000 Professional SP4. I installed there previously Microsoft Visual Studio 2003 .NET Standard Edition, MSDN Library for Visual Studio .NET 2003 Microsoft Visual J# .NET Redistributable Package 1.1. Must I uninstall it before installing Visual Studio Express 2005 &nbs ...Show All
Visual Basic Changing Windows Time
Hi. Does anyone have a VB script that can change the windows time You can set the system time with the SetSystemTime method from kernel32.dll, here is an little example: [DllImport("kernel32.dll")] static extern bool SetSystemTime( ref SYSTEMTIME time); Private Structure <StructLayout(LayoutKind.Sequential)> SYSTEMTIME Public wYear As Short Public wMonth As Short Public wDayOfWeek As Short Public ...Show All
