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

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

Eissing

Member List

RemcoJVG
Stunt
WalangAlam
GreenStone90
Thomas S. Andersen
Roger Swetnam
RichLeyshon
Manish 3177
dsula
Ekta
xdzgor
humble.apprentice
ledwinka
project2n5e0o1
Rikus
Lawrence Wee
cryptonik
Arcan
AndyPham
RedCoat999
Only Title

Eissing's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Fix mdx 2.0 on Microsoft Robotics Studio

    there is a timebomb in the directx dll on 6.october if i was microsoft i say tanks fo the tip and implant physics api into xna  best regards   Please Read : Manage d Directx 2.0 Expira tion, moving to XNA in Robotics Studio http://www.microsoft.com/communities/newsgroups/en-us/default.aspx &query=please+read&lang=en&cr=US&guid=&sloc=en-us&dg=microsoft.public.msroboticsstudio&p=1&tid=1b4878e6-beac-4484-942f-92426aa078c8&mid=1b4878e6-beac-4484-942f-92426aa078c8 ...Show All

  • Software Development for Windows Vista i cann't Tracking ActivityEvents

    Workflow99 only have 2 activity         private CodeActivity codeActivity2;         private CodeActivity codeActivity1;         private void codeActivity1_ExecuteCode(object sender, EventArgs e)         {             Console.WriteLine("Here in working_ExecuteCode.");         }         private void codeActivity2_ExecuteCode(object sender, EventArgs e)         {             Console.Wr ...Show All

  • SQL Server How to extract dates from text string?

    We have a CRM application used for trouble ticketing. It doesn't have a field for the start date/time of the ticket or last action. Instead I have a text field which looks like this: Ticket created. Assigned to user davidp -- Friday 10th November 2006 12:36:41 PM by davidp--//-- -- Friday 10th November 2006 12:37:01 PM by davidp--//-- Transferred to group Support Group\. -- Monday 13th November 2006 02:06:39 PM by davidp--//-- -- Thursday 16th November 2006 10:47:40 AM by davidp--//-- Status Changed to Wait For Response\. Priority Changed to Normal\. Category Changed to Other Problem\. -- Thursday 16th November 2006 10:49:46 AM by davidp--//-- Priority Changed to 3 - Minor\. Category Changed to PC - Software\. -- Monday 04th December 20 ...Show All

  • Visual Studio Team System How to use a WebTestRequestPlugin to add an extra request to a WebTest?

    The web site under test redirects users to a 'change-password' page iff their password has expired, which breaks a previously-recorded test that did not get this extra page. If my WebTest encounters this 'change-password' page, I want to call custom code to fill in the page (e.g. POST to it w/ correct params) and continue the test. Here's the PreRequest function in the custom WebTestRequestPlugin class: public override void PreRequest( object sender, PreRequestEventArgs e) { if (e.WebTest.LastResponse != null ) { WebTestRequest req = Custom RequestBuilder .BuildRequest(e.WebTest); if (req != null ) { //how to get this req back to the calling WebTest } } } (The 'CustomR ...Show All

  • Visual Studio How to prevent everyone has the same rights in the project?

    Hi all:   For visual SourceSafe 2005,    I found an issue, but do not know how to solve it. In our development team, there are normal developers and administer (team leader and senior developer). However, after we installed the SourceSafe administer console and create and open that database, everybody has same administration permission, which enable everybody can enable and change himself/herself or other team member’s rights in the project. Could anyone tell me how we should deal with this issue   Regards The VSS Administration Tool always tries to login as "Admin." You need to change the password for the "Admin" account to something that the normal ...Show All

  • Visual Studio Express Editions Web Browser

    I am making a web browser with tabbed browsing and i need help with the address text box. When i type the address it comes up in the newest tab, even if that is not the currently selected tab. This is the code i am using for the tabs Dim tab As New TabPage Dim wb As New WebBrowser wb.Dock = DockStyle.Fill AddHandler wb.Navigating, AddressOf webbrowser2_Navigating AddHandler wb.Navigated, AddressOf webbrowser2_Navigated tab.Controls.Add(wb) tabcontrol1.TabPages.Add(tab) TabControl1.SelectedTab = tab TabControl1.SelectedTab.ImageIndex = 0 WebBrowser2 = wb WebBrowser2.GoHome() And this is the code for the URL box WebBrowser2.Navigate(ToolStripTextBox1.Text) popit wrote: ...Show All

  • Visual C++ I want to get the language of the window xp operating system, which function should I use to realize my purpose?

    I want to get the  language of  the window xp operating system, which function should I use to realize my purpose If you can give me one example that will be better. Thank you very much.   Jakein2006 wrote: If the localization of language is Chinese, the second parameter of GetLocaleInfo is LOCALE_SLANGUAGE  or LOCALE_SABBREVLANGNAME  or something else  LOCALE_SABBREVLANGNAME  will print the three letter ISO language code  (standard 639) .   LOCALE_SENGLANGUAGE  will give you the full English name of the language.   e.g.  French , German LOCALE_SNATIVELANGNAME will give you the native name of the language.   &nb ...Show All

  • Visual Studio Express Editions Relative path of an exe file

    hello i need to run some .exe files from my C# program ,currently i have the files in a separate directory in resources and i just use the absolute path to open and run them. I want to know how i could specify a relative path to the directory in which the user installs my application after i distribute it ..and also will the exe files automatically be included in the distribution when i publish the solution Hello, Hope these links give you an idea on how to package and deploy your Windows Forms Application. Packaging and Deploying .NET Framework Applications This tutorial shows developers how to package and deploy .NET Framework applications and components using the .NET Framework SDK. http://msdn2.microsoft.com/en-us/aa ...Show All

  • Visual Studio Tools for Office Safe to obfuscate a VSTO solution?

    I've not actually tried this yet, mainly because I'm in the middle of trying to get a release out the door, but I had planned on obfuscating my code (the VSTO assembly) before final release. I am concerned, however, that in doing so, I will break the solution ... So I need to know: Is it safe to obfuscate the assembly of a VSTO project Hi, My guess is that we haven't tried it either, but I can't think of any reason why it would be a problem (at least if you use Dotfuscator). Was there a specific concern that you had Dotfuscator doesn't alter the behavior of your code; in general it just replaces all of the human readable identifiers with garbage ones. For example, the a method called "PrintReport()" might get renamed ...Show All

  • SQL Server calling web service in stored procedure (SQL 2005)

    I need to create a stored procedure (SQL 2005). I did it in C# (Visual Studio). The .dll file (inside) uses web services of Project Server 2007 (I just need to log on, create a project and log out). I prepared 2 files (exactly the same code): dll an exe. the .exe works fine. the problem is with .dll file (stored procedure in SQL)... by the way: I created serialization file with sgen tool. the problems start when I am trying to register these 2 .dlls in SQL server. I can do that in unsafe mode only. when I am trying to register them in externall access (normal dll) and safe mode (serialization .dll) I am getting errors: CREATE ASSEMBLY failed because method "add_QueueCheckInProjectCompleted" on type "ConsoleApplicati ...Show All

  • Visual Studio Team System Code churn == Non binary churn?

    Hi, am I right in my understanding, that code churn is calculated over all non binary files That means all xml files (e.g. documentation, config files, etc.), database drops, ascii documents and so on Or is there a way to specify which file types a project would like to see in code churn Or could it be specified by paths in source control Could please someone clarify how code churn really works Would be very helpful ... Thanks for your help! Markus Hi Markus, Yes your understanding is correct: any file not considered "binary" by the Version Control system will have churn calculated. There isnt any more granular way to specify which files/file paths to exclude from the code c ...Show All

  • Visual Studio Tools for Office Excel scrollbars get really small.

    Hi there, another ListObject woe I'm afraid. I've a listobject, I bind it to a System.Windows.Forms.BindingSource which has an array of objects as its datasource. I have a test setup so that when I click a button it changes the array the bindingSource is bound to. So it alternates between an array of size 5, and an array of size 1000 (so if I keep clicking the button the listobject alternates between having 5 rows of data and 1000 rows of data). However, when it binds to the 1000 rows the scrollbar at the side gets smaller, as you'd expect. When it binds on the next button click to 5 rows the scrollbar stays the same size, thus making it hard to scroll precisely. If I bind to 1000 rows again (another button click) the scrollbar gets ...Show All

  • Visual C++ Is there a macro which converts a 32 bit signed integer to 64 bit unsigned integer ?

    Hello All, Is there a macro which converts a 32 bit signed integer to 64 bit unsigned integer Thanks in Advance, CPPUser7 It doesn't matter that it's defined in 3 header files (all of which are probably included directly or indirectly) as all three define it the same way. So I don't see how you get a warning. ...Show All

  • Visual C# Get value from a different class.

    Hi people, I have a form with a ListView and a ContextMenu. A right click on an item in the ListView launches a new Dialog (a different class). The problem is that I want to be able to get the item that initialised the ContextMenu from within the new "Dialog Class" or by any other means. In the "ContextMenu class", I think I can get this value using MyListView.GetItemAt(mouseArg.X, mouseArg.Y).ToString() (no ), but how can I get this value from a different class . I can't create an instance of that class and then call the method because the method needs the mouse parameters. Does this make any sense . Any help will be most appreciated. Thanks. I don't know if this helps but you can pass into the class you are goin ...Show All

  • SQL Server Is SQL Server CE really the solution?

    Hi,   So far, with other programming platforms, I used to have the facility, embedded within application .exe, to:        1- Interface with already existing "multi-user" database (ex: Oracle, Access, etc.)        2- Create/access "local"/"Single-User" files for processing purposes.  (try to minimize network trafic...)   So far, I've read a lot about SQL Server products (SQL Server, Sql Server Express, SQL Server CE), at least all articles I could find, and would like to have your opinion on what would be the best approach        1- What SQL version to use for "multi-user" databases &n ...Show All

©2008 Software Development Network