Software Development Network Logo
  • Visual J#
  • .NET Development
  • Smart Device
  • SQL Server
  • Visual C#
  • Visual Studio
  • Visual FoxPro
  • VS Team System
  • Windows Vista
  • Visual Basic
  • Game Technologies
  • VS Express Editions
  • Microsoft ISV
  • Windows Forms
  • Architecture

Software Development Network >> Mandy_uy's Q&A profile

Mandy_uy

Member List

RAi SWETA
Meg!
Colin Carter
michaelAngelo
JimSeidel
Novice KT
MarkDuffy
Willis IT
LearnSqlServer.com
severino
Boba_Phatt
SamLowry
timrande
Calvin Wang
Ephi
DaNet
yhelfman
WaterworthC
ctlok83
ElmueSoft
Only Title

Mandy_uy's Q&A profile

  • Windows Forms Group box v/s Panel

    Hi, What is the difference between GroupBox Control and Panel Control..  Nilay. Basically, the Group Box can have a caption while the Panel cannot.  The Panel can have vertical and/or horizontal scroll bars, while a Group Box cannot. ...Show All

  • Visual Studio Error When Deploying Application

    Hi, When I deploy my win app which includes a reportViewer control I get the following message. Unable to install or run this application. The application requires your system to be updated to Microsoft.ReportViewer.WinForms Version 8.0.0.0. Any idea what this error means Terry, that didn't work for my problem of using a ReportViewer in a webform in local mode at a hosted website. By the way, your previous article, "Visual Studio 2005 Beta2 and Reporting Services - The Most Interesting New Feature for Me", was VERY helpful to me.  Many thanks for that. ...Show All

  • SQL Server Set number of records per page globally without using ceiling

    Dear Anyone, Is there a way set number of records per page globally without using the ceiling function Im looking for a configurable item in reporting services that when I changed the number there, all reports would be affected. Is there such a thing Thanks, Joseph Thanks Wang. Any chance this feature will be included in the SP1 beta of SQL Server 2005 I think this is a normal business feature of several reporting tools. As of now we're using the ceiling function to set the number of records per page. Problem is it affects our reports when exported to excel of which new sheets are created. Is there a better way to us ...Show All

  • Visual C++ vc6 while debuging muti_thread program, system become very slow

    I use vc6 to debug a muti_thread program, if I set break point in both two thread,and then use F5 or F10 run to the break point, while vc has encountered one break point and trying to run to another break point in the second thread, the whole system became very slow! including the "ctrl+alt+del". (The muti_thread code is using traditional samples,and seems has no problems. ) I use windows XP, and on win2000, this will happen occasionally, but "ctrl+alt+del" seems good. Is this a bug of vc6 and how can i fix it thanks. Of course, we can't really tell with a repro case to reproduce the issue. The only thing i ...Show All

  • Windows Forms Form overlay changes backcolor of overlaid form

    The form’s backcolor is slightly darker (not the battleship standard gray color) Form1 has a 100x100 pixel webbrowser control on it.  When button is clicked form2 1024x768 is displayed with full size webbrowser control and browser is navigated to the same URL location of form1’s webbrowser control.        I’ve noticed a flash as form1 is being&nbs ...Show All

  • Visual C++ build solution every time

    Hi! I have a unknown problem here: every time I want to run my project, VC says that my solution are out of date, even I have cleaned and build or rubuild soluction... Why this happens Furthermore, my project is never actually build, that is, i have done a lot of modifications, but when i run and build the project, my application is like a old version. Why "But... what can i do with VS' bugs " You can now contribute in improving VS and log the bugs directly at http://lab.msdn.microsoft.com/productfeedback/default.aspx . Of course, MS folks will need a complete repro case to be able to reproduce the issue. Thanks,   Ayman Sho ...Show All

  • SQL Server Strange out of memory error with SQL 2005 - what to do??

    Hi, I've been monitoring SQL 2005 out of memory error threads and the same has been happening to me. My development environment includes a Pentium 3.2 Ghz single processor with 3GB memory. Loaded on the pc are SQL server 2005 development version, IIS 6.0, .NET 2.0. The OS is MS SERVER 2003 SP1 standard. My production environment includes a DELL PowerEdge 6650 with 4 XEON 1.9Ghz processors and 4GB memory. Loaded are MS server 2003 sp1 r2 standard, SQL Server 2005 Standard Edition, IIS 6.0, .NET2.0. Here's my situation. I run a stored proc needed to process data during a database refresh. It runs fine in the development environ ...Show All

  • Visual C++ Help Finding a Setting

    In VC++ 6.0 you could add a dll's lib file by going to project/settings/link and add the DLL's LIB file to the Object/library modules field.  How do you accomplish this in MS Visual Studio 2005 Hello: Project Settings are now managed via Property Pages. Right Click on the project in the solution view and select "Properties", or select the project in the Project->Properties Menu.  This will bring up the property page for the project in question. Select the appropriate configuration and platform.  Expand "Configuration Properties", then "Linker" in the tree control on the left.  Select "Input" and add your ...Show All

  • Visual Studio Error:Request could not be submitted for background processing.

    I have an application written in vb.net which displays crystal reports. (I develop in Visual Studio .net 2003) Lately I have begun to get an intermittant error when the app tries to display a crystal report: Error in File:(reportname.rpt). Request could not be submitted for background processing. Business Objects indicates that there is known bug. There are patches for their software - and they suggest that users of OEM versions contact the OEM. Does Microsoft have a fix for this bug A google search shows that there are quite a number of people with same problem, but I haven't found the solution yet. Thanks. ...Show All

  • Visual Studio The "ResolveAssemblyReference" task failed unexpectedly

    Hello, I have the exception hereafter while building (or rebuilding) my application. How can I know which directory he's talking about I tried to remove all bin and obj directories to make a "clean" build, but it does not help. Sebastien Error 1 The "ResolveAssemblyReference" task failed unexpectedly. System.IO.IOException: The file or directory is corrupted and unreadable. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOptio ...Show All

  • .NET Development Events on user input?

    Is there anyway to gain access to the event that occours when a user preses a certain key on their keyboard I was thinking keypress in the form or something, but the unfamiliar vocabulary threw me off. Thanks Thank you for the expiedient answer. However, I do not understand, how do I make my keypress event only respond to when a user presses "return" and not "a" or "tab" ...Show All

  • Windows Forms Stopping Index Change on ListView

    Hi... I have a control with a ListView on. In certain circumstances, when the user selects a different item on it (index) I want to be able to prevent the index change and revert back to the originally selected item. Is there any way of doing this The only event I can see is 'SelectedIndexChanged', which is a 'past' event. Of course, I could override WndProc and do the processing there, but want to avoid this if there is a 'simpler' way. Thanks Actually, these is a simple way: Keep the index of the currently selected item. Everytime the user changes the index, you will receive the IndexChaged event. Check i ...Show All

  • Visual Studio Team System Missing database updates when running a Web Test

    When recording my Web Test I do some actions which add some posts to my database. After the recording the updates are as expected. But then when I run my Web Test it doesn’t perform any updates at all. I also added the Web Test into a Load Test, but still it won’t do any updates. Might there be some special settings in the test tool in order to allow database updates There is nothing special you should need to do. If you submit a request that should do an update and it does not, then that is an error. Are you receiving any error messages What is the status of the page that is returned ...Show All

  • Visual Basic Making a program perform tray icon + com tasks in background without service

    I am interested in porting my KeyStater ( http://keystater.berlios.de ) program to .NET (Originaly written in VB4). The main problem I will be getting is not getting the COM object to work but rather making the programs tray icon update even if the program is not in the foreground. The only viable way I could think about doing this is to make the program a service however VB.NET Express doesn't support making a service and since I am writing the installer using AutoIt I don't know the required command to make the service. Is there a way I can always get the tray icon to update even if it is not in the foreground without making a service I ...Show All

  • SQL Server possibly merge join bug?

    i'm merge joining 2 data sources, one is oracle and the other is excel...the problem is in the oracle source, it's a sql statement like: select hdr.div_ord_no, hdr.mtr_no, hdr.prod_cd from qctrl_div_ord_header hdr, (select max(sub.eff_dt_from) min_eff_dt_from, div_ord_no from qctrl_div_ord_header sub group by div_ord_no ) tmp where hdr.eff_dt_from = tmp.min_eff_dt_from and hdr.div_ord_no = tmp.div_ord_no having that sql statement, merging will come out with 0 rows however, having a simple query like: select hdr.div_ord_no, hdr.mtr_no, hdr.prod_cd from qctrl_div_ord_header hdr merging will come out with 2 rows you ma ...Show All

©2008 Software Development Network