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

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

Leahx

Member List

kangalert
Davids Learning
GLutz78
pappascd
_Alex_
AussieNoobie
Andrew Greatorex
Dudley
Snick
Emile23
Jonas Beckeman
Daniel_Bowen
Link9228
M.A.T
Cris001
Arkady Frenkel
Steve Kibble
Juraj Borza
Vaughan
sroughley
Only Title

Leahx's Q&A profile

  • SQL Server Is not possible to do a pivot table in excel

    Is not possible to do a pivot table in excel in two measures form 2 difrente measures folder Could you explain what you mean in more detail, preferably with an example from the Adventure Works cube For example, you can add both [Internet Order Quantity] and  [Reseller Order Quantity] measures (which are from different Measure Groups and Folders) to the same Excel 2003 pivot table. ...Show All

  • Smart Device Development restricting the mobile to only one application

    Hi all i'm developing an application for windows mobile 2003. i want the user of the app to be stuck in this app and cant navigate to anything in the pocket pc. also i want him to use the feature of the keyboard with out letting him to sneak out of my app and close it. i made a miximized form which dont a start button but the keybowrd is hided. any help and advice is appreciated. Thanks truly kiosk-ing a win mobile device isn't particularly easy, but here are a few threads that might help: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=495474&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=879824&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=503024 ...Show All

  • SQL Server .net and Sql Express

    Hi all, I have written a simple .net class to call sql functions like create subscription and sync replication. I am using merge replication. My Question is this:-- my class calls Microsoft.SqlServer.Replication.dll. On a machine that has SQL Express loaded it works but on a machine that does not have sql express it fails. I have made a setup project and deployed my "service". I added all references into the project and all works well on a machine that has sql express. We are running a network with 1 machine that has sql express and other machines that plug into this sql express. Is there a sql express runtime setup or do I have to load sql express on each machine. OR Am I deploying my class wrong. my setup project has the Micros ...Show All

  • Visual C++ Initalizing Direct3D

    I have a question about the code I found from Windows tutorial about initalizing DirectX. How to put the following code into a procedure, included by a header file I managed to build the program only only, if I had it in my main source file. if( NULL == ( g_pD3D = Direct3DCreate9( D3D_SDK_VERSION ) ) ) return E_FAIL; D3DPRESENT_PARAMETERS d3dpp; ZeroMemory( &d3dpp, sizeof(d3dpp) ); d3dpp.Windowed = TRUE; d3dpp.SwapEffect = D3DSWAPEFFECT_DISCARD; d3dpp.BackBufferFormat = D3DFMT_UNKNOWN; if( FAILED( g_pD3D->CreateDevice( D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, D3DCREATE_SOFTWARE_VERTEXPROCESSING, &d3dpp, &g_pd3dDevice ) ) ) I tried something like that, but it didn't work: void InitD3D(LPDIRECT3D9 *g_pD3D, ...Show All

  • Visual Studio 2008 (Pre-release) Custom Policies: Purpose of IPolicyExportExtension and IPolicyImportExtension interfaces

    I would like to extend the WSDL contract with some custom policy. For this purpose I implemented the interface IPolicyExportExtension and the method ExportPolicy. This method is called when the metadata is generated and it workss fine. My question is more related to interface IPolicyImportExtension. Who calls (and when) the method ImportPolicy What is the purpose of this method When you have one party emitting (exporting) policy then you surely want to have the other parties using and understanding (importing) the policy. Try looking at the type hierarchy in Reflector and it should open up your eyes. Cheers, Christian ...Show All

  • Smart Device Development Already installed

    Hello, Every time when I debug my solution there appears a very annoying message on my Windows CE device: Already Installed ----------------- Microsoft .NET CF 1.0 ENU-String Resource is already installed. Reinstall How can I switch that off If it's already installed I don't want to reinstall it every time... Thanks for your help! Hi Rick, Do you have a System_SR_enu.cab with a lenght of 0 bytes I have created this with notepad by creating an empty text file and rename it. If the file doesn't exists, I have the same message. Peter ...Show All

  • Visual Basic Wait a moment!

    In VB6 there was a wait command that would halt the program untill a button was pressed, or some other type of event would restart the programme. Is this still available in VB.Net Unless your code is telling the program to do something (through a timer, for example), the program by default will not do anything until it receives an event. Using Sleep() in your main thread will not help you if you are waiting for a button push. If you have a process that you want to pause, program it to 'stop' at your predefined point, then monitor a flag, waiting for it to be set. Set the flag in your button push. Alternatively you could throw up a messagebox ("Push me to continue"). ...Show All

  • Windows Forms Help in TabControl

    HI all. I'm asking about view of pages in a tab control. suppose that we have three tabPages in a tab control. what I want is that if I click at first page of the tab I'd like that automaticaly view the second page of this tab. thanks for your help this is strange request but you can do it with handling SelectedIndexChanged event of TabControl like this private void tabControl1_SelectedIndexChanged( object sender, EventArgs e) { if (tabControl1.SelectedIndex == 0) { tabControl1.SelectedIndex = 1; } } hope this helps ...Show All

  • Visual Studio Team System External link to Shelveset properties dialog

    Hello, We're using shelvesets for peer code reviews, and it would be useful to be able to launch the ShelveSet dialog for a specified shelveset name & owner in Team Explorer from an external program (preferably from just a hyperlink). Is this possible without creating lots of extra coding using tf.exe does seem to work, but I get errors unless I'm running it from within my workspace on my machine which makes it difficult to script. Oh well, it's not that urgent, I thought that because the URI links for changesets, work items, shelvesets etc looked like they may have had a protocol handler pointing to visual studio I could have just added a hyperlink to it. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA in Internet Explorer?

    I was surprised to find out that XNA doesn't work in Internet Explorer as a WinForm Control. I know I must be smoking crack, but somewhere a long the line I got the impression that XNA would enable a 3D environment in Internet Explorer. If we can put Ink on the Web, http://www.code-magazine.com/Article.aspx quickid=0512062 , then I think we should be able to put a 3D environment on the web as well Anyone know of a way to get XNA or Direct X working as an element of Internet Explorer Thanks, Johnny no i am not update any .Net security it call the harware to render and the hardware render to a memory buffer and then i use win32 blitbilt to copy the final buffer on to the usercontrol ...Show All

  • SQL Server Get the variable from Execute Process Task to C#

    Hi! I need help with some C# code. I have build a SSIS package with an Execute Process Task. I need to send dynamic variables in to my C# program so I thought it was a good idea to use the StandardInputVariable. How do I get the variable in my C# code Thanks Carl The data type is string and the value is testing. I have a question for you. Is't meaning that I shall use the main-method to get the argument and the variable Carl ...Show All

  • SQL Server Vertical Database Design

    What kind of luck have you guys had with vertical database design I'm working with a front end developer who wishes to use a vertical design for Items and item attributes, as the client appears to have a firm requirement that new attributes can be added at any time. the developer has what I am begining to think of as "magic code" for importing the data into the tables. He's apparently going to write this in .NET, and plans for it to know the data type (varchar, etc.) when importing it - and also allow for the script to dynamically add attributes. THis sounds fun, however, the more stuff we get, the worse the database will perform, I'm thinking - only it will be exponentially slower than a conventional design. In addi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Spacewar first run

    Being a complete newbie to all of this C# and XNA i loaded up spacewar click on build then installed the project. Then i ran it and a error window popped up, details said something about a missing something or file not found, i sent a report to MS from the window that popped up. I can see im going to have to buy a C# for dummys book cause im totaly lost as to what to do first... You can open the executible in the debug/bin folder under the project. If you want to install it on some other machine, then you will need the contents of that folder and the contents of the "Contents" folder (where all the imags and textures are stored). The game expects the Contents folder to be several directories abo ...Show All

  • Visual Studio 2008 (Pre-release) Using a ComboBox for autocomplete

    It seems Textbox does not support autocomplete (or is TextComposition used for this ). So I'd like to use a combobox as input field for autocomplete text. Problem is, my data contains 114964 items, and if I open the dropdownpanel of the ComboBox it will eat up all my memory trying to show all these items at once (== no good). Can anyone point me to a working example or some hints how to do this, how to have autocompletion in WPF I'd love it to be a combobox so you can select the few items left, or even better it would show a small popdownpanel with the next four or so items, just like IEs address bar. thanks, Sam     Hi, Sam, if your data model has 114964 items, and you want to dis ...Show All

  • Microsoft ISV Community Center Forums How to declare activeX object in source code instead on the form?

    Hi everyone, My questio is about VB6 ..... I want to declare a ActiveX object in the source instead of "drag and drop" a ActiveX object into the form. Let's say, I want to declare a timer dynamatically at run time, so I want a way to decalre a timer in the source. I found code from the other forums seem to do the job but it would not compile for me: Dim withevents my_timer as timer 'Or Private withevents my_timer as timer   'In form_load() set my_timer = new timer ()  <---- this line would not compile Any idea Thanks Kit (This probably should be moved elsewhere as it doesn't strictly apply to VBA, but the concept is the same.) There are a couple possibilities here: 1.) You haven't set a reference to th ...Show All

©2008 Software Development Network