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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Visual Studio 2005 = very very very unstable !!!
Namespaces
Update UI from a thread
Intellectual Question??
random form selection
SQL Server Express2005 and C++
event handling
Problem with Excel since loading VS express
Network Applications with VB2005 Express a few simple questions????
Compile fails on network drive

Top Answerers

methjy
Johannes Jauch
Doug M
ICTIS
Jake kim
Freddie Sia
Roger Garrett
Robbiex
PSD
Kodo
Lenguajes de Alto Nivel (Universidad de Cantabria)
Only Title

Answer Questions

  • ghoffer Object Reference Issue

    I'm interacting with the Revit API (for any who know what that is). The function I'm trying to call is Public Funcation LoadFamilySymbol(ByVal filename as String, Byval name as String) As Boolean . Now in the object browser, this has a pink cube next to it (and I'm not sure what the icon means) My code is as follows: Public Function Execute( ByVal commandData As Autodesk.Revit.ExternalCommandData, ByRef message As String , ByVa ...Show All

  • Pete Wrins Try to run a subroutine from an other subroutine

    I am trying to run a subroutine from another subroutine.  I have BindNavigatorPostionItem routine that I want to update when I press a button on a winform in my application. The general Idea is to make this work so I can do this with a combobox later on. So right now the button will change the BindNavigatorPostionItem.Text form 1 to 20 and once this change takes place I want to active the BindNavigatorPostionItem from the button so th ...Show All

  • Rasatsimpy print

    hi people. i know how to print a document in this new vb but i want to print a document exactle like he is in the textbox so if i have the text in the center, i need to print it in the center of the paper. how can i do that please help me :( thanks a lot gigs See this webpage for examples. Make sure you draw with the TextFormatFlags.HorizontalCenter (and VerticalCenter) flags. ...Show All

  • Doru Roman Converting a System.Object to a byte[] and vice versa?

    Is it possible to convert a System.Object to a byte[] and vice versa The reason I ask is I'm using the encryption built into the framework and need to encrypt some objects after I put them into an ArrayList. If this isn't possible, how could you convert a struct to a byte[] and vice versa I found the following code posted by a MS VIP in another forum but it doesn't work with my structs (I'm thinking because I have strings in them, whic ...Show All

  • Rob Sanchez New kid on the block

    Hi, I've done limited development in C and visual Basic before (VERY limited) and now I'm looking at developing for Windows Mobile 5.0 with a VB based application. Can someone provide me with a list of things that I need to download in order to edit and test code (emulator for the Pocket PC, .NET or 6.0 dev kit) I'm not really sure of everything that I need, so if someone could help out, that would be great. ...Show All

  • Kaul Will express edition do this?

    Hi, I am currently working at a company and doing some development with Microsoft Visual Basic for Application for Excel. I have ended up creating a bunch of objects that I would like to be able to reuse in different projects. Now, VBA doesnt seem to have some object oriented features that would really make the code easier to maintain and also creating a "library" that I can reuse from project to project is not really possible excep ...Show All

  • J. Dev Visual Studio Express Eddition Application Deployment

    Hello, Is it possible to create an application with "Visual Studio Express Eddition" that can be deployed on another PC running the Windows operating system without the .NET Framework installed on that PC. Thank you, Robert No. Anything you do in C# express or not needs the .NET framework. ...Show All

  • li74531 Targetting a Windows Mobile Pocket PC

    Do any of the Express products allow you to target a Windows Mobile platform None of the Express editions can do it, Have a look at the product overview, http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx Mykre www.ircomm.net - Managed DirectX Game Programming ...Show All

  • moshe_ Class DLL for use with FoxPro

    Hi there, I know that I can use Visual Basic 6.0 to create a custom Class Library for use with Visual FoxPro 9.0. Is this possible with Visual Basic 2005 Express If not, is this possible with the full version of Visual Basic 2005 I am just learning to use Visual products and most of what I know are from reading articles and posts. Thanks for the help. -PerryL7 Hi, Please go through the below FAQ link which ...Show All

  • Joe Simmonds Couple Of Easy Questions

    Alright First Question: I Made a list box with user names in it, and i was wondering how when the user double-clicks their name how to make it ask for a password and it loads their information, like they double clik and it says password and they type their password then their ex. datagrid with their information pop-up! How do i make this happen Ill ask second question after first is answered! Thanks   * edit- shucks i did it aga ...Show All

  • Shinyzhu How to use C# sqlConnect.connectString for MS SQL server 2005 Express?

    what's wrong with these lines String connectionString = "Data Source=(local);Database=loler;Integrated Security=SSPI" ; SqlConnection cx.open(); it give me exception as: {"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Pro ...Show All

  • Snadge This is probably a stupid question but ....

    Ummmm ! ! I'm used to paying for things like compilers. I came to the Microsoft website just to see what the latest version of Visual C++ is and I found Express addition 2005. I kept looking around for how to pay for it, or restrictions on how I can use it etc, but I couldn’t find anything. So I just downloaded it and installed it and registered it. So my question is: will it be disabled at some point Or will the software police kick down my do ...Show All

  • ParkSys Visual C# Express Edition support for remoting?

    Does Visual c# Express Edition support remoting I haven’t been able to find any information about that. To enable remoting you have to create and register a channel ala:   ChannelServices.RegisterChannel(new TcpChannel());   When I try to use the following namespace:   using System.Runtime.Remoting.Channels.Tcp;   and compile - I get this error message:   The type or namespa ...Show All

  • sbatati How do you change Data Type

    Hi Folks, I made a DataBase application with 4 forms. Three have DataGridViews. The program connects to an Access DataBase. On one of the Tables of the Access DataBase, when I first set it up, I set the DataType to Integer. This was a mistake. It should have been set to Double. I get Format Exceptions when entering Doubles into a DataGridView box. I changed the DataType to Double in the Access DataBase but it's like stuck in the appl ...Show All

  • avital How to store the data grabed into the data base ???????

    Hi  I ve been working on the rss feeds and rss reader... and i m able to grab all the data from the feed and display into the reader . But i need to know how can i store the feeds obtained permanently into the data base The data base used is SQL Server 2005 express edition.It would be very helpful if i can get to know how to do ............   Thanks naina Hi Oshah thanks for the reply but theres a problem i m ...Show All

535455565758596061626364656667686970

©2008 Software Development Network

powered by phorum