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

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

tgee3

Member List

Tussh
Bill MacKenzie
MrDewMan
MHoess
Koni
DanMelson
omprakash dashore
Chamitha
Oscar Ivan Gil
Avner Kashtan
Alex Gongora
JoeGilkey
BobMac
SekharPC
bozworthy
n.somu
Yuriy T
ippy04
Tyrone Fay
jcooper
Only Title

tgee3's Q&A profile

  • Windows Forms Search for a value in a DataGrid Column.

    How do you search for a value in the first column of a DataGrid For example, the first Column of my DataGrid is Called InspectionID. It's a hidden Column. Lets say the InspectionID is 50, I wish to search or scan or interogate the first Column called InspectionID to find which ROW has the value of InspectionID = 50. Then I need to make the DataGrid select that row. Keep in mind that the DataGrid may have 1, 5 or 50 rows of data. I could iterate, but supose I have 100,000 rows....... it would be extremely ineficient, and very flashy too! ...Show All

  • Smart Device Development emulator smartphone wce5.0 connect to internet?

    Good morning, Do you know how we can configure the emulator smartphone wce5 in visual studio 2005 so the emulator can connect internet using IE Thank you so much for your instruction or the link to document you will let me know JulienT I have posted a blog about this subject on: http://blogs.msdn.com/cbrochu/archive/2005/11/04/ppcinternet.aspx It features a step-by-step guide and i will post pictures if there is enough interest. ...Show All

  • Visual Studio Team System Getting revision number from teambuild build number

    Hi all, It seems that TeamBuild defines the buildnumber for a given build in a manner similar to "20060531.13". We would like to use this information when updating the AssemblyInfo.cs files. Namely, to use the 20060531 part and the "13" part in the AssemblyVersion build and revision fields. We are already using the AssemblyInfo task, but we see that it maintains it's own incremental numbers, which are not related to the TeamBuild incrementals, which means that are Assembly versions will not tie in with the lables applied in TeamBuild Is there any properties other than BuildNumber that would give us separately the 2006053 ...Show All

  • Windows Forms When/Where should I instantiate the control when placing on the designer

    I'd like to pre-populate some properties of a control when drag'ndrop from the toolbox onto the custom designer. When should I set these properties During the onselection, drag event, or somewhere else Thanks, Alan Hi Martin, I am try to solve the same problem. I only want to initialize the properties when a toolboxitem is dropped. In the ComponentAdded event handler I can't distinguish between a toolboxitem drop, a paste, and a redo operation. ...Show All

  • Visual Studio MSBuild task use VSIP or VS automation?

    Hi, Is it possible for a task I write (that's called from MSBuild) to use VSIP interfaces or VS automation I've created my own output window pane and I'd like my MSBuild task to write to that custom output window pane. Thanks! It should be possible for your task to use VSIP interfaces or VS automation to communicate with your custom output pane. I have to admit, though, that its not something that we've tried. One thing you should make sure though is that if the project is built from the command-line that the task will fall-back gracefully in the absence of VS. Hope that helps! ..Kieran ...Show All

  • Windows Forms How do I simultaneously display a container and its child controls?

    How do I simultaneously display a container and its child controls I have seen similar posts as this throughout the web and the community, but cannot seem to locate an answer. It seems the regions where controls are laid out are not invalidated by the container and show the window beneath. I see this with switching between forms, but in my case I also see it when switching between tab pages. I have tried setting double-buffering through SetStyle and overriding OnPaintBackground for the controls, the parent container, the tab page... but nothing works. It doesn't matter how many controls are on the form, its just that its a little mo ...Show All

  • Visual Basic How do You Change the width of a Excel cell or columns in VB.Net

    I am having problems trying to change the width of a cell or even columns programatically in VB.Net. I have created an excel object and I can get data into excel, but I can't seem to find the right way to format the cells and columns. Here is what I have thus far. Dim xlApp As Microsoft.Office.Interop.Excel.Application Dim xlBook As Microsoft.Office.Interop.Excel.Workbook Dim xlSheet As Microsoft.Office.Interop.Excel.Worksheet Dim lb As Integer xlApp = CreateObject( "Excel.Application" ) xlBook = xlApp.Workbooks.Add() xlSheet = xlBook.Worksheets(1) For lb = 0 To ListBox1.Items.Count - 1 ...Show All

  • Windows Forms DatagridviewBand

    Hi This is a very small question I want to know wat is datagridview Band Wat is use & significance of this within Datagridview How & where we can use this. Thanks in advance Here is a Microsoft page I found by searching on Google for DataGridViewBand. Looks like this is something that is included in the Framework Help files too. http://msdn2.microsoft.com/system.windows.forms.datagridviewband.aspx -CN ...Show All

  • .NET Development SAML in .Net

    Hi,    Does anybody know how to use SAML in .Net Thank you, Abhishek Windows Communication Framework has plans to support SAML tokens, and patterns & practices ( http://www.gotdotnet.com/codegallery/codegallery.aspx id=8da852b9-2c0d-4eb7-a2de-77222a4075f6 ) is working in an implementation on top of WSE 3, that will interop with WCF. Good luck, ...Show All

  • SQL Server Programmatically changing a DataReader's SQL statement

    Hi, I was wondering how I could dynamically change the SQL statement (ie the SQLCommand property) of a DataReader source. The source is reading an IBM AS400 file, with the SQL statement: SELECT itrloc, itrdat, itrcen, csreg#, cstrn#, csseq#, inumbr, cstime, itrqty, itrret, itrreg, itrcst, idept, isdept, iclas, isclas, csdosp, cmcust, csacct, salit, cstntp, csldgr FROM clib.scsaltrn WHERE itrdat between 50901 and 50931 I want to programmatically change the date figures on the end (50901 and 50931) each time the package is run. I have tried to use variables in place of the date figures but this didn't work. I've also thought of using the Scri ...Show All

  • Visual Studio 2008 (Pre-release) Intermediary Router

    Using the sample, the HTTP binding (echoservice) works fine, but the call to the calculator service times out. Could it be a firewall issue I've checked this and I see no dropped packets. Also, the router is not picking up the call. Any ideas I am running windows xp sp2. Thanks, -Mathew Nolton Are you tracing the router/server to verify that the message isn't getting there Thanks, Scott ...Show All

  • Visual J# Kinda lost here. =(

    Ok.. well... I doing a small application for the first time in visual j# and I'm having trouble with some idea that I have, hope someone can help me. I have a MonthCalendar1 and i want to get the selected date in some sort of variable or something I can use to store it and use it or compare it later.. I've been reading a lot since yesterday but Ijust can get an answer... Thanks! Use DateTime dt = monthCalendar1.get_SelectionStart(); to get currently selected Date from the Calendar. ...Show All

  • Architecture Microsoft Certifications- Good, Bad, or Ugly?

    I would like your opinions on Microsoft Certifications. My opinion is posted here: http://realworldsa.dotnetdevelopersjournal.com/microsoftcertifications.htm If you go, please take the poll to the right.  I am interested because of the situation I am finding with the resume story I have in the blog. I want to know how off base or on base the architecture community feels my opinion is. Blair - you are talking sense here. It doesnt matter how many Cisco, Microsoft and other company qualifications you have - if you are going into an industry that is based around technologies that have a m ...Show All

  • SQL Server Connections

    I've got a third party download app that creates ten connections to Sql Server 2000 per user!  We've got an average of 40 users/day and so we have around 400 connections floating around all day just for this one small app!  We asked the vendor and all they will say is "it's working as designed". So here are my questions: 1.  Is there ANY reason on planet earth, performance or otherwise, that someone would require ten connections ! 2.  How can I get it across that this is unacceptable   How can I calculate how many connections Sql Server can handle   Are there any rules of thumb that I can use for leverage ...Show All

  • Visual Studio VS.2005 native C++ app : jit debugger takes hand, start loading, then app exits - no break on the exception

    I have a weird issue with VS.2005 Pro. JIT debugging seems broken. An executable crashes, I get the OK/CANCEL and click CANCEL. I then get the choice of a debugger and select a new instance of VS. The new instance starts, I see it loading and preparing like it did with VS.2003. And then instead of displaying the dialog box about the exception that occured and offering me to "break", the output window simply shows the application exited. I get no opportunity to break on the exception which occured.   What could be wrong Indeed, native exception. Had it first with my main project (a big one), thought I h ...Show All

©2008 Software Development Network