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

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

mll

Member List

Michael Harmsen
RZ4
agrodude
Chris Smeds
Sergey Averchenkov
M_Luka
rs2005itw
TelecoCaixa
Jain2005
axp
CBrittWardSr
khurrammughal
SammyLim
Priddin
Maasai
Devendra Chandola
parheric
QldRobbo
madhive
TypeON
Only Title

mll's Q&A profile

  • Visual Studio Tools for Office Word Add-In Office 12 Deployment

    I'm developing a Word 12 add-in for Office 12 (beta 1), but the deployment fails for some reason. I'm deploying my plugin using the msi installer. PIAs are installed by default, Access to code is granted and the VSTO runtime is installed on the host computer. If the project runs as shared add-in (as under Word 2003) it works fine. But changing the project type to Word 12 add-in does not work for the deployment. Is there something that must ...Show All

  • Visual C++ Problem with the beginning

    Hi, I am using Microsoft Visual C++ 6.0. And in the beggining I have problems - I can't compile even the simpliest programme - have a look: http://img525.imageshack.us/img525/1778/fg4dz.jpg Help me please. And after that, how to link libraries in Ms Visual C++ Thank you in advance. The VC2005 Express is free and you can download it from http://msdn.microsoft.com/vstudio/express/visualC/default.aspx Thanks, ...Show All

  • Visual Studio Express Editions ListView Control

    Help Me!! LOL. I can't figure out this darn control. Item and then SubItems. List View Control. Thanks alot. It is not so much to figure out, a ListView has Items, each Item can have SubItems SubItems is what you see in windows explorer when you have a detailed view. Everything after the filename are subitems. ...Show All

  • Windows Forms graphics flicker problem (double buffer not working)

    I am trying to create a simple Breakout type game. I have a game panel on my form that holds my game (the paddle, ball, and board of blocks). I use a timer with an interval of 10 to move the ball a set distance every tick. The problem is that I also draw the board everytime this timer ticks and it flickers. I tried setting the doublebuffered attribute of my form to true but it didnt help. Anyone have any ideas either a different/ebtter way t ...Show All

  • Visual Studio Team System Visual Studio crashing all the time

    I have two virtual servers running, one with Team Foundation server Beta 3 and Sql 2005, and one with Visual Studion Team edition RC installed. When working on the Visual Studio box, it constantly crashes and especially when working with tests.  Both virtual machines have 1500 MB of memory allocated. Is this not enough maybe I had the previos betas installed as well and they did not crash this often. Seems a bit too much fo ...Show All

  • SQL Server MS SQL Server Language Support HELP

    Hello, I was wondering if someone could help me with a question I have about MS SQL Server.  I have looked all over for an answer and have been unable to find anything.  I am trying to decide which database to use for a project.  I will be using the english language to put the information in the database, but when I give the finished product to my client, he will be putting things in greek.  So, my question is, Does MS SQL ...Show All

  • SQL Server I want make table 4 like this one in SQL server 2005

    I Have 3 table Like this: Table 1: Name = Tbl_Mian_code M_Code Master_Code Master_Name Main_Type Main_Gruop Main_Txt 1001 1001 Bank 01 01 1002 1002 Cash 01 02 1003 1003 Good's 02 01 Table 2: Name = Tbl_Mian_code Id_2 Main_Code Sub_Code Master_Code Master_Name Sub_Txt 1 1001 0001 1001 0001 Bank_Visa ...Show All

  • SQL Server Joining Table Operation

    I have two tables Customer and Customer Details. Both are joinde with cust_id. How can I insert data both the tables at the same time using ado.net. Should I insert individually or can I use JOIN operation for insertion. Please correct me with an example would be really appreciable. Thanks in advance YOu can’t do a multi-insert in a table, you have to wrap these two statement in a transaction and execute / commit these two statements toget ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Real time sound processing

    Hello. Although this is not a game-related question I figured I might as well post it in this forum because users here have a lot of DirectSound experience. I need to find a way to capture audio from the microphone, apply some effects to it and then output this back to the microphone stream, so that other applications which are recording from the microphone would receive the modified audio. I was wondering if this is possible with ...Show All

  • .NET Development problem with Properties window - pls help !!

    Hi im using Microsoft Visual Studio .NET 2003 Whenever i open a new project or while designing any other projects, click on Properties icon the framework windows gets disabled and the properties window does not open. I am only able to open it when the project is in Running mode If any of you have faced such problem kindly guide me through this. Thanks in advance minzi I don't see what this has to do with this "XML and the .NET framewor ...Show All

  • Visual Studio Team System Cannot create new team project after upgrade from B3 to RC (error TF30217)

    Hi, after upgrade from TFS Beta3 to RC we cannot create new team projects (team explorer was upgraded, too). We receive error TF30217. The log file looks like this: 2006-02-15 19:34:59Z | Module: Internal | Team Foundation Server proxy retrieved | Completion time: 0 seconds 2006-02-15 19:34:59Z | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 2006-02-15 19:34:59Z | Module: Internal | The template inf ...Show All

  • Windows Forms Linked Scrolling of 2 TextBoxes

    I have 2 TextBoxes with content of the same height.  How do you link the scrolling so that scrolling one also scrolls the other   Best example use of this would the diff comparison feature of SourceSafe.     Thank you very much...i was trying to solve the same issue here. ...Show All

  • .NET Development How Big an Executable could be?

    In escenarios where tha target is a complex application, the final executable file could have more than 4 o 5 Mbytes size. The size of exe files have impact on client machines   How big exe files could be   Is there some paper with recommendations regarding this topic Or,  are thre some recomendations or strategies to develop complex applications Thanks Campo         The size of exe f ...Show All

  • Visual Studio Team System Deleting TeamBuilds in the RTM

    In the RTM of TFS will we be able to delete past team builds from within the IDE or are will still limited to using tfsbuild delete from the command line Thanks Hi Graham - We are not supporting any UI way of deleting builds from Team Build in the RTM version also. The command line way is the only option provided. ...Show All

  • Visual Basic Controls Flickering when drawed on the form

    Hello there :) This was a Problem in Visual Basic 2003 when having a Form with about 150 Controls the form simply consists of panels and those panels have Labels and controls beside hem the form itself has a background picture ,,, the Panels also have backimages the Problem is when the form is shown the controls are being drawn really slow ... (the form is 1024*768) that wasn't a Problem at all back in VB6 anyway I saw that Visual Basic 2005 has ...Show All

©2008 Software Development Network

powered by phorum