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

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

ajAZZ

Member List

warnerra
Ventmore
David Yeo
Phil-Smith.tk
ery
GdeAragon
kingdeadbo
czetsuya
tusharp
ALANGTX
bassock
qtPA2t Lauren
proggerFX
BETA 2 TESTER
EdTacey
DrorNahmias
makweru
Jim Vobrak
Huy Nguyen
ebc
Only Title

ajAZZ's Q&A profile

  • Visual Studio Express Editions Need advice on running VB apps from network

    I have been assigned the task of finding a way to make our VB apps run-able from our network. From everything I've read about doing this, it sounds like I have to run the .net framework wizard & change the setting for the .exe file to be fully trusted. I don't actually have the wizard on my machine to try it & our network admin is reluctant to try it without knowing exactly what to do. So I have several questions on this: 1) Can someone walk me through the exact steps in the wizard to configure a VB app to run from a network share location 2) Will every machine need to be configured individually for each app that needs to be ru ...Show All

  • Visual Studio Team System Rule to check is clone method used to avoid calling any constructors

    hi, i need to write custom rule to check "Is the clone method used to avoid calling any constructors". Could any one help me in writing this rule. Thanks Hi Guns, Can you provide more details on what exactly your rule tries to accomplish If you're trying to avoid any calls to .Clone(), your rule should either go through the Instructions and look for OpCodes Call & Callvirt that have as a Value a method that is named Clone, or use the Visitor pattern and override VisitMethodCall and looks for method named Cloned there. Regards, Jeffrey ...Show All

  • SQL Server Can use SQL Server 2000 jdbc driver and 2005 driver in same JVM?

    Is it possible to add the jars for the SQL Server 2005 jdbc driver into the classpath for a single JVM, without impacting the functionality of the SQL 2000 jdbc driver I know that 2005 jdbc supports 2000, but I currently have ~100 applications that use SQL 2000, and have two new ones coming that need 2005. I'd like to be able to add the new ones to the jvm without having to retest all of the SQL 2000 apps. Is it possibe, or do I need to replace the 2000 driver with the 2005 one ...Show All

  • Microsoft ISV Community Center Forums .Net and DoD/NSA acceptance

    I don't know if this is the right place, but . . . This comes from the Windows 2003/XP/2000 Addendum V5R1 DISA Field Security Operations Dated 29 August 2005 Developed by DISA for the DOD UNCLASSIFIED Page 34 8.1.4 .NET Framework The Microsoft .NET Framework, also referred to as the Common Language Runtime (CLR), provides an operating environment similar to the Java Runtime Engine (JRE). Programs written and compiled to the .NET Platform may be run on any system with a CLR installed, regardless of the underlying OS. One of the principal goals of the .NET Platform is to provide a common operating environment for ...Show All

  • Visual Studio Express Editions Strange behaviour when accessing Excel VBA after installing VB 2005 Express edition

    Hi, I recently installed VB2005 Express Edition to try to learn the new features of VB under the .net environment. The installation and registration went like a charm and the program is working as I expect. However, I am doing a lot of development work using VBA running under Microsoft Excel and since I installed VB2005, whenever I access the VBA IDE in Excel, I get a message box telling me that VB2005 is trying to install something. At first, this installation stopped, saying that it could not find the vbsetup.msi file. After providing it with the location of this file, it kept going with its alleged installation and after a minute or ...Show All

  • Software Development for Windows Vista Lab 10 Problem: Activity Condition cannot be set

    I dropped an IfElseBranch on the designer, then in the property grid, I select condition to be RuleCOnditionReference. In the expanded properties of the condition, we're supposed to set the condition name and expression. But the sample gives an error when trying click the ... next to 'ConditionName' property: "Value cannot be null. Paramater name: activity." Anyone knows why this happend and how to fix it Vihang, please, you are one of the most knowledgable experts on WWF on this board. Thanks, Alan I managed to patch the code in the Lab10 exercise to get around the problem that the origin ...Show All

  • SQL Server Insert image into SQL Express database

    Hi I'm developing a webpage for college and ran into a snag, so here's my problem. The page is supposed to let a user upload a image into the SQL database. At the moment I got it to work where user can upload the image and VB will save image to "\Photos" directory. How can I change the VB script to either 1) save the image to the SQL server instead or 2) save the image path and name to SQL and image to "\Photos" directory. Thanks Ewaldt Here's the code for AddFoundImage.aspx file: <%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" ...Show All

  • Visual Studio Create a diagram by using custom code

    Hi all, I am trying to create a diagram by using some custom code but facing some problems. Not sure if I am on the right way.  I am first trying to create a "store" (Microsoft.VisualStudio.Modeling.Store). after that I am trying to create a new diagram ans suply it the new (empty) store by using code that looks like this: ServiceDescriptionDiagram diagram = ServiceDescriptionDiagram.CreateServiceDescriptionDiagram(store); I am getting an expection ("Cannot modify the store unless in the context of a transaction."). I tried to add the store to the transaction manager but this ...Show All

  • Windows Forms How to move the Cursor from a testbox control to the next one using ENTER key

    Hi, I'm new with VC#, I want to put some code on a textbox control or what ever control to move to other controls when I press the enter key. So far, my small app uses TAB KEY to move to the next controls on my windows forms. How can I accomplice this in C# VFP & VB is quite easy, but C#, I dont have any idea how to do it. Can somebody show me a code or sample to do this Thanks.   A lot of sample code on the link, but the nearest code similar to VB is the code below: <PRE>private void textBox1_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e) { if( e.KeyCode == Keys.Enter ) { // Mark t ...Show All

  • Smart Device Development DataGrid binded to a list of custom objects

    Hi, I have a list of custom objects (of type List<CustomObject>) and I want to present them in a tabular way with no editing, no sorting etc.. DataGrid seems like a natural fit but I was not able to make it work. I must mention I still use VS 2005 Beta 2. Can anybody help me with a small sample Thank you, Valentin Iliescu Consider using BindingList class instead of List: http://msdn2.microsoft.com/en-us/library/ms132679.aspx In that case all you have to do it set grid's DataSource property to your list. ...Show All

  • Software Development for Windows Vista SDK problem

    Hello, I had used november CTP more times without any notable problem. I will install february ctp version. I've uninstall previuous veersion, download runtime and sdk. I've install runtime and also sdk. But after, nothing work. old applicaion cannot b compiled. I don't found dll for .NET as presentationframework.dll. XAMLPad isn't installed. Only C++ library and help file is installed. What is the problem Thanks for your help. Do you have the current WinFX installed on your machine The SDK doesn't install the runtime; you'll need to download the runtime seperately . ...Show All

  • Visual C++ SxS errors when moving to Windows XP x64

    Hi all I created a test 32-bit application with June CTP which uses a couple of Boost dlls and MS CRT dlls. When I copy all these files to a win64 box, I get "The application failed to start because the application configuration is incorrect" error message. When I disable SxS manifest generation/embedding app starts to work fine. How can I fix the problem and stay with SxS On my 32-bit XP Pro SP2 it works both with and without the manifest. Andrey "Resolving your dependencies on VC++ libraries in VS2005" http://blogs.msdn.com/nikolad/archive/2005/03/18/398720.aspx was exactly what was I looking for. Ba ...Show All

  • .NET Development Validate SOAP message against a wsdl document

    HI, I'm currently using .net framework 1.1. The web service that I'm dealing with is written in Java. I'm wondering if it's possible to validate SOAP messages against a wsdl document before I send them to the web service. Thanks. ...Show All

  • Visual Studio Tools for Office Visual Basic 2005 and MSWord Rule Bar

    I am trying to create a word document that integrates the MSWord Rule Bar. I have looked everywhere and I do not see where this can be added to the rulebar or the form itself. I am using the basic version that was given away at the .net meeting. Could that have something to do with it Please email me. Hi I am not sure whether you are meaning the Ruler Bar There is no programming layer for this accept for adding tabs. Can you elaborate a little more on your question. Regards ...Show All

  • SQL Server Management Studio Express CTP update now available

    There is a new Management Studio Express CTP download available at   http://www.microsoft.com/downloads/details.aspx FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en . This update fixes the defect where installing the full Books Online documentation prevented Management Studio Express from starting.  With the update, Management Studio Express and Books Online no longer interfere with each other. To update Management Studio Express CTP: 1) Uninstall Management Studio Express CTP from your machine. 2) Clear your browser's download cache.  If you are using Internet Explorer 6, you can do this by starting Internet ...Show All

©2008 Software Development Network