Software Development Network Logo
  • Microsoft ISV
  • Windows Vista
  • Windows Forms
  • Visual FoxPro
  • Visual C++
  • Audio and Video
  • VS Team System
  • .NET Development
  • Game Technologies
  • Smart Devicet
  • Visual Basic
  • IE Development
  • Visual C#
  • SharePoint Products
  • SQL Server

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

Rossel

Member List

ranger28
dakota367
Yulia
docinthebox
brenzy
Recycler
slickred
Horst Klein
Duane Douglas
MrSock
skeezix
persistence99
RichLeyshon
Avi Edri
hmayer
IdoMC
Rahul B
Tom K
Scottw512
craigory
Only Title

Rossel's Q&A profile

  • .NET Development .Net Framework 1.1 and its Service Pack 1

    Does anyone know whether the current .Net Framework 1.1 download from Microsoft also includes the SP1 changes Or does one have to download and install both files to be up to date Robert Werner http://PocketPollster.com Hi Robert, No, there is not a single version of the .NET Framework 1.1 that includes the SP1 changes. You will need to download and install 1.1 and then 1.1 SP1 as separate steps. You can also use steps like the ones at http://blogs.msdn.com/astebner/archive/2005/03/05/385971.aspx to create an administrative install point that includes the .NET Framework and any hotfixes or service packs that you would like to include with it. Thanks! Aaron ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Working with buffers in 2D

    Hello all, I've been trying to figure out how the system with backbuffers work. In all examples I have found people are clearing the buffer before they draw something new. graphics.GraphicsDevice.Clear(Color.Black); ...draw some sprites... graphics.GraphicsDevice.Present(); I guess that when you enter the Draw method you are working with the backbuffer, so the clear() and the sprite draw() will affect the backbuffer. After that you call the Present() to draw the recently made backbuffer on the screen. My problem is that this is not how I would like to do it in my case. Everytime I enter the Draw() method I would only like to add some new things, and not clear anything. The easiest way to do this is to not have any backbuffer at all, but I ...Show All

  • Visual Studio SubreportProcessing not firing, does it have to be an executable project?

    Summary: SubreportProcessing is not firing when the project output type is not executable. Hi , I am using LocalReport in my application. All the reports are located is inside a library and also all of them are embeded inside the assembly, so far everythings worked fine until I tried to use a subreport. I notice for some reason the SubreportProcessing event does not get fired, in order to test the application, I copied exactly the same files into an executable test project, and I noticed everything work properly there. Can you tell me what is the problem   And if my guess is correct, problem is related to the project output type, how can I achieve this without chaning the project output type Many Thank ...Show All

  • Windows Forms Label within a label? C# and .NET

    Hi guys. I have an interesting issue. I have labels created dynamically at runtime in my app, and placed in a flow panel. What I need is for some of those labels to have an extra label with a single digit placed in one corner. What I have so far done is created a class which derives from a label AND has a label in it. i.e. class Slide : Label { public Label l_IndexLabel; public Slide() { l_IndexLabel = new Label(); } public void SetUpSlide() { l_IndexLabel.Text = this.Tag.ToString(); l_IndexLabel.Size = new System.Drawing.Size(10, 20); l_IndexLabel.BorderStyle = BorderStyle.FixedSingle; l_IndexLabel.Location = new System.Drawing.Point(this.Right - 10, this.Top + 20); l_IndexLabel.Show(); l_IndexLabel. ...Show All

  • Visual Studio VSS icons in VS

    I have been using VSS2005 together with VS2005 for a little while now. I have managed to figure out what the meanings of some of the VSS icons that get displayed in the solution explorer window and in the VC class wizard windows are, but I recently saw an icon that I was not sure about. Is there a list somewhere that gives a detailed explanation of meaning of the various icons Thanks. This may help http://msdn2.microsoft.com/en-us/library/ms181372(VS.80).aspx Some of the items are not used by source control (e.g. editable, orphaned, readonly). These items are in the same list with scc icons (for legacy reasons), but are used by projects to display project-specific status (I think VC uses some of ...Show All

  • Visual Studio Express Editions dataset and datagrid problems

    i have a db (access file) i draged a datagrid and connected the thing to the dataset in wizard it automathicly gave me this line in my load function this .workersTableAdapter.Fill( this .db1DataSet.Workers); now i see the rows inside the grid, but i cant seem to change them (when i reopen the program, the rows are the same they were) if someone here knows the subject and can give me some pointers that could be great (if that someone has an email address, icq, or msn, even better, maybe i could even send it to them if they would rather see it with their own eyes) both :/ im kinda new on the server biz so maybe im doing something else wrong can either of you give me their email/icq/msn it would go ...Show All

  • SQL Server attaching DB without .ldf file ???

    hi !! I want to attach database to SQL Server, but I'hv only .mdf file. I lost .ldf file, how should i attach this DB to server Thanks SP i dont know whether you can change the db into emergency mode coz its currently recovering,anyways try alter database dbname set emergency if its not working try to bring the db online by, restore database dbname with recovery but i am not sure if this works ...........cool ...Show All

  • Visual Basic createing a text file

    Hi...i used to play around with vb 6 and now i have 2005 and i gt say...i can learn chinese faster then i can learn it... can someone show me how to create a simple text file in the programs folder and can you explain the code so i can learn how it workts..thanks! ooook very confused still. i want to read from the file first in form load (automaticly from start)...save each line in a array so i can use it later (as in compare the line to others..and wat not) then during the program print the same data or new data as output when i press chxAdded which is a check box and when i close the program. (would it be easyer if i sent you my program ) so because its not using a button what do i put for ReadTextFromFile ...Show All

  • Visual Studio VS Host Assembly Resolving and parameter passing problem

    Hi, I need to pass some parameters to my template engine using VS host. I'm able to do it using TextTransform.exe tool, but now I need the same inside Visual Studio to have possibility run transformation from Vs as well as from command line. I check the code of TextTemplatingService.ResolveParameterValue and didn't find any way how link VSProject properties to template parameters. I think this is a valuable feature when you whant to change the behaivor of templates based on Configuration (Debug, Release), for an instance. Probbaly I just failed to find it. And second problem is assembly reference resolving. I'm able to specify the path where looking for my assembly when using TextTransform.exe tool and not able to specify it for VS ...Show All

  • Visual C++ VS05 saying project (unmanaged) is out of date and needs rebuilding when it has just been built

    Hi all Can anyone give me an idea of how to fix this somewhat annoying problem I have several projects in my solution. All are C++, some are managed and some are native. When I try to run the program - even if I've just done a build - it tells me that several of my projects (all the native ones) are out of date and need to be rebuilt. When I click yes, it will go through these projects and run the linker (at least the output window says "Linking..."). The linker doesn't actually do any linking (takes about a second to finish) and then goes on to the next project. Once its finished all the projects it will start running. If I stop running and then try to run it again, I have to go through the same process. Does anyone ...Show All

  • Visual Basic Disabel or Enable the DELETE key programatically

    I wander if any body has a VB.NET or C#.NET code for disabling and enabling the DELETE key programatically; this problem is giving me a headache when using master detail relations using datagrids; please help thank yoy ziad dodin HI I got the same problem, but when some one deleting the text in a combobox using delete key on the keyboard. can you suggest me how to disable the delete key on comboboxes and text boxes in vb.net ...Show All

  • Visual C++ Connecting Access database vis managed code via ADO.net.

    Hi; Could someone point out my code error here. When I try to compile I get a C2065 OleDbConnection undeclared identifier error msg. Here is my code: #using <mscorlib.dll> #using <System.Data.dll> using namespace System; using namespace System::Data; using namespace System::Data::OleDb; #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { // The connection //string cnNwind; OleDbConnection * conn = new OleDbConnection(); conn->ConnectionString = S "Provider=Microsoft.Jet.OLEBD.4.0; " S"Data Source=C:\my_databases\taxLots.mdb"; // The connection string try { // Open Database conn->Open(); Console::WriteLine(S"Connected to database successfully ...Show All

  • SQL Server Paging in Stored Procedure

    I got this code on internet for Stored Proc paging. This will work if my final result is the order of eployee id. In my case my final result is in the order of emplyee name. What i have to change in below code so i can have paging in SQL plus my order is by name. I dont want to create Temp table. Becuase i think Creating temp table is overhead to sql server and in that case i'll use Datagrid defualt paging and return all rows always.(My total number of rows will not be more than 300 and in 70% cases they are below 100) CREATE PROCEDURE [dbo].[usp_PageResults_NAI] ( @startRowIndex int, @maximumRows int ) AS DECLARE @first_id int, @startRow int -- A check can be added to make sure @startRowIndex isn't > count(1) -- from ...Show All

  • Visual Studio Team System Enabling C# Test template in VS 2005 Team Edition for Software Artchitects

    Hello, I have VS 2005 Team Edition for Software Artchitects, and when I do New>Project>C#, I do not get the option to create a Test Template. The machine I'm using laready had the software installed when I got it, and I know that other people on the team (with same VS version) have access to this template. How do I enable this feature Thanks, Hi Nardev, I think that topic contains a bug. Visual Studio 2005 Professional does not support Test projects. I'll log a doc bug. ...Show All

  • SQL Server SQL Server Everywhere Edition Tools for VS2005 SP1 Beta are available

    Dear Community, Microsoft SQL Server 2005 Everywhere Edition Tools for Visual Studio 2005 Service Pack 1 Beta is available for download at the following location: http://www.microsoft.com/downloads/details.aspx FamilyID=61289b5d-af86-45dd-8962-e7dcc5221796&displaylang=en Microsoft SQL Server 2005 Everywhere Edition Tools for Visual Studio 2005 Service Pack 1 Beta is installed after the installation of Visual Studio 2005 SP1 Beta and updates the Smart Device Development components in Visual Studio 2005 SP1 Beta with the SQL Server 2005 Everywhere Edition design time UI/Dialogs, device CAB files, and includes new features like |DataDirectory| and ClickOnce support for ease of deployment We would highly ...Show All

©2008 Software Development Network