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

Software Development Network >> Drew Marsh's Q&A profile

Drew Marsh

Member List

csLearner
Jack of All Trades
Anarchy
David Eccleston - DX MVP
Sarosh79
ppv
The_Nod
chucho
learnerplates
Diego Cánepa
msteensen
benny353
saddy
makst
ShadowRayz
DanielMena
LucasPc
LegendRey
Michael_317
soconne
Only Title

Drew Marsh's Q&A profile

  • Windows Forms DataGridView - filter without implimenting IBindingListView

    I dont really want to impliment all the IBindingListView functions myself but i have an list of objects and would like to display them with filtering. Priority 1. I would like to do filtering of my data "ListId='Foo'" Priority 2. I would like to do Or filtering "ListID='Foo' or ListID='Bar'" Priority 3. I would like to do multi column filtering "ListID='Foo' and Editor='Sam'" Priority 4. I would like to do multi column filtering with Ors "(ListID='Foo' or ListID='Bar') and (Editor='Sam' or Editor='Jen)'" Is this possible (Is there a class in .net 2.0 that already impliments IBindingListView ) Or is this the solution I want and just write ...Show All

  • SQL Server Business Intelligence Development Studio 2005 Installation Error

    Hello, I'm trying to install the Business Intelligence Component ONLY of the Microsoft SQL Server 2005 Enterprise Edition. We are interested in only giving the BI Development Studio to a User to allow to create reports. The documentation makes it seems as if this is possible - am I wrong It allows me to walk through and select this component, and then it fails and I receive the following error: There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information. For help, click: http://go.microsoft.com/fwlink LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.06&EvtSrc=setup.rll&EvtID=50000&EvtType=packageengine%5cinstallpack ...Show All

  • Visual Studio Express Editions fatal error C1083: Cannot open include file: 'gl/glut.h': No such file or directory

    Before you ask , yes i already have search the forum, heck i even search yahoo for an asnwer. Very new to V C++ Express still, and i have the Platform SDK installed. I've seen the video, modified the proper files for VC++ Express. Im currently writing a small/simple win 32 console app, using the glut library. I download GLUT, put it into the proper location: glut into D:\Program Files\Microsoft Platform SDK\include\gl glut32.lib into D:\Program Files\Microsoft Platform SDK\Lib glut32.dll into C:\WINDOWS\system32 /*beginning of my code #include <gl/glut.h> const GLsizei windowWidth = 500; const GLsizei windowHeight = 500; */ I have $FrameworkSDKDir( without the $ sign of course) variable set to D:\Program Files\Microsoft Platform ...Show All

  • Visual Studio Express Editions SQL Express Login

    Hello. I was trying to make login to SQL Express not throgh Windows Authentication, but throgh SQL Authentication. Off course that after I was logging with Windows Authentication I was creating a new user and all that stuff. I still get a error message : ------------------------------ Cannot connect to SHAY_DESKTOP\SQLEXPRESS. ------------------------------ ADDITIONAL INFORMATION: Login failed for user 'DNNroot_sa'. The user is not associated with a trusted SQL Server connection. (Microsoft SQL Server, Error: 18452) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=18452&LinkId=20476 ------------------------------ What am I doing wrong ...Show All

  • SQL Server running ssrs 2005 against sql 2000

    Has anybody managed this, and if so, any problems Dear, When u install SQL2005 just change the location .So that u can see the changes in the files and folder. If u dont want to change the .location install in default location. SQLServer2005 work fine with the pre installed sqlserver2000.No problem in anycase. HTH sufian ...Show All

  • Visual C# textbox text to string and back to textbox?

    Im pretty new to C# and I am guessing there is an easy answer to this. I am entering a number in a textbox doing a calculation and and then putting that into another textbox. However I am getting the "cannot explicitly convert type string to float" error Is there an easy way to autoconvert the text to a string Better yet how do I force the textbox to only accept strings I tried applying a mask, but could not get it to work. Here is my psuedocode: float discountrate = textBox1.Text; // perform some type of calculation with discountrate textBox8.Text = discountrate; Thanks in advance Text property is of type string, so you cannot assign data isn't, so it will always a string. User can only type ...Show All

  • .NET Development sending dataset on sockets

    Hi, I am using framework 1.1 and VS 2003 I have a dataset that I want to pass over socket. How can I do this any sample Also, on the recieving end, how can I convert it back from binary to dataset. Thanks, The forum should be here! My solution for you would be to work with XML in a Dataset. Step 1: Convert your dataset to XML at the sending end thus. dsMyDataset.WriteXML("C:\myFile.xml") A new file will be created with name myFile.xml on drive C. You then can transmit this file over your socket. Step 2: Convert XML to Dataset at the receiving end thus. dsMyDataSet.Clear dsMyDataset.ReadXML ("C:\myFile.xml") The WriteXML method have options for writ ...Show All

  • Visual Studio Team System Can visual Studio 2005 work with vsts

    Hi, One of our client is thinking to have VSTS on server. All the developers will have visual studio 2005 (NOT visual studio for developer within VSTS family). My question is can visual studio 2005 can connect to vsts server Can it make use of source safe available in VSTS Can it make use of other features within VSTS Or to use features of VSTS we should have visual studio for develoepr version within VSTS family -- Regards, MS Guy When you say "have VSTS on server," I am assuming that you are referring to the Team Foundation Server.  To access TFS, the users with Visual Studio 2005 simply need to install the Team Explorer (aka tfc, Team Foundation Client) to get full, integrated support for using al ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Using VertexBuffer with Z-Buffer

    I have a primative which I am rendering from a vertex buffer (positioned, colored, textured), among some meshes. All of the meshes seem to work fine with the Z buffer, texutre transparency works fine... except for when I make my primative transparent, you can only see the cleared background, and none of the meshes behind it. Just to give you an idea, here's some code! (obviously not all in the same method). frontVertices = new VertexBuffer ( typeof ( CustomVertex . PositionColoredTextured ), 4, Device, Usage .WriteOnly, CustomVertex . PositionColoredTextured .Format, Pool .Default); CustomVertex . PositionColoredTextured [] vertices = frontVertices.Lock(0, LockFlags .None) as CustomVertex . PositionColoredTextured ...Show All

  • SQL Server transaction inside a data flow task

    We are designing an ETL solution for a BI project using SSIS. We need to load a dimension table from a source DB into the DW; inside the DW there are two tables for each source dimension table: a current dimension table and a storical dimension table. The source table includes technical columns that indicate if each record was processed correctly by ETL procedures. Each row in the source table can be a new record, or an exisisting one. If it's a new record, a corresponding new record should be inserted into the current dimension table of the DW; if it's an exisisting one, a new record should be inserted in the storical dimension table and the existing record in the current dimension table should be updated. Furthermore for each ...Show All

  • Visual Studio How to get programmatically Tab Size property for custom language?

    Hi there, As you know, for custom languages written using MPF we get some already existent options in Tools->Options->Text Editor->[OUR_LANG_NAME] . There are 2 subsections: General and Tabs . My problem is following – I need to get the value of ‘Tab Size’ property from the Tabs subsection. I need to get this in my source code to set this value to my language lexer. I use ANTLR lexer and it requires a tab size to be set for correct token indices calculation. Could anybody drop a sample of code showing how to get programmatically Tab Size property for custom language Any pointers will be much appreciated. Thanks. Hi Carlos, Thank you for your fast response. But if you will ...Show All

  • SQL Server sql query

    Hello all, I have two tables T1 and T2. Table T1 has n+10 rows and table T2 has n rows. I need to do a "union all". I would get n+n+10 rows in result. Now, the 10 rows in table T1, which do not match with rows in Table T2 should have an '*' (asterisk) in front of them. The '*' may be in a separate column.the result should look like this: col1 col2 col3 col4......coln * 1 1 1 1 * 2 2 2 2 * upto 10 rows n n n n n n n n n n Could anyone help me with the query Thanks, Indoaryaan. select '*' new_Col,* from T1 where stor_id not in (select stor_id from T2 ) union all select null new_Col, * from T1 where stor_id in (select stor_id from T2) union ...Show All

  • Visual C++ Delete a certain tree node

    hi, now i facing a problem which i do not know how to solve it...:( My binary search tree structures stores a double number in every node, whereby a higher number is appended as right child and a less or equal number is appended as a left child. Now i want to write a function which deletes the node with the highest number in the tree. I started the function as follows: [code] template <class Item> void bst_remove_max(binary_tree_node<Item>*& root_ptr, Item& removed) // Precondition: root_ptr is a root pointer of a non-empty binary // search tree. // Postcondition: The largest item in the binary search tree has been // removed, and root_ptr now points to the root of the new (smaller) // binary search tree. Th ...Show All

  • Smart Device Development Speech API

    Is there any speech API available for .NET Compact Framework I am trying to write an appplication which will be speech enabled. Thanks in advance. Regards, Anirban Hi, Is there any Speech API available for Windows Mobile I am writing an application that will be speech enabled. Thanks in advance. Anirban ...Show All

  • .NET Development about the AddWithValue method of oledbcommand

    I found that the 'Addwithvalue' do not add the value to the parameter by the name specified, but by the sequence of the 'Addwith value'. the following codes (the second parameter get value earlier than the first parameter) always produce error 'the field is less than the datat provided' ' Add parameters for the placeholders in the SQL in the ' CommandText property... objCommand.CommandText = "" objCommand.CommandText = "INSERT INTO titleauthor(au_id, title_id) VALUES(@au_id,@title_id);" objCommand.Parameters.Clear() 'clear previous param ' Parameter for the title_id column... objCommand.Parameters.AddWithValue("@title_id", strID) ' Parameter fo ...Show All

©2008 Software Development Network