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

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

uccoffee

Member List

NeilDholakia
Andrea_A
Kofi J.
ingriT
CDI2005
sqltechlead
Alin Constantin - MSFT
Eric Marthinsen
Da_Booblik
PhilipWagenaar
DVINH
Ted Herrman
Towering
MicScoTho
t_o_n_y
Thanh Nguyen
SaliDM
Thomas Pagel
Jacky Yiu
BJT
Only Title

uccoffee's Q&A profile

  • Visual Studio Team System newbe Q about SP2 and Visual studio 2005

    Hello, I am new to visual studio as you can see from the type of my question,..which is: Do I MUST have SP2 on XP Pro in order to have a working well visual studio 2005(beta) I know SP2 is recommended, but I am asking If its a "must have" in order to make visual studio work properly. Am I gone have problems using my visual studio 05 without SP2 Thanks, newbe. No, you musn`t. SP has nothing that is required for installing and correct work of VS 2005. Try to run setup.exe this way: setup.exe /NO_BSLN_CHECK ...Show All

  • Visual Basic How to determine the SERVER.TRANSFER'ing aspx page.

    Hello, I'm wanting to know how to determine the page that was just transferred away from.  For example given three web pages; CallerA.aspx, CallerB.aspx, and TargetC.aspx.  Both CallerA and CallerB can perfrom a 'Server.Transfer' to TargetC.  TargetC.aspx which needs to appear differently based on where the transfer came from.  TargetC also uses properties from the calling page in order to retrieve information from that page. In VB2003 we used code such as this: If Not IsPostBack Then    If TypeOf (Context.Handler) Is  CallerA Then        'Get a reference ...Show All

  • Visual Studio Express Editions what is visual basic???

    what is visual basic what is his work in windows, what you can do with it Sorry if the question sounds stupid, but i realy don't know! http://en.wikipedia.org/wiki/Visual_basic Hey Blair.... Thanks for the Cool Definition...... We are where we Come From...... Sometimes Good.... Sometimes Bad.... Cheers ...Show All

  • Visual Studio Team System Open solution of other user

    G'day, I am looking on the following scenario for the shared PC: Bob logs in using his account to computer A Bob performs get latest to <folder> for the <solution> in his <workspace> Bob performs required activities with the files in his <workspace>, finishes up his activities and logs off Alice logs in using her account to computer A Alice opens <solution> in <folder> using "Open..." Visual Studio menu Error that "bingings are improper..." is displayed Now, I am asking because thats the scenario which was rather frequent when using VSS. One starts worki ...Show All

  • Visual Studio Express Editions Reference an Array using a String Variable

    I want to be able to pull an array using a string that I built. Is there any way to do this Here is my example code: dim ary1() as string dim ary2() as string private sub test() dim totalLength as integer dim i as integer totalLength = 0 for i = 1 to 2 totalLength = totalLength + getAryLength(i) next i end sub private function getAryLength(i as integer) dim ary as string ary = "ary" & cstr(i) 'This is the part where I want to be able to reference the array by use of a string whose value is the same as the name of the array. This onbivously doesn't work. Any suggestions/help getAryLength = getUpper( ary ) en ...Show All

  • Windows Forms I'm going nuts here...

    Trying to find a control that will display nicely formatted text (preferably HTML) dynamically on a Windows form. Does anyone know or have experience with such a beast I have searched all over the Net and found lots of "browser" controls, but I don't want a Web browser - I just want to display nicely formatted text on a Windows form!! Like this: Dim sbText as New StringBuilder() With sbText    .Append("<p><b>This is a bold statement!</b></p>")    .Append("<p>This is a not-so-bold statement.</p>") End With Me.SomeCoolLabelControl.Text = sbText.toString() Any help here would be ...Show All

  • Visual Studio Team System So what happens when Orcas comes out?

    Will the people buying TFS and TS right now need to pay for an upgrade I would bet on it. Microsoft is shelling out the bucks to build it, so I would assume they would want to have a return on that investment. ...Show All

  • .NET Development How to Log File Reads on Server Share

    I am hoping to create a Windows Service that logs file reads on a server share. Unfortunately, the FileWatcher class only traps Changed, Created, Deleted and Renamed events. I am currently investigating Windows Messaging to see if this offers any possibilities. Any suggestions as to how to approach this problem would be greatly appreciated. Please advise if there is a more appropriate forum for this question. The Filemon utility from SysInternals does all this for you, you might just be able to use that (the enterprise version can spit it out to a log file I believe). http://www.sysinternals.com/Utili ...Show All

  • .NET Development [VB.net] Add a TimeStamp

    Hi! I already asked something about Accessing an Access-Database in following Thread : http://forums.microsoft.com/msdn/ShowPost.aspx PostID=119542 That works! But now, I've got another question. I want to add a Timestamp into an Access-Database. For that, I tried following code : Dim insertsql As String = "INSERT INTO t_Personal(TIMESTAMP) VALUES(@TIMESTAMP) Try   Dim myconn As OleDbConnection   myconn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=Personal.mdb;")   Dim insertcmd As New OleDbCommand(insertsql, myconn)    insertcmd.Parameters.Add("@TIMESTAMP", OleDbType.DBTimeSt ...Show All

  • Visual C++ Using Openmp with VisualStudio 2005 (Express)

    Hello, I was very glad to see that Visual Studio 2005 would support Openmp. While I'm waiting for the full release of VC++ 2005, I'd like to have a try with the Express edition and Openmp. I've successfully installed the Beta version of studio and the platform SDK, setting paths and so on. But unfortunatly, I cannot find Openmp includes and libraries (omp.h, vcompd.lib) anywhere on my disk, neither on the internet. I thought this would be part of the plateforme SDK, but even if I've installed the whole package on my machine, it seems not to be there. Could someone tell me where Openmp library can be downloaded from If it ...Show All

  • Windows Forms form close reason

    Hi! I would like my form to be hidden when the use clicks on the window close button (the X button on the top-right corner). The e.CloseReason does not provide a value to determine that this particular button is the reason that is closing the form. This was very simple in VB6: Private Sub Form_QueryUnload(Cancel As Integer , UnloadMode As Integer )     If UnloadMode = vbFormControlMenu Then         Cancel = True     End If End Sub   How is this possible in .NET Forms Please read this thread: http://forums.microsoft.com/msdn/ShowPost.aspx PostID= ...Show All

  • Visual Studio Team System team build of C# and C++ projects

    Hi, I am working on managed code projects written in C# and C++. Now, iam trying to build using Team build. It seems its not possible to build them with one buildtype because platform settings. Is there any possible solution Thanks in advance. Yes, you can build them in one build type. Use "Mixed Platforms" as the platform. Thanks. ...Show All

  • Visual Studio Tools for Office Is it not possible to update tables with ListObject without dataset (created through wizard)

    Hi, I am new to VSTO. I am still not getting any suitable answer for my earlier posts. Let me expalin my actual problem: I have used following code to bind the ListObject: DataSet dsTrims = new DataSet (); dsTrims = MyDataAccessLayer .Provider.ExecuteDataSet(System.Data. CommandType .Text, strWhere); this .bindingdataSource1.DataSource = dsTrims.Tables[0]; myListObject.AutoSetDataBoundColumnHeaders = true; myListObject.SetDataBinding(bindingdataSource1); My where string is as follows: strWhere = " SELECT tablename1.tb1col1 , tablename1.tb1col2 , tablename2.tb2col1 , tablename2.tb2col2 , tablena ...Show All

  • Visual Studio Express Editions collections questions

    Hi, 1)why there is a split between IEnumerator and IEnumerable. I mean, why did the designers of .NET decide it was necessary to implement 2 interfaces in order to support enumeration why we have to implement two interfaces Ienumerable,Ienumerator 2)what are custom collections 3)what are strongly typed collections 4)Difference between Icomparer and Icomparable 5)Difference between sortedlist and Hashtable 6)Collectionbase Please provide answer for the above questions. Thanks in advance. 1 - Because it means some classes can generate enumerators, without actually implimenting one 2 - that's pretty loose. How do you mean 3 - coll ...Show All

  • Visual Studio Express Editions How to rename title bar in folderBrowser Dialog?

    Hi, I want to chage the word "Browse for folder" to something else. Can anybody tell me how to do this Thank you in advance hi, i've already set the Description text to some other thing and also want to change the title bar. As in the file save/open dialog, also got a property to change the title. anybody can help ...Show All

©2008 Software Development Network