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

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

KSmitty

Member List

SweptSquash
MasterG
Wicket
Nazgul4
Kent Boogaart
TeleRiddler
EnigMa_AnGeL
leo1
StefanVirag
joginaidu
spelger
zackasan
bryanedds
alan666
progames25
bababab
KimberlyL
Vicel
ccote
DARKGuy
Only Title

KSmitty's Q&A profile

  • Windows Forms bind a datagrid to xml (Dataset)

    I have a second question, the data from the xml is now displayed in the grid (I have a xsd-schema too, is this useless ), if the user now changes the value in the cells or add/remove a row, how can I save those values in the xml Hi,Janny,here is an example for you,I hope this will be useful http://www.codeproject.com/csharp/usingdatagrid.asp http://www.codeproject.com/soap/dataset.asp ...Show All

  • SQL Server Text Box.. Dumb Question

    Hey guys, I have a really dumb question. In the header of my report I am trying to put in a text box. This text box should look like this. Legend Value 1 Value 2 Value 3 Here is my problem. Everytime I put in a carrige return it clears everything that I have in the box. What is going on I then thought I should put in a table which would make my life easier but it does not allow me to put in a table in the header.. HELP Open the expresion builder and simply enter the text as you want it to appear (without an equal sign) but with your returns.  Even though it will look as if there is only one line, all three will be there when the report is renderred. PS... only dumb question is the one you ...Show All

  • Visual Studio Team System How to customize a field to be visible only as disabled textbox

    I have a problem with the customizing of a workitem which I designed new. When I add a new one programmatically, an id will be generated. This id appears in the workitem in a normal textbox (with white background). I want to change this id only programmatically, so it should be displayed in a box in the type of for example "system.title" (with grey backround and not editable). How could I realize this If you mean that you want to display the system.id field in your work item as a read-only field, I think it will do this by default, since this is a special core field, whose value is assigned by the server and cannot be changed. To display it you need to add it to the <FORM> layout sect ...Show All

  • Visual C++ Retrieving bitmap pixel dimensions

    Hi, How can I retrieve the pixel dimensions of an HBITMAP object without using MFC Thanks. ---Dan Please limit your use of this forum for its intended scope: C++ language issues. This question is best asked here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.gdi&lang=en&cr=US ...Show All

  • Visual Studio VS2002 w/vb.net samples

    I have Visual Studio 2002 on my system and bought the "step by step,VisualBasic.net 2003 edition. Oops, the samples codes won't work. Is there anywhere to get the samples for the 2002 VS. I'm just trying to learn this. Hope someone can help me. Thanks Kevin I dont know about the samples of the book but here is a link to 101 samples: Visual Basic .NET Code Samples: Master Set of 101 Samples ...Show All

  • Visual Studio Important note: Integrating Sandcastle Help 2.0 into VS2005 help collection

    BACKGROUND:   I build Help 2.0 for a project usng Sandcastle and integrate (register) the help into the VS2005 help collection on a number of development machines using H2Reg. PROBLEM:   On newer machines which have only VS2005 installed and do not have VS2003 and the VS2003-HIK (Help Integration Kit) installed, the integration of the help into the VS2005 collection failed. MORE INFO:   On older machines which have VS2005, VS2003 ans the VS2003-HIK installed, the help always integrated properly into the VS2005 help collection. SOLUTION:   It turns out that the solution is given in one of the on-line tutorial pages for H2Reg.     see:  http://helpware.net/m ...Show All

  • SQL Server Two Newbie Reports Questions

    Hi, I have a report with 3 parameters. One of which is Company name. To get the available list for this I use a query: select distinct name from companies, etc. However, I also want the user to be able to select "All" or an equivalent to get all the companies. I tried putting * and % in the default values (non-query), but the drop down list displays "<select a value>". Also I've enabled drill-down, is there a way to auto-expand the results Thanks, Dan this will answer your question on select All in dropdown http://blogs.msdn.com/chrishays/archive/2006/04/18/AllParameterValueRedux.aspx ...Show All

  • Software Development for Windows Vista Are there WWF performance metrics now that it is officially released?

    Are there any details to performance testings or metrics for WWF Thanks! Just posted @ http://msdn2.microsoft.com/en-us/library/Aa973808.aspx ...Show All

  • Visual Studio Tools for Office Adding a macro to excel using C# in asp.net

    I am creating a customized excel report for my company using a webpage. Part of the excel file is a macro to handle printing though, and I can't seem to get it to work correctly. The code works... The page building the report impersonates a user that has access to Excel. Excel files can be created but, when I attempt to add the print macro I recieve this error: Programmatic access to Visual Basic Project is not trusted The user being impersonated has the security setting in excel set to: Trust access to Visual Basic Project I discovered on accident that if the impersonated user is actually logged in on the server that the code executes as expected, every time. If you have any idea how to correct this problem please let me ...Show All

  • Smart Device Development Accessing GPIO input

    Hello, I'm not shure, if this is the right group for posting this question, but maybe there is someone who can help me. I'm progamming on Windows Ce with the compact framework on the "Wafer-LX-800"-Board (have a look at www.ieiworld.com; it has an "x86"-processor) and I need to read the GPI0 ( its Pin7 at the GPIO connector and it should be defined as input). But how can a do this by using C# I've already searched the web. The most promising idea was the use of the class "PysicalAddressPointer" of the OpenNetCf-Library ( www.opennetcf.org ). But I failed in finding out which adress to use and how to "read" the nececarry pin. I would appreciate any help! Sabine ...Show All

  • Visual Studio 2008 (Pre-release) The server has rejected the client credentials

    Hi All Potential showstopper for me! I have a Windows Communication Foundation Service, with the following service config: < xml version="1.0" encoding="utf-8" > <configuration> <system.serviceModel> <bindings> <netTcpBinding> <binding name="MarketDataCustomBinding"> <security mode ="Transport"> <transport clientCredentialType="Windows"/> </security> </binding> </netTcpBinding> </bindings> <services> <service name="MarketData.Services.HolidayDataService"> <endpoint address="net.tcp://MLISDE07522:12001/NetTcpBinding/HolidayDataServ ...Show All

  • SQL Server Adding expression in Data Flow Task

    Hi I am trying to develop a data flow task in C#. I need to add an expression tab in the task where i can write expressions on the input columns and map it to outputs. Please let me know how to go about it. I am new to SSIS coding so dnt have much idea abt it. Thanks in advance, Vipul I am trying to build a task where i want to embed the logic of Derived column and Lookup in the same task. Also i want to hard code a particular table in the lookup. Its will be used to resolve the surrogate key in the facts for the dimmensions. Hope this makes sense. I didnt knew abt stock components. Thanks for the pointer. Please let me know if you have any more updates on this. Thanks Vipul ...Show All

  • Visual Basic How Do I: 1 Form 1 UserControl - 2 Instances of UC on Form Each In its own Thread?

    I have a User control that does some heavy Database work, I have two of them on the form, (a source and destination) being that they pull from different servers, I wanted to beable to let each one load at the same time, I'm not new to threading, but I'm no Expert. I tried putting Attributes on the UserControl MTAThread() I tried changing the ApartmentState of the CurrentThread . I was hoping to find a more professional method, than putting a timer on the control and having the button enable the timer, which fires the Load method. (Load just fills a DataTable, but its Thousands to Millions of records) Any Guru's want to take a Stab at it -Thanks ThreadConfusion Why should a 'user control' have its ...Show All

  • Visual Studio Express Editions Installing SQL Server Express 2005 x86 Problems

    Well ive been learning to use visual web developer recently, and ive been using the asp.net tutorials and i came upon a problem, in lesson four it talks about creating a profile and your own property, when i try to run the website, it doesnt load and says cannot connect to SQL server database. so i decide to check that my SQL server is installed and ok, i find a program called SQL server configuration manager, but cannot acctually find SQL Server express 2005 so i try and install it and every time it says installation failed but gives no reason, anybody help i have .net framework 1.1 and 2.0 and all the visual studio programs installed including XNA game maker. Thanks, Jeremy When you inst ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX Asks the user for IP address - Help me please!

    I'm aiming to produce a P2P chat engine using DirectPlay. I have the basic system up and running, but when the client connects to the network (my computer is the host), it asks the user for an IP address. I was wondering how to supply it with an IP address so that the user doesn't have to know my address in order to chat. they will allways need an address to connect. If u don't like to provider your ip directly, use a dns. If u don't want the application to ask for the server address, add it as a setting in the client application. Altho when adding the server as a settings, still beter to use a dns, in case your ip might ever change, u can just change your dns and the clients wont notice any changes. If ure ip is suplied as ...Show All

©2008 Software Development Network