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

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

Bayeux

Member List

Hadrienlc
m_edmondson
ShaneShowers
le_beluet
PeterZ
Ross William Nelson
Chris Feilen
Ashley Lessard
Mark Kornfein
BMWAustin
jpmattis
kimkim
Swap
Xin Jin
killerless
Martin Maierhofer
rgkimball
Erik_DD
jsmircic
Ric Fisher
Only Title

Bayeux's Q&A profile

  • Visual Studio Test install on Sharepoint server?

    I've been asked to install Sourcesafe 2005 for internal testing purposes before we purchase a dedicated box for this product. However, one of the only servers in my company that is currently running Windows2003 with IIS is also our Sharepoint server. Can I safely install SS2005 and configure it's internet access on this server I'm concerned because the documentation says that the install is to the default web site on the server which I beli ...Show All

  • Visual Studio Express Editions Newb Question: Opening Forms inside main form

    I'm completely new to programming, my knowledge only goes as far as html, css and light php so I'm way in over my head. :) I've been through the tutorials but all the teach is how to pop open a form in a new window. I need it to display as though it was seamless. I've created Form1 and I want to use that as the main design of everything. What I need to do is open up all other forms created inside of Form1. For instance, if someone clicks on the ...Show All

  • Visual Studio 2008 (Pre-release) Generate Proxy class with MSMQ

      I have a server class in a console application project, the app.config file is: < services > < service type = " ServicioWCF_MSQM.CalculadoraService " > < endpoint address = " msmq.formatname:DIRECT=OS:.\private$\MsmqTransactedQueue " binding = " msmqIntegrationBinding " bindingConfiguration = " CalculadoraBinding " behaviorConfiguration = " MatchAllEndpointBehavior " con ...Show All

  • Visual Basic Pass a string to a textbox

    Hello All, I have a small issue with passing a string to a textbox.. the senario is as follow: Form1 is opened with textbox1 and button1 When pressing button1, form2 opens to allow searching in a database. Results of form2 search are listed in listview1. selecting the required reslt is by clicking the desired item in listview1. Now.. I need to pass the result to textbox1 in form1 that is already opened. How Posted In VB Languages forums; ...Show All

  • Visual Studio Team System How do i set the order in which to execute my unit tests?

    I tried setting the 'priority' of the unit tests so that they would be executed in the order i wish (i.e. priority 1,2,3,..etc.). However the unit tests are always executing in some random or unknown order which i cant figure out. Each of my unit tests has a dependency on the previous test that ran, so the order is very important to me. thanks, Craig Hi Craig If order of your tests is important, then y ...Show All

  • .NET Development Table adapter configuration wizard bug, Oracle 10g

    I have been having a problem with the table adapter configuration wizard in Visual Studio 2005.  When I try to configure a table adapter that includes 2 or more tables joined together, the designer reports the following error: Syntax Error: Expecting '.', identifier or quoted identifier. When I hit Ok and return to the dataset, the data table does no include my queries columns.  If I try to add the columns manually, I get a very si ...Show All

  • Visual Basic Is it possible to loop through varibles

    Working on Microsoft Visual Basic 2005 express edition, I have got ten varibles called a1 to a10 and another ten called d1 to d10. Is it possible to create a loop that has: a+(loopnumber) = d+(loopnumber) Public Shared Function BinarySearch (ByVal array As System.Array , ByVal index As Integer , ByVal length As Integer , ByVal value As Object ) As Integer Member of: System . Array Summar ...Show All

  • Visual Studio 2008 (Pre-release) Hyperlink in a RichTextBox - no ToolTip?

    Quick question: When I set the ToolTip property on a Hyperlink that is then embedded into a RichTextBox, hovering the mouse over the hyperlink doesn't display the tooltip*. Why is this, and how can I make the tooltip appear properly * For that matter, clicks are not correctly interpreted by the Hyperlink either, I have to programmatically attach a MouseDown handler to deal with launching the link's NavigateUri ...Show All

  • Visual C# problem with memory

    Hi everyone, I have a uncomfortable problem. I've made a simple application, but when I started it , It takes about 10MB of RAM memory. How is it possible. Where can be the mistake Thanks for your answers hi, don't worry from the size of your program in memory just try to minimize your application and read the value again , when you restore it again you will find it allocate the half or third of the size t ...Show All

  • Visual Studio Team System One of the team mate not able to access anything in VSTS even with exact same permissions as others

    Hi there,      I'm not sure why this is happening as most of the people are able to access Project just fine and open bug, query bugs etc. just fine, but one of the team mate with exact same right and permisions as other is not able to open bug, see query or even reports are not list in Under Reports section. in Team explorer for her. W hen she get to the part about trying to add a bug, it does not do anything.  She ...Show All

  • Windows Forms 5 errors that I dont really get why they there...

    Hey, in my spell check code I got 5 error and I dont get them, I downloaded a "DLL" and I added the stuff in just like it said to, and then I added in the code, so here is the code that has errors in it, I am gunna say the line and then next to it will be the code, the errors are underlined and bold: CODE: LINE 140: Private Me .SpellChecker.MisspelledWord += New NetSpell.SpellChecker.Spelling.MisspelledWordEventHandler(Me.S ...Show All

  • Smart Device Development Zoom Effect

    Hello, I am working on a project in C# on creating a zoom effect with a jpg image (taken from an SQL database) in a picturebox. The image is shown, however, I would like to zoom on the image, or at least the part of the image (preferably where I clicked it with the stylus). I used the following website as my guide to do this. http://msdn2.microsoft.com/en-US/library/ms229648.aspx I used: private System.Drawing.Image bmpZoo ...Show All

  • Windows Forms DataGridView: is there a verbose method for determining ColumnIndex?

    I need to launch a routine when the DGV_CellBeginEdit event fires and a certain column is selected. The following works: If e.ColumnIndex() = 5 Then ''''Launch Routine End If For clarity, I would prefer to specify the ColumnIndex verbosely (ie: by ColumnName) rather than using "5". Is there any simple method for doing that What expression can I substitute for "5" that will be more intuitive when I have ...Show All

  • Visual Basic Desposing of a bitmap. "OBJECT REFERENCE NOT SET TO AN INSTANCE OF THE OBJECT."

    I am having memory problems.  I can watch the memory used climb to 100% during the operation of the program and then fall off again.  The sample code included contains the area where I suspect my problem lies.  I am declaring a new bitmap each time I run the procedure and not disposing of the old one.  As you can see, I have tried the simple direct approach to getting rid of the old bitmap by simply disposing of it.  Unf ...Show All

  • Visual Basic .exe only runs on some computers

    I just created a utility program, compareAB.exe. It runs on some computers but not all. On some computers the following error message is displayed: Run-time error '339' Component 'COMDLG32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid. I feel that I must have missed some packaging option when creating my .exe file that would have included all the resources necessary for this program to run ...Show All

©2008 Software Development Network

powered by phorum