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

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

annag

Member List

michaelp
Kyderoy
TGrattidge
slevytam
zadi friedrich
Tom.74
Bill P.
J Hallam
RosarioDsilva
Sunrise828
robincurry
Kuttappan
RSDuren
jmlsteele
johnalexander
ar_pad
Mwendel
White Shadow
ChuckM
raoul85
Only Title

annag's Q&A profile

  • Visual C++ [c++/CLI] create a wrapped managed dll for purely unmanaged code

    Hello, I am trying to create a dll that internally uses managed types but exposes a plain unmanaged interface. (vs2005 beta 2 - c++/CLI) All the managed stuff shall be "wrapped out of sight". So that I would be able to use that dll from pure unmanaged code (for example inherit from classes in that dll) that has no /CLR flag set. Is something like that possible. I heared something called ManWarp tried that approach. If it is possible, how can ...Show All

  • SQL Server Olap Restoration(Simple Question)

    Dear Guys, I'm planning to install the SQL Server final RTM release and my current version now is the RC1. My question are, Will it be possible to restore my Analysis Database intead of rebuilding and reprocessing it thanks and more power... Right-click on the AS database under RC1 and script out the objects. Then go to the RTM version, execute the script to re-create the objects and then re-process everythin ...Show All

  • SQL Server Unable to Deploy SSAS Project

    I am using SSAS 2005, and have been for about 2 months. I made a correction to a calculation, rebuilt the project, and then tried to deploy it. I got the following error: Error 1 Internal error: An undefined error has occurred. 0 0 I have rebooted the server, rolled back to a previous version, etc, etc all to no avail. Any Ideas Thanks! Bob Try Taking a backup of the database and deploying it to a new database.. ...Show All

  • Visual Studio How can I listen to the key strike events of the code edit window?

    I want to listen to the events which happend when key strikes in the code edit window Through the Automation Object Model  Chart, I only find the class TextEditorEvents is related, but it is not strong enough to fulfill my work. I believe that there exist any means to get some information when key down, key up or something else, cause the famous add-in CodeRush has done it, But I don't know how.   ...Show All

  • Smart Device Development Community Device Preview RAM sizing

    Hello, I've read through some other threads recommending setting the RAM via the file-configure menu and through the dos prompt, but neither of those seem to work on the Beta version. Are they turned off Thanks, Allen The file/configure dialog won't let you change the memory size while the emulator is running (you can't add RAM to a running PocketPC device, either). From the command prompt, you ...Show All

  • Windows Forms Refresh in List View.

    Hi,  Anyone know how should i make the record that just added display in the list view immediately Or throw away the record that just deleted from the list view I guess is using Refresh(), but after i put in the refresh part, it seems not working. //refresh function private void refresh() { this .dataset1.Clear(); //clear the contents of dataset this .da.Fill( this .dataset1, "employee" ); } Thanks. ...Show All

  • Visual Basic Need help with loading a form.

    Hi all, I'm new to VB and need some help im trying to get a form to load after a login box below is the code im using so far. Also is there any way i could get the login box to check a database for the usernames and passwords before alowing login If Usrname.Text = ( "greg" ) And Password.Text = ( "password" ) And Domain.Text = ( "United Kingdom" ) Then Im not sure what goes on the end of then. ...Show All

  • Windows Forms ?? Right-Click on ListBox Item ??

    Hi everyone. As you can tell by the subject line I'm trying to determine when the right-mouse button is clicked on an item in a ListBox. From searching the news groups it seems there's no easy way to do this. But first, I'd like to raise a related question. The ListBox fires two very similar events -- "Click" and "MouseClick". Let me quote the Microsoft documentation for the "Click" event: "Occurs whe ...Show All

  • Visual FoxPro foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.

    foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you...   Don--while I also tend to believe that VFP gives better performance than Access, I don't think your one example proves anything. How many times do we hear someone running down FoxPro because they've encountered one badly-written ap ...Show All

  • Windows Forms Simple Databinding in WinForm, but not using a DataGridView

    I have a WinForm with some standard controls on the surface.  I'm using a strongly typed DataSet as a return value from a Web Service.  I'm using a BindingSource to "connect" the columns in the DataSet with the controls. Using the above, I can populate the controls just fine.  My problem lies in getting changes back to the database.  Now, I realize that I will be using a Web Service for this, and I know I've got to provide a ...Show All

  • Windows Forms Terrarium 1.2... Are there going to be 'stones' in Terrarium?

    I just looked at a screenshot of the new Terrarium game (version 1.2), and noticed that there are stones on the playfield. Is this going to be a new feature of Terrarium 1.2 Can't wait to play it! How about hills. Just takes& ...Show All

  • SQL Server Setup hangs

    Question 1: I choose to install the whole thing. Then it installs and it takes very very long time, but i see the progressbar i slightly filling up. Then at the very end it hangs up when installing/extracting some kind of images. Dont remember exactly what it stand... And it was at the very end and i checked everything it worked "almost". I havent understand the program yet... Question 2: I tryed to connect to a server and it found my server as ...Show All

  • .NET Development i want the script to clear the value of a static variable once user leaves that particular page

    hi, i am using AsP.net C# i want the script to clear the value of a static variable once user leaves that particular page. by leaving that particular page i mean he either closes browser, navigate to another page, but not post back like postback from a button that brings the user back to the same page. help thanks Khawar, thanks for the question. This issue sounds like it would best be answered by the ASP.NET group. If you reopen ...Show All

  • Visual Studio Team System What comes with Developer Edition?

    I know there's a table somewhere with comparisons, but I lost it. Can anyone provide a link Specifically, do the test tools come with the Developer targeted editions Thanks, ts Hi Tom, Here's a link to a comparision table on MSDN: http://msdn.microsoft.com/howtobuy/vs2005/editions/team/compare/   Unit testing does come with the Team System Developer Edition . ...Show All

  • Visual Studio Can't add MSDN library to x64 install

    Hi All, I have an install of VS 2005 CTP July 2005 on my DELL PowerEdge box (dual 64-bit processors).  The install went fine, but I can't install the MSDN library that was on the DVD.  The install says an unhandled excption in msiexec.exe. Can the MSDN library be installed on 64-bit hardware   Or am I missing something else Thanks in Advance! Corey. What OS are you using If its Windows 2003, do yo ...Show All

©2008 Software Development Network

powered by phorum