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

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

Gena

Member List

aats139
Ron Holmes
AndrewMK
Odair
Reg2880
Jim Sn
Dean Phillips
Andrew
Hoahai
Michael Entin - MSFT
SLMOFLZ
Kevon
Varandas
Andrea43086
ErSehmi
Scott Barrett
hda
Dilmer
Vic-Viper
cave_troll
Only Title

Gena's Q&A profile

  • Windows Forms Labels changing size/font size on different computers

    A testing version of my application has been installed on several computers at the client's office. On some computers, some of the labels appear to have changed size and the text is wrapping to a second line making them hard to read. There is also a combobox at the right end of the toolbar. On two machines it is half off the screen. The form is maximized, all the control boxes are visible--it's like the toolbar just keeps going past the edge of ...Show All

  • Visual Basic SetPixel() - URGENT!

    Hi, I am loading an 8-bpp (bit per pixel) bitmap from a file and trying to set various pixels using the SetPixel method, but no matter what I do (I also tried locking the bits), i get an InvalidOperationException - "SetPixel is not supported for images with indexed pixel formats." After some research i understand that it's not possible to use the SetPixel method in the normal way or possibly not at all for *indexed* bitmaps. If someone ...Show All

  • Visual Studio VS SDK paired with VS2005 RC?

    When will the VS SDK paired with VS2005 RC released The Visual Studio SDK 2005 September (2005-09) Community Tech Preview is compatible* with the Visual Studio 2005 Release Candidate. The VS SDK 2005-09 CTP can be downloaded from http://www.vsipdev.com/downloads/vsseptemberctp.aspx . * - Note that we did not do as an exhaustive test pass with that combination as we did with the VS SDK 2005-09 CTP ...Show All

  • SQL Server Cube Deploys, but without cube-dimension changes

    Scenario: I've built an SSAS 2005 (Std Ed.) UDM cube using a complex shared dimension, plus other simpler dimensions, on a highly-relational source DB using VS in (default) Project mode. Apparently erroneously, I had believed that if a cube successfully deploys, then all of it's dimensions succeeded in their processing as part of the cube deployment. However, I've just noticed that the data values from series of added attributes to the complex d ...Show All

  • Visual Studio 2008 (Pre-release) DataGridview with DLINQ

    Using Visual C# Express in a Windows Application I write with ADO.Net: SqlDataAdapter sql_adapter = new SqlDataAdapter("Select * from Customers", "Data Source=.\\SQLEXPRESS;AttachDbFilename=northwnd.mdf"); DataSet ds = new DataSet(); sql_adapter.Fill(ds); dataGridView1.DataSource= ds; dataGridView1.DataMember="Table"; May somebody translate previous sentences used in a WinForm to ...Show All

  • SQL Server Errors in the OLAP storage engine:

    Errors in the OLAP storage engine: I am new to Analysis Services. I created a cube using Analysis Services 2005 with 3 fact tables and five dimensions. All the dimensions processed successfully apart from one dimension table which gave the following error. The attribute key cannot be found: Table: dbo_Severity, Column: SeverityCode, Value: 6 When i try to deploy the cube, I also fail. Is it because of this dimension table in which the at ...Show All

  • Visual Studio Express Editions first c# errors

    Here is my code and i cannot compile it. i cannot understand why public static void Main() { // single dimentional array int [] numbers = new int [5]; // multidimentional array string [,] names = new string [5,4]; //array of arrays byte [][] scores = new byte [5][]; //create jagged array for ( int i=0;i<scores.length; i++){ scores = new byte [i+3]; } // print each row f ...Show All

  • Visual Studio Team System ? VS2005 RTM + Team System Beta 3 = OK ?

    Ok, so we've got the VS2005 RTM on MSDN Subscriptions now - Yippee! But: What about Team System Can we use the existing Team System Beta 3 with VS2005 RTM I know there was talk of a "Team System Beta 3 Refresh". Will us Team System users need to wait a while before installing VS2005 RTM Or can we go ahead and install it, and Team System will continue to work with it just as before [EDIT] I see that the Visual Studio 2005 Team Edition con ...Show All

  • Smart Device Development Developing a Blackberry App

    I am aware that RIM uses jave runtime environment for their software. Is it possible to make a blackberry application using VS 2005, in C# preferably Anyone ever tried to make a Blackberry app in some language other than java Thanks. I believe you can create browser based applications for BB in any CLR language with ASP.Net. If that’s what you want ASP.Net forums would be of help. For other options please conta ...Show All

  • Visual C++ Singular preprocessor definition needed

    This is my first post, I hope to be clear enough (sorry for my eglish) and I hope to be lucky and find the answer to a very big problem. I have a VC++ project and I need to create, during the compilation, a define that has the same name of the file that I am currently compiling. For example, if when I am compiling a file called Main.c I need to create runtime a define #define main 1 I do this by specifying the in Preprocessor Definitions secti ...Show All

  • Windows Forms Dynamically loading MDIchild forms at runtime

    Hi all, I would like to create an application where i can easily add / update components (e.g. inventory component, customers component) to the application without modifying the main project. I tried to design the architecture based on a MDI-application where I define the components in MDIchilds. The MDI-parent is then the main project. Each MDI-child has to be registered in a database and subsequently based on a user's credentials, this MDI ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. .net 2005 graphic engine

    I am looking for an open souce .net 2005 graphic engine Nothing fency, just the basics. To start learning how graphic engines are created. I doubt this one is open source, but it's worth sharing anyway. http://www.haddd.com/ Also, the Quake II.NET engine is open source. http://www.vertigosoftware.com/Quake2.htm ...Show All

  • Visual Basic setting start folder

    In VB6 compiled programs you could set the "start in" option in the shortcut. But I VB2005 I can not see how to do this The problem is differnt user's might have differnt folders for there data It maybe in Project Designer Click on "My Project" in Solution Explorer -> Go to "Debug" tab -> Under "Start Options" -> "Working directory" ...Show All

  • Visual C++ excpt.h error

    I’m working on a DLL that’ll export some functions. I tried this with File->New->Projects->Win32 Dynamic-Link Library, and then selected the radio button 'A DLL that exports some symbols'. When I try to compile the project (as it is with the default code inserted by VC++), I get these errors:  d:\program files\microsoft visual studio\vc98\include\excpt.h(36) : error C2144: syntax error : missing ';' before type 'int' d:\program ...Show All

  • Software Development for Windows Vista Possible to make working WWF runtime on Windows 2000 ?

    I very need to make my WWF program Windows 2000 compatible, but in WWF compatibility list Win2000 is not presented... Is it Possible by some patch to make working WWF runtime on Windows 2000 even only for runtime - for client users compatibility, not visual studio WWF tools, that I can use under Windows XP for development. Thanks you Unfortunately Windows 2000 is not a supported operating system. Please d ...Show All

©2008 Software Development Network

powered by phorum