harcrow's Q&A profile
Windows Forms status bar articles
where can i find articles for status bar management Hi, You mean "you move from menu item to menu item, a description will appear in the status bar for each one" If it is, this article will help. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XBOX360 DirectX Graphics Caps?
Can someone post, or let me know where I can find a listing of the XBOX360's Graphics Capabilities: like those displayed under "Graphics Adapters" in the DirectX Caps Viewer on Windows Jon Watte wrote: CanAutoGenerateMipMap : False That's quite surprising! Given it has cool render-to-texture functions, actually generating the MIP maps using target rendering would be a snap. Annoying if you have to do it yourself. Auto mipmap generation is a driver feature rather than something directly in the hardware (it's usually implemented as a layer on top of render-to-texture) and it's not something we had time to get working in a fully generic way the same as it works on Windows. We do genera ...Show All
Windows Forms Printing Large windows form in VB.net
I have a problem in printing large windows form. I have used following code to print the form. still it's printing like print screen, not complete form. Form is larger than the Screen and Scrollable. Private Const SRCCOPY As Integer = &HCC0020 ' create a printing component Private WithEvents pd As Printing.PrintDocument ' storage for form image Dim formImage As Bitmap ' create API prototype Private Declare Function BitBlt Lib "gdi32.dll" Alias _ "BitBlt" (ByVal hdcDest As IntPtr, _ ByVal nXDest As Integer, ByVal nYDest As _ Integer, ByVal nWidth As Integer, _ ByVal nHeight As Integer, ByVal _ hdcSrc As IntPtr, ByVal nXSrc As Integer, _ ByVal nYSrc As Integer, _ ByVal dwRop As ...Show All
Windows Forms Disable Windows XP Repair-Install Setup
I would like to know how to stop, shut off or disable a Windows repair-install process. I have a second Windows XP OS installed on another partition that gives me access to my primary OS. Is there a way to access and remove the setup files so that the primary OS boots normally PiroNaut _______________________________________________________________________ Dimension XPS 600, IntelR PentiumR D CPU 3.20GHz, 1.00 GB RAM, 500 GB Hard Drive, Dual Windows XP Media Edition Operating Systems, Partitions C-D-E This forum is NOT for Windows trouble-shooting questions: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=152532&SiteID=1 ...Show All
Software Development for Windows Vista whats windows sideshow?
what is it and what are its uses havent come across it anywhere :S thanks james, very helpful. The utility that sideshow provides is difficult to visualize without using it, I will try to get hold of a student copy of vista. ...Show All
SQL Server Problem with Forms Security Extension Sample - RS 2005
I am attempting to deploy the sample Security Extensions. When I navigate to <machinename>/reports in IE, it works fine and I am able to register the administrator. The user exists in the table correctly, but I am unable to login as the user. It keeps going back to the same uilogon.aspx redirect page. It appears to be a similar error as http://forums.microsoft.com/TechNet/ShowPost.aspx PostID=289636&SiteID=17 However, I am using the machine name the entire name, never referring to it as localhost. Any ideas Thanks! *bump* Any help would be much appreciated. I've gone through all of the config code changes time and time again and everything is as it should be from the sample code. ...Show All
Visual Basic Building A Screen Saver
Hello, I am trying to build a screen saver for our Marketing department at work. It is based around one single Flash control on the form. Problem: The Flash control doesn't support a MouseMove event, to exit the screen saver when someone moves the mouse. I've tried a few things, like sitting a text box on top of the control, and putting Flash into a user control - no such luck. What happens though is that if the mouse pointer is already hovering over where the form appears (I.E. outside the flash control) when one runs it, it immediately exits, when the mouse hasn't actually moved! Also, I want to hide the mouse pointer when the form runs. Does anyone know how to do these things Regards ...Show All
SQL Server Time on Column Chart Y-Axis
I'm trying to create a column chart (with the bars rising vertically) in Reporting Services 2000. The X-Axis should show dates, and the Y-Axis should show times (for example, 6/7/2006 on x-axis, 04:25 on y-axis). I don't need the full date to show on the y-axis, just the time. My data (based on a stored proc) looks like: Post Date FinishTime ---------- ------------------------------- 06/01/2006 06/02/2006 05:37:04 AM Using a Format function, I can get the FinishTime to look like just "05:37 AM" if I am putting the data into a table control on the report, but I can't get the time to show up in the Y-axis of a column chart on the report. On the chart, I just get ...Show All
Visual Studio Team System Explanation of branching and normal workflow
Can someone describe more about how branching works from a developers perspective Or is there already information about this somewhere that I haven't found This would be very useful for us coming from ClearCase / Subversion / some other version control system. What I really would like to see is an article or blogpost about how two developers working with a project/solution would do to create a branch, let one developer use this branch for a few days while the other is continuing on the normal main branch. After a few days a merge should be done. I would like to see the steps necessary together with an explanation why this is the best way to do it if there is more than one way. Suggested outline: - Assume both developers has thei ...Show All
Windows Forms Capture mouse move in container control
Hi, I have a panel with some child controls. The child controls can have their own child controls, etc. How can the parent panel track where the mouse is (when the mouse is inside the parent panels area) For example, how can the parent panel be notified of MouseMove events when the mouse is over a child control Thanks! What if you panel control has another panel which also happens to have its own child controls. If I mouve the mouse over the innermost control, the top level panel won't get it. Thanks, ...Show All
Visual Studio Tools for Office How to add dynamic controls to Excel Add-in
Hello, I have an Excel Addin and i need to create dynamic controls on the worksheet. Can someone tell me if this is possible and/or give me a sample Dynamic controls I need to create are dropdowns, date control etc. The issue i am facing is I don't have a "Tools.Excel.Workbook/Worksheet" instance in Excel Addin app. Is this by-design or an i missing something Is there a work around This tool needs to work on Excel 2007, so Workbook solution is not an option. thanks, Shyam PS: I am using VSTO 2005 SE, with C#. Shyam, Cindy is right when it comes to Windows.Forms.Controls but we have two other options to use. The following VB.NET code shows these two options: Friend Sub Add_Cont ...Show All
Visual Basic visual studio 2005 is running slowly
I am developing a windows application(converting vba to vb.net). some of the forms have ten or more tab controls. Each tab control has many text boxes,listboxes,radio buttons. when i change a name of the control it takes 30s ---2min. when i copy and paste some control from one form to another it takes 1--5minutes. this does not happen all the time. any solution/advice would be appreciated. navigationbar is disabled/wordwrap is disabled ms vs 2005 ver 2.0.50727 os-windows xp sp2 cpu-p4-3000mhz ram-2g machine-hp yesterday i spent 2 hours with ms vs2005 support. acccording him the dealy of 10-15 seconds is normal as i am having so many controls on my form. I have one tabcontols with ...Show All
Visual Studio Express Editions Development error on seperate OS
Hi, i installed the .net frame work on my development pc , xp pro and a win 98. I was testing my program and on 98 and xp pro i get an error just when my splash screen has finished loading, but on my development pc it works fine...howcome. I copy the bin folder accross and run the exe on the 98 and xp and it dont work... and on my development pc i do the same and that works. It's a system secuity issue. My program just haults even if i disable JIT... am i gona have to go throught and put on error resume next for the module it says causes the problem Thx Ahh i was using a Mapped network drive to do it. I have to copy to local Hd... ON a toal different subjeft how would i go aboyut putting a progress bar in sync wi ...Show All
SQL Server Getting aggregate returns with single parameter(matrix)
I want do a comparison with 2 years worth of data: IE: I have a column that is either calendar year, quarter or month. Only one parameter must be passed for this but the preceding year must also be called. Like when Qauter1 2004 is selected it must return: Q1 2003 Q1 2004 Field!Value Field!Value I can only get it to show all the years or one. Any help much appreciated. This works great! Thanks for taking tha time to help me. I dearly appreciate it. My Thanks Gerhard Davids (South Africa) ...Show All
SQL Server Foreign Key Constraints
When following a script to create some tables and constraints, it is recommended that you name the FK constraint Otherwise it appears with numbers after it. Is this the way 2005 creates them or has this always been the naming convention kat I suggest that you do, otherwise they're named for you in a unique way (but not in a meaningfull for a human). If you name yourself then it'd be much more meaningfull to you and would be easier to code rest. ie: fk_CustomerId at a glance one could say that it is an FK constraint connecting Orders rows to 'parent' Customer and it's always good to have naming standard. ...Show All
