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

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

monk3yatthekeyboard

Member List

Kembreg
TRM Pluym
hostile17
DXMut
KristerS
Rune Nergard
LisaAnn
DetBerMer
Nick Parker
Solarin
cin_ful
Jayson Go
Mike C#
Seraphino
nonoandy
s77007
Maksim Libenson
sheikh78
marius bogdan
ray_ch
Only Title

monk3yatthekeyboard's Q&A profile

  • Visual Studio Team System Get latest from TFS - Need add in

    Hi I am working with TFS as scc and with VS2003. know that when I do checkout in the VS to a file, it opens it for edit but not doing getlatest as it did in sourcesafe. My question is devided to 2. Is there a way to do getlatest to a file from VS2003 is there a way to add a menu item to the rightClick menu in the solution explorer of VS2003 Thanks Avi Hi Faraz I am sorry to say that the "Half way there" staid the same but I here is what I've manages so far. Adding an item to the solution is quite simple CommandBars cmdBars = (CommandBars)applicationObj ...Show All

  • Visual Studio Debugging & Breakpoints

    Unitil this morning everything wents fine.  But now I'm trying to debug, my application (an outlook Add-In (vsto)).  I'm placed some breakpoints in my application.  When running my application in debug mode (I'm 100% sure, that application mode = debug), it won't stop at my breakpoints.  And at each breakpoint, on the mouseOver-event, There is displayed an error like 'No symbols loaded for this document'   Does someone know what I have to do, so studio breaks into debugger again (I'm working with VS2005)   TIA, Isabel Rebuilding all my project, does not so ...Show All

  • Windows Forms DataGridView and ContextMenuStrip

    Hello all, 2 questions about using ContextMenuStrip in conjunction with DataGridView: 1. How can I get a ContextMenuStrip to open only if the user right-clicks on a cell, and not a cell header/row header/background/etc My current solution is to associated the CMS with the columns, and not the DataGridView, i.e.: datagridview1.ContextMenuStrip=Nothing For Each c As DataGridViewColumn In datagridview1.Columns c.ContextMenuStrip = dgvContextMenu Next Is there a better way 2. How can code handling a click event on the CMS determine what cell the cursor was over when the context menu was activated I have a partly-working solution, which ...Show All

  • Visual Studio Team System Go-Live Licence for VSTS Beta3.

    Hi, According to Buck Hodges blog http://blogs.msdn.com/buckh/archive/2005/09/21/472618.aspx   mentioning that we can go for Go-Live License for Team Foundation Beta3. Please kindly provide us the information about to get the Go-Live License for TFS Beta3. Thanks. I'm tracking down links for this - all that's apparent at the moment is the Beta 2 Go Live license, which didn't apply to Team Foundation Server. ...Show All

  • SQL Server About Clickstream Datawarehouse

    Hello: I am a student from China.Now i am writing my graduation thesis which about Clickstream datawarehouse for e-commerce with SQL Server 2K5.But I just be a student,so i donot have a real webstation on Internet.And i cannot have the data about that,so now i cannot finish my graduation thesis.Can you have a sample about clickstream datawarehouse or weblog data i want to design a date warehouse and analyse them with SQL Server 2K5. Just sample is ok.Or some code about this is ok.Thank you! You can contact with me:chentao0405@yahoo.com.cn or MSN:forevertonychen@hotmail.com .Thank you! Although I don ...Show All

  • Windows Forms Changing Display Name in DataGrid Columns

    I hope this is the correct forum for this question. I am using VB2005 Express and SQL Server 2005 Advanced for this project. I have created an application that handles customer and order information, and contains two forms; one for Customer Entry and another for Order Entry. Everything generally works fine. On my Order Entry form, I have a number of Text/Combo boxs for entering new orders, and at bottom of the same form I have a datagrid for displaying order history. The Table I use for Order Data contains a number of items, but for simplicty's sake here: Orders Order ID Customer ID My Order Entry Form looks something like thi ...Show All

  • Visual Studio Team System Problem getting performance sessions from unit tests

    I can't performance sessions from my unit tests when I right click on a unit test. Sometimes I get: Instrumentation error while processing file <dll>: Error VSP1018 : VSInstr does not support processing binaries that are already instrumented. Code coverage in-place instrumentation: The binary <path> was changed during the test run and won't be restored. It may be restored manually from this directory: <path> Code coverage in-place instrumentation: One or more binaries in <path> were not restored. They can be restored manually by running the file 'eqtrestore_7d867ba4-e4ae-4d92-a0c6-e8e6627af8a0.bat' in this directory ...Show All

  • Smart Device Development Serial port lockup

    Hello Berry, It was good to talk to you at MEDC. We are still having occasional lockup problems with the serial port under the emulator. We have verified the problem does not exist with the test program (C#) running on the desktop under the full framework. I talked to A. Wong as we suspected the Compact Framework may be the problem. I now also have a CE 5.0 image running on our target hardware device and preliminary testing does not show the same problem (with CF2sp1). The same test program (and CF2sp1) under the emulator still shows the problem. It seems to be random and I do not have a good test program that I can reproduce the probl ...Show All

  • Visual Basic synchronous vs asynchronous

    I am a newbie and can anyone explain to me the difference between synchronous vs asynchronous programming Does .NET framework (VB 2005) is synchronous by default asynchronous means the code in the background. You should use this for procedures that take a long time to run so your program does not appear to be locked up. Synchronous means the code runs in the foreground. ...Show All

  • SQL Server Continuously Running Package

    I need to create a package that will monitor a table in a source system and when a flag is set, load data from other tables in this source system to my destination system.  Today this is accomplished with a SQL Agent job that executes every 15 minutes.  If there is no work to do the job simply exits.  I would like to create a SQLIS package that checks this control table every 30 seconds.  Can I create a package that runs continuously Again, thank you SimonS. You have been most helpfull and patient. ...Show All

  • Visual C# How to direct Drawing to a contained object (panel)?

    Hi There, I would like to draw a line within a panel on my form. Using the OnPaint event, I have been able to draw on the form object itself. Is it possible (syntatically) to direct the system to draw inside a specific control from the form's OnPaint event, or do I have to create another OnPaint event for that particular control. Thanks, Karl panel.Paint += new PaintEventHandler(myPanelPaint); void myPanelPaint(object sender, PaintEventArgs e) { } The code within myPanelPaint() will get run when that panel has been invalidated. OR, you could roll your own custom panel class MyCustomPanel ...Show All

  • Visual Studio Tools for Office SetSpreadsheetData method with OWC Chart in C#.NET?

    Hi. I am trying to export the data related to a chart into an excel spreadsheet using SetSpreadsheetData method of the chart space... in .NET but i cant get it to work any ideas or help would be appreciated.. Thanks A couple of clarifying questions: What version of Office are you using Is this an Excel Workbook Project in VSTO 2005 that you're working on Best regards ...Show All

  • Software Development for Windows Vista Media Foundation docs fail to display

    When trying to access the Media Foundation docs in the SDK help all you get is a bunch of script errors and no content. The online version of the SDK docs still seem to be for the Sep CTP release and there is no documentation entry for Media Foundation. Is there a way to fix the script errors in the SDK help Or at least bring the online versions up to date with the Dec CTP release and have those work without script errors Or do we have to wait for the next CTP/SDK release Sorry to hear you are having problems viewing SDK documentation.  Can you tell me which version of which SDK you are having ...Show All

  • Visual C# Why is the C# team allowing this to Happen? and Why do they close threads on the topic?

    Since PJ. van de Sande Closed the last thread I opened : Why is the C# team allowing this to happen I guess because he didn't click the link or he didn't like the topic.  I brought the link information here.....  So I ask again... Why is the C# team allowing this to happen   If he closes it again, please respond here From the Blog link: From Tom Archers blog Why so many examples in Visual Basic We find another thing for us to ignore from MS when trying to do what they do, and not what they say to do. This blog from Feb I wrote touches on the VB.NET & C# mess discussed in the threads ...Show All

  • Visual C# How To Draw Image forms center

    How To Draw Image forms center private void Form1_Paint(object sender, PaintEventArgs e) { //code } private void Form1_Paint(object sender, PaintEventArgs e) { Bitmap bp = (Bitmap)Bitmap.FromFile(@"e:\123.jpg", false); Graphics g = this.CreateGraphics(); g.DrawImage(bp, (this.Width - 200) / 2, (this.Height - 300) /2, 200, 300); ============================== -----If must add two parameters ---For example : g.DrawImage(bp, new Rectangle(this.AutoScrollPosition.X, this.AutoScrollPosition.Y, (int)(bp.Width), (int)(bp.Height)),GraphicsUnit.Pixel ...Show All

©2008 Software Development Network