Software Development Network Logo
  • SharePoint Products
  • Visual Basic
  • SQL Server
  • Game Technologies
  • Visual FoxPro
  • Windows Forms
  • Visual Studio
  • IE Development
  • .NET Development
  • Microsoft ISV
  • Windows Vista
  • Visual C++
  • Visual C#
  • Audio and Video
  • Smart Devicet

Software Development Network >> Marco Ruiz's Q&A profile

Marco Ruiz

Member List

ddawson04
amygal
Amos Soma
Kitty
Hearty81
marlun78
Roggan
jhikel
minority80
justinmagaram
dbldown768
Rames Gantanant
clayhien
Ayooya
Martin Schmidt
Horst Klein
Rocinante8
Jesse Wolgamott
SOG Luebeck
Swal
Only Title

Marco Ruiz's Q&A profile

  • SQL Server Two Parameters question? second parameter should get data based on first parameter selection.

    I have two parameters both are related to each other. second parameter should get filled based on the selection of the first one which is project. the first paramater is project, once the project is selected it should bring the all the contracts related to that project. Please is it possible... Thank you very much for all the helpful info. hey there not sure if you are doing this with code or just the report parameters but there is some info regarding Multiple Criterion Report Filtering in this document http://www.microsoft.com/technet/prodtechnol/sql/2005/technologies/rch7rptslnpatternrecipes.mspx hope this helps cheers ...Show All

  • Visual Studio Team System ASP application with isapi filter set

    Hi, We are facing a problem with Crystal Report. We have a server which is setup with 2 sites (made up of classic ASP code). One is having and ISAPI filter called GetAccess and the other one is not. We are trying to get a Crystal Report from the one which is not having that ISAPI filter, it is working perfectly fine. The same set of code which pull the same report which is under the ISAPI filter is giving the below error message to me. Can you please suggest us something on this "ACCESS DENIED" Thanks and regards, Claire It sounds like you'll want to follow up with whoever created the ISAPI filter. Also, Crystal Reports has nothing to do with Team ...Show All

  • Windows Forms method group problem(simple question)

    Hey, I have this: RichTextBoxFinds theSearchMode() { RichTextBoxFinds theSmode; theSmode = RichTextBoxFinds .MatchCase; theSmode = mode | RichTextBoxFinds .WholeWord; theSearchMode = theSmode; } but on this line: theSearchMode = theSmode; the theSearchMode part has this error: Cannot assign to 'SetSearchMode' because it is a 'method group' How do I fix that Thanks :) Have you tried wordAt = thisrichtextbox.TextBox.Find(toolStripButton3.Text, wordAt, RichTextBoxFinds .MatchCase | RichTextBoxFinds .WholeWord ); ...Show All

  • Windows Forms ClickOnce seems doesn't work

    Hi all, I'm newbie with ClickOnce. I have an application I'd like to update by web. I've tried to install it and then deploying a newer version and test id somethings happens... tha application runs normally. In which way I can test the ClickOnce functionality and what have I to check in my app settings. I've made the CD installation and installed it, what do I have to do now If I check the FTP site it has the right files. I've chechek the "before application starts" option to perform the updating check. I hope you can help me. TIA for any suggestion, examples or tutorial about it. Dario Hi Dario, Sorry didn't follow all the way. Here are some of the links that has simple ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Is DirectX9c realistic for all my UI needs?

    I am currently wanting to use the DirectX 9c UI for all of my UI needs in my game. Like using a MultiListEditBox for a complex trade window tracker editor and also an inventory being able to drag and drop 3d images of my items. Is it realistic Do I need to wait for XNA and how much would it cost I would like to use it for free but if not willing to pay a few dollars. Do I have to use something else like CEGUI or something else Thanks Neither DirectX nor XNA provide any UI libraries. The DirectX SDK has sample UI components in native and managed code, however the code is part of their game template library and tough to extract just the UI elements without using the rest of the library. CEGui, and other ...Show All

  • Visual Studio 2008 (Pre-release) Problem building a WPF (WinFX) project with MSBuild.

    Hi, I thought I should report a very strange problem that I encountered using MSBuild on a WinFX (WPF) project. Maybe someone else has encountered the same problem... The project works perfectly fine when building it in Visual Studio 2005 with Orcas extensions, but when building it with MSBuild for the command line the following error occurs: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.WinFX.targets(236,9): error MC1000: Unknown build error, 'API restriction: The assembly 'file:///C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.XML.dll' has already loaded from a different location. It cannot be loaded from a new location within the same appdomain.' Done building project "Editor.csproj" -- FAILED. The problem was ...Show All

  • Visual Studio Reportviewer print dialog problem

    My .NET version 2 application creates reports by calling a method from a dll (which I also wrote) which displays a form containing a user control which in turn contains a ReportViewer. I set the viewer's .ReportPath, .BindingSource, and .DataSource properties and call the .RefreshReport method. The viewer displays the report correctly. When I click the viewer's Print button, the Print dialog correctly appears, but I have to click the dialog's Print button twice to actually send the report to the printer. What could be causing this So are there any more updates on these two issues It would be nice to print without going to print layout first. Andy ...Show All

  • SQL Server ADO Connections

    Forgive me if this is the wrong forum, but it does have to do with data access. Just a quick question: When using an ADO Component /Object to connect to a database, C# or whatever, that connection that is established - How likely is it that data being retrieved from the database is intercepted, is that channel encrypted/secured, and if not for either questions, how do i secure that channel Please check following blog: http://blogs.msdn.com/sql_protocols/archive/2005/10/04/476705.aspx If you want to force client encryption, there is a connection string property in ADO, please see below link: http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx good luck! Ming. ...Show All

  • Visual Basic Using resources

    I've inserted an exe file in the resources of my application, but i don't know how to manage it... how can I run or extract it to the running folder To "extract" it : My .Computer.FileSystem.WriteAllBytes( "C:\test.exe" , My .Resources.ProgramName, True ) Then to run it : Process.Start( "C:\test.exe" ) ...Show All

  • Silverlight (formerly WPF/E) Trouble with install: no mime-type association - solved

    I installed the first CTP release on two Windows XP machines running IE7 and Firefox 1.5. In both cases, the plugin doesn't seem to be properly registered with the browser. The page that includes XAML still asks me to install WPF/E after reloading it or even restarting the browser. Any tips Thanks, Julien My bad. I installed the SDK, instead of the normal package. I incorrectly assumed that the SDK included the normal install as well. Cheers, Julien ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Reading the buttons of Joystick Saitek x52

    Hi all, Did anybody come across a C# sample that relates to Saitek X52 I have found some generic Joystick samples which help me read the buttons EXCEPT the Mode button. The GetButtons() function returns the codes of the pressed buttons, but I cannot get the status of the Mode button out. I just spoke to Saitek support - No .NET samples whatsoever. Any tips will be appreciated. Best Moni. I did check. Mode button is active and well in Control Panel -> Game Controllers. I use byte [] buttons = state.GetButtons(); int button = 0; foreach ( byte b in buttons) { if (0 != (b & 0x80)) strText += button.ToString( "00| " ); button++; } richTe ...Show All

  • SQL Server Efficient sorting by an XML node value over multiple table rows

    Hi colleagues. I would like to use the newest XML feature for localization problem. So: I have  Country table with Name column of XML data type. This column contains a country's names in amount of languages, in a format like: "<ru> </ru><en>Russia</en><fr>Russie</fr>...". I liked that approach much until I faced a problem - How to select all the countries ordered by French name So I created primary and secondary (PROPERTY) XML indexes in order to increase efficiency of the following query: select top 100 * from Country order by Name.value('(/fr/text())[1]', 'nvarchar(max)') However, when I tested that query over 150 000 rows it turned out to be 60(!) times slower than to quer ...Show All

  • SQL Server how to configure TCP port for unattended install

    I've looked through every source of material on SQL Server Express unattended installs that I could get my hands on, but so far, I've come up with nothing that shows how to set the server engine's TCP port to 1433 . Since the SQL Server setup is part of a (considerably) larger install, requiring the customer to set this by hand is not really acceptable. Is there a way to do this with a command-line parameter (etc) Thanks in advance Josh I am a newbe and do not know what "SMO" or "VMI" providers are. You eluded to a "Script" that can set the IP port for SQL Express. Any chance I can get a url or exanmple of this "script" ...Show All

  • Visual Studio MSDN Libary Install error

    I have a error whilst installing the May 2006 version of MSDN Libary (I typed my message just a minute ago but stupid me hit a button which resetted the form :( ). I have this error: http://img70.imageshack.us/my.php image=faultbz3.jpg Anyone a answer I installed the 3 disks in a different folder (3 folders:P) Yeah I downloaded it from that site. But when I wanted to post my original question, my browser hanged, so I must typed it all over again, not in the mood for that. But, yeah, anyway, I will try that. ...Show All

  • .NET Development performence issue of an XML reader

    Codes: // Load an XML file and display the structure and content in a tree view. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Xml; namespace XMLReader { public partial class XMLReader_WindowsBased : Form { public XMLReader_WindowsBased() { InitializeComponent(); } private void btnSelect_Click( object sender, EventArgs e) { ofdXMLFile.ShowDialog(); txtXmlFile.Text = ofdXMLFile.FileName; } private void cmdLoad_Click( object sender, EventArgs e) { // Clear the tree. treeXml.Nodes.Clear( ...Show All

©2008 Software Development Network