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

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

baldrick98007

Member List

AnswerFinder
Ling Chen Wu
Golf67
rayBristol
johnny83
Leandro Becker
ziegel
DeDdY
SOYGAMA
TohKung
MarchJ
DaveyC11111
Wommat
Shedal
Blade68
tintin1969
Mike Dimmick
cpdeepak
Jason Prell
doobey
Only Title

baldrick98007's Q&A profile

  • SQL Server Any clever ideas for associating a Report Manager session with a web application session?

    OK let's see if I can explain this one in a way that makes sense... We are building an ASP .NET application which has a "Pop-Up Reports" menu item which launches Report Manager in a new browser window. The idea is to allow the user to continue to access data in the application and compare that data with data in reports. The user is permitted to have multiple Pop-Up Report windows open at the same time so they can also compare output from multiple reports at the same time. Users will be able to run the ASP .NET application against different database instances (there is one database instance per client). After they log in to th ...Show All

  • Windows Forms Keys Property

    Hi, I am working on a tetris control which is almost finished. At this point I am adding property grid with options at run-time. I have properties with Keys values to let the user choose Keys to move figures left, right and down. But in the property grid not all the Keys values are displayed - only the F-keys and modifiers are displayed. Any ...Show All

  • Visual Studio crystal reports in c# / disable parameter prompt

    Hi everyone, is there a way to disable the parameter prompt of the crystal report viewer in c# (2005 beta2) I've got a simple report viewer, which doesn't have the smart tag to disable the parameter prompt as apparently the viewer for asp.net does, I'm loading a simple report with a parameter at runtime where I also set the parameter in the code, but still it'll prompt me for that anoying parameter and use the one from the prompt!! I didn't find any option in there (at least not in intelliSense...) to disable it... Any help much appreciated... thanks very much! Vince Hello Vince, This usually comes down ...Show All

  • SQL Server debugger doesn't stop at breakpoint while debugging SQLCLR function

    Hi, I have created one simple SQL Server 2005 CLR function in Visual Studio 2005 beta 2. It works fine from SQL Server 2005 management studio April CTP.   When I try to debug this SQL CLR function from Visual Studio 2005, I am getting the output in Output window along with debug information but it is not stopping at breakpoint. Output window says ‘No symbols loaded’. Could you please help me why it is not stopping at break point   I checked configuration property and it is debug for project and solution. There is no Web.Conifg file, as it is Database project. So I changed the debug = true in machine.config file at ...Show All

  • Visual Studio Team System Sampling/Instrumention does not work if I logged on as a restricted user.

    I'm now evaluating Visual Studio 2005 Team Suite RC and have problem with performance sampling feature. When I logged on as a restricted user, launching sampling failed due to the following error: Performance automation returned the following error: : Error VSP1398 : The monitor was unable to start the kernel mode driver (VSPerfDrv.sys).  拒否 。  Profiling cannot continue. PRF0010: Launch Aborted - Unable to start vsperfmon.exe Performance automation returned the following error: : Error VSP1341 : Could not start logging engine.  Shutting down. Profiler exited Error VSP1712 : Unknown file type. PRF0025: No data was collected ...Show All

  • Visual C++ Odd HWND Behavior

      Hi, I'm using MS Vis Studio .NET 2003 and I am experiencing some odd behavior with HWND pointers. I have the following code in my application HWND hWnd; hWnd = CreateWindow(nom_app, "Reco Fr", WS_DLGFRAME, CW_USEDEFAULT, CW_USEDEFAULT, 200, 200, NULL, NULL, inst, NULL );   Sometimes CreateWindow will return a good HWND, however other times it will return something like this: hWnd {HWND__} { unused=<undefined value> } HWND__* I also get the same odd behavior when I reinterpret_cast a System::IntPtr to a HWND as follow ptr = CreateWindow(nom_app, "Reco Fr", WS_DLGFRAME, CW_USEDEFAULT, ...Show All

  • Visual C# How do i retrive out the SelectedItem value ?

    Hi guys i got an annoying problem ..i am developing on windows.form. and i got a listbox which has the following settings myListBox.DataSource = myDataTbl; myListBox.DisplayValue = "Name"; myListBox.ValueMember = "CarNumber"; How do i retrive out the displayValue give that my table has the following entries Wilson,FNN635 Jason,FGG 911  i want to extract Wilson and Jason ... Hi, To retrieve on what is being displayed you can do this:              // gets the current displayed text             MessageBox.Show(comboBox1.Text);     ...Show All

  • Visual Studio Team System Expose bugtracker to the internet.

    Hello, in my organization we have a good methodology for creating bugs internally but also externally, as we develop software for other companies, once the software has been tested internally, the user can test it from their own environment, We have a bugtracker called Mantis, its an opensource in PHP, we gave an external username and password and they can login from the internet to report bugs. How can I achieve this with team foundation As long as I know team foundation server exposes some webservices, the idea I have and I dont know if its possible, I woould have to develop a web application that exposes those webservices to enable ...Show All

  • Smart Device Development Can I add help to a project on smartphone platform?

    Hi,guys: I want to add help to my project just as to pocket pc but I can't copy the xxx.htm to \\Windows. So are there some method to copy xxx.htm to there or cann't add help in smartphone project Any suggestion is appreciated! ps. VS 2005 ,windows mobile 5.0 smartphone emulator. Para Hi Para, In general, it's not a good idea to copy anything to \Windows (regardless of desktop or mobile applications). Instead, copy the .htm file to your application directory (under Program Files). When you want to launch it, determine your .exe path at runtime, append the .htm filename to th ...Show All

  • Visual C# -->[bug?]who uses gridview and imagebutton <--

    I would know if someone else has same problem I have. I'm deploying a webapp in VS2005 connected to an Access database. When i debug my (very simple) app, debug analyzes twice some line of code. I tried to write this error on a log file but it sometimes doesn't write the second passage! I'm not using external lib. I have autoeventwiredup=true (default) in fact i was trying to look this attribute. Thx ...Show All

  • SQL Server If statement

    Hi All, I have the following parameters in a subreport: Frequency, EndDate and StartDate Frequency, and EndDate have been populated using values from the main report. I need to set the StartDate possibly using an expression or the code builder. This is the psuedocode: If Frequency = 'Monthly' startdate = dateadd("m",-(12), Parameters!EndDate.Value if Frequency ='Weekly' startdate = dateadd("w",-(12), Parameters!EndDate.Value if Frequency='Daily' startdate = dateadd("d",-(30), Parameters!EndDate.Value In English If frequency='Monthly' the start date should be set to 1 year before the enddate if frequ ...Show All

  • Visual Studio VS .NET install problem on XP pro

    Hi All I am trying to install VS .NET 2003 but I'm encountering a problem. I insert the installation disc and it autoruns. I then click on step 1 - Pre-requisites. As I don't want to host web applications I skip the installation of IIS and the front page server. At this point a installshield dialog pops up saying: "Command line parameters: /L language ID /S Hide Intialization dialog. For silent mode use: /S/v/qn /V parameters to MsiExec.exe .... etc." Am I missing something. I have .NET framework 1.1 installed and SP2. Any suggestions, please! Michael, thank you for that link. That was the EXACT problem ...Show All

  • SQL Server Server Name?

    I have a dialog box that is requesting the server name when I'm trying to create a new SQL Server 2005 database What is that and how do I find it Thanks. Creating a database requires connecting to a SQL server. Are you using Visual Studio, or SQL Server Management Studio What menu or action are you taking Karl Tarbet ...Show All

  • Visual Studio Team System Cannot connect VS 2005 Team Suite client to Team Foundation Server

    I have installed Team Foundation Server Beta 2 (application and data tier on a single server) and the install seemed to work correctly. I can certainly use the Sharepoint Services pages successfully. I have Team Suite Beta 2 on a separate machine and I am attempting to connect to the TF Server. However, when I use Tools/Connect to Team Foundatioin Server and add the server I get a message saying "Unable to connect to the Team Foundation Server:vstfs [...] Url: http://vstfs:8080 ". vstfs is teh machine name and I can ping it or even open a browser session to view the Sharepoint pages. If I try http://vstfs:8080 in the browser I get a 403 (not ...Show All

  • Windows Forms DataGridView with dynamically filled ComboBox

    I use a datagridview that is databound to a table. There is a DataGridViewComboBox column. I am dynamically adding items to the combobox if a user types a new value. The problem is that the grid does not come out of the editing mode (the pencil is still shown) if the user types a new text and presses the enter key. Thanks for help Peter Here is the code I use:     Private Sub DGVkey_EditingControlShowing( ByVal sender As Object , _                              ...Show All

©2008 Software Development Network