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

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

Bobo78

Member List

spnz
EricT
Devil_Soul
VMNK
Auschunky
William McIlroy
GLS_1985
rote
Steeler
MrKnudsen
shjuspea
mrgreentie
erni_lee
Chris O'Brien
ClemsonTiger01
SathishKumar
big71
xsc
fireballgfx
Guillermo G.
Only Title

Bobo78's Q&A profile

  • Visual C++ /CLR: All files recompile when I change a referenced C# library?

    Hi! I have a MFC application (compiled with /CLR)  which references a C# library. When I change something in my C# library, the whole MFC application recompiles (more than 200 files!). Is there a way to prevent this The C# library is used only in 1 file, so it would be nice, if only this file compiles. Thanks for any help. Jus   Take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx ...Show All

  • Visual Studio 2008 (Pre-release) Set a mouse cursor position ?

    hi, 1. I want to set the mouse point to a specific position. For example, set the mouse cursor to (798,871). How can I do it 2. I want to simluate the keyboard pressing. For example, press RIGHT arrow. How can I do it These problems make me confused a lot. Thanks. for #1, you probably have to use interop to do it. using System.Runtime.InteropServices; ... public class MyClass { ...Show All

  • Visual Studio Team System Visual Studio crashes running web test many times

    I have built a web test with the view to running as part of a load test. For the most part I can run the test fine from Visual Studio and have done so with up to 250 cycles of the test (i.e. fixed run count of 250). As I had it running so well I decided to increase the run count and leave it running while I went on holiday so I set the run count to 10000. So it would be like a single user running this process over and over. In addition I figu ...Show All

  • Windows Forms Code Validation

    Hello, I need some sound advice, here is the scenario: I have a mdiChild form that contains a button that launches a owned (owned by the mdiChild) form. My questions is: What is the most effective way to pass data from the owned form to&nb ...Show All

  • Visual C# selecting a listbox item when you rightclick on it

    Hi, I am trying to select an item in my listbox just (only) when you right click on it. I have tryed with MousClick, MouseUp, MouseDown, MosueHover but the item is selected when I left click on it, and nothing happends when i right click on the items how can i fix it thanks Hi, I have used MouseDown with following code: private void listBox1_MouseDown( object sender, MouseEventArgs ...Show All

  • Architecture Guidance Needed on User Interface Process Application Block (UIPAB) - Starting a Open Navigation Task

    Does anyone know of a good existing walkthrough-style tutorial on the UIPAB I've read through the whole reference to the UIP Application Block a couple of times but I'm confused by something stated in the UIPAB reference: Under the heading " Starting and Resuming Tasks " the reference tell you that to start a task you must call: UIPManager.StartO ...Show All

  • Visual Studio 2008 (Pre-release) Why is everything in Avalon so blurry?

    As my title says its all, everything in avalon seems so blurry, XamlPad is blurry as! :S Sean, see this post by Chris Han in response to your similar post on another thread. ...Show All

  • Visual Basic "First run" routine with null variable: Where to put it?

    I'm almost finished with a Windows Application (written in Microsoft Visual Basic 2005 Express Edition) that is dependent on user settings.  I want a "first run" routine that will execute a block of code if some user setting is null (i.e. empty, or has no value associated with it).  On the other hand, I want it to do nothing if the very same user setting is NOT null (i.e. has a value associated with it).  I think I know the code f ...Show All

  • Visual Studio Team System Request/Sec Range value

    I am running a loadtest consisting of a single recorded web test, with a constant 50 User load for 15 minutes. The test requests data driven aspx pages from my localhost, with the necessary parameters being stored in csv files and bound to the test. After running the test (and other ones like it) I consistently see values such as: Total Request 125,338 Req/Sec: Range 1000 , Min 0.0, Max 199, Avg. 138 Avg Response: Min 0.01, ...Show All

  • Visual Basic Index was outside the bounds of the array.

    I am trying to display to role my user is in a label and it works just fine as long as a user is in a role. If the user is not in a role then I get this error message: Index was outside the bounds of the array. on this line labelRole.Text = strRoles(0) I am new to programming, but I am getting the error because the string is empty <code> Dim strRoles As String () strRoles = Roles.GetRolesForUser(UserName) If Not strRoles Is ...Show All

  • Visual Basic Adding Data to the original Data Source/Access Database

    I have followed a number of walkthroughs whilst using Visual Basic 2005 as part of the Beta 2 Visual Studio. My problem is starting when I want to send information back to the original data source (an Access Database) Now, my form loads the information from the datasource (northwind customers table) however when I try to create a new record, the changes are reflected in the dataset, ie the record is created and i can see it if i navigate off and ...Show All

  • Windows Live Developer Forums Submit an App - Get the Windows Live Messenger Beta!

    Would you like early access to the Windows Live Messenger Beta Starting today, November 8 th and running thru 9:00am PST on Monday, November 14 th The first 5 people to submit Activity Apps to the Worlds Best App contest and successfully pass compliance checking will receive an immediate invitation to the Windows Live Messenger Beta! Be one of the first people in the world outside of Microsoft to run with the next version of Windows ...Show All

  • SQL Server Query Runs Perfectly in SQL 2000 but not SQL 2005 (but runs fine in Query Analyzer for 2005)

    The following query: SELECT TOP 1 a1 . AccountType as 'OtherAcctType' , a1 . ListID as 'OtherAcctName' , a2 . ListID as 'AgCommAcctName' , a3 . ListID as 'AdminAcctName' , a4 . ListID AS 'InsAcctName' , v1 . ListID AS 'OtherAcctVendor' , v2 . ListID AS 'AgCommAcctVendor' , v3 . ListID AS 'InsAcctVendor' FROM tblCommissionStructure LEFT OUTER JOIN tblAccounts AS a1 ON a1 . ...Show All

  • Visual C# How to play sound from resources?

    I can play MySound.wav from my disk, using SoundPlayer media= new SoundPlayer (@"c:\MySound.wav"); media.Play(); But i want this sound was included to my program. I add it to resources. but SoundPlayer media= new SoundPlayer ( CsApp.Properties. Resources .MySound); media.Play(); doesn't work... I added tada.wav (X:\Windows\Media\tada.wav) to resources. This code I added to Form ...Show All

  • Visual FoxPro Primary Index/ascending order

    Hi there, It is nice to be back. This is my question for today. I am using CREATE TABLE command. It seems I can define a field as having PRIMARY KEY quality which is the same, in essence, as to say that I am assigning an 'INDEX ON' the field with some additional quality of this index being primary . The way I see it there is a great deal of confusion as to what primary means. Perhaps it is only confusion in my head, so please hel ...Show All

©2008 Software Development Network

powered by phorum