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

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

smarlowe

Member List

Andreas Goebel
Ramazan Binarbasi
popeyesailor
Peter Stiff
JimPan
Cosmin Nicolaescu
byteguy
C. Lange
Lewis Horowitz
Oliver
Raffaele Rialdi
hyslopc
Samuel Hobbs
JohaViss
MatthewRWatson
Daniel.Hampe
yazoox
John_Cronan
Baldwintm
jerry111
Only Title

smarlowe's Q&A profile

  • Windows Forms converting an integer to a string in C++.NEt

    Currently i am learning c++.net, and i want to make a simple little begginer program, basically, i want to do is..have something like...saying..please enter your name:...then you enter your name. I then want to display that name on a blank screen sa ...Show All

  • Visual Studio Team System Editing a Project Portal after Its Team Project Created

    If my team project portal was created using a wrong template, how can I fix this, how can I change the project portal design For example, here ( http://img135.imageshack.us/img135/622/stpreports2qs.gif ) I have some links to reports I do not really have or use - how can I remove them Thanks in advance. 1. A Project Portal is simply opened by Open Site... command in FrontPage 2003 (specify the portal's root URL t ...Show All

  • SQL Server VB.NET 2003 STD WITH SQL SERVER EXPRESS

    I have installed Sql Server 2005 express and Visual Basic. Net 2003 standard edition. How do I connect to Sql Server 2005 express from Visual Basic. Net 2003 standard edition I tried to use sqlnative client to connect, but it gave an error message saying this is not supported in this version of Visual studio. Looking for an answer ... thanks. Tried all stunts, but it keeps giving the same error ...Show All

  • Visual C# Progress Bar

    I have a progress bar whereby it should progress for every graph that is loaded.But upon executing the program, the progress bar will immediately hit 100 % even the graph had not been fully loaded. But my code is written such that the PerformStep is placed after the loading of graph. Please advice. Thanks for ( int i = 1; i <= load_graph; i++) { parent_form.flowLayoutPanel2.Controls.Add( new TrendChart (a , root_source)); ...Show All

  • Visual C# C# API

    I'm fairly new to C# and i'm having trouble finding C#'s API. I tried googling it and had no luck. Thanks   Burnt1ce wrote: I'm fairly new to C# and i'm having trouble finding C#'s API. I tried googling it and had no luck. Thanks The free IDE for developing in C# is called "Visual C# 2005 Express Edition", and can be obtained here - note the big "Download Now" button on the right! ...Show All

  • Windows Forms issue with owc11 in windows xp/2003

    I have used owc in a web application with windows 2000, which is working fine. but, the same application is not working in windows xp and 2003. On both machines I have installed owc components. On the windows xp machine I have installed owc xp (owc10) and windows 2003 machine I have installed owc 2003 (owc11). But both are not working. I want to know, owc is dependent on OS Version Is code dependent on OWC version (9/10/11) cla ...Show All

  • Windows Forms Could not find any resources appropriate for the specified culture or the neutral culture

    I just converted my windows forms solution from vs 2003 to 2005 and fixed all the compile errors.  I'm running into the following error when trying to display an inherited form.  The base form in this case is " Retirement.Shared.UI.Forms.BaseNavForm" and it resides in another assembly.  This solution worked fine under VS 2003. The error also occurs when displaying the designer for the inheriting form. Does anyone have any sug ...Show All

  • Visual Studio Team System Beta 3 Setup Error: Windows SharePoint Services is not configured as recommended by Team Foundation Server

    I am trying to install Team Foundation Server Beta 3 as single server installation and installed all required software components. However, during the installation, it gives me "Windows SharePoint Services is not configured as recommended by Team Foundation Server" error under "Recommened Components" dialog box. I exactly have followed an instruction specified in setup guide for Team Foundation Server Beta 3 for SharePoint services installation. ...Show All

  • Windows Live Developer Forums OnRemoteAppLoaded

    After testing on various computers and not finding any bugs, I submitted my application. I recieved a response saying that the application was just "sitting there" on a particular screen and not advancing.  The person who contacted me refuses to give any detail and won't even tell me if both clients have the same problem.  However from what little description he gave me, it seems as if either Channel_OnRemoteAppLoaded or Channel.Initi ...Show All

  • Software Development for Windows Vista Rehosting WWF and a simply expression

    Hi, I have rehosted the designer in my application and now I want assign a simply expression to an activity property. Imagine a workflow with three MyActivity with a int32 property, I want do this: MyActivity3.IntValue = MyActivity1.IntValue + MyActivity2.IntValue . I can do that Bye Yes this is possible. You can get more information here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID= ...Show All

  • .NET Development Reflect private field of System.Web.UI.Page

    Hi. I use this code to get the value of private field "_focusedControlID" of System.Web.UI.Page. I place this code into the OnPreRender event: ------------------------------------ BindingFlags f = BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.FlattenHierarchy | BindingFlags.IgnoreCase; object o = this.GetType().BaseType.BaseType.GetField("_focusedControlID", ...Show All

  • Windows Forms Bulding Control

    Pls, I really your help. Can you teach me using any example in Visual basic .net how i can create a custom control using datagridview.so that when I pick the control from my toolbox by default I will be able to add Other controls like datepicker etc.the way textbox,button,combobox are added. Hi, Here is a sample to start with... Custome control in Vb.net Hope this help. ...Show All

  • SQL Server MsiInstaller Errors: SQL 2005 Express with Advanced Features

    My machine environment is as follows: - Windows Server 2003 Standard with SP1 - IIS 6.0 with some "classic ASP" applications running under it (not ASP.NET) - SQL Server 2000 Client (Enterprise Manager, Query Analyzer etc) - .NET Framework Runtime 1.1 & 2.0 - Visual Studio.NET 2003 & 2005 I've never installed (or even trusted) any beta/CTP version of either Visual Studio or SQL 2005 (or any other MS trial products for that matt ...Show All

  • SQL Server An attempt to attach an auto-named database ....\aspnetdb.mdf failed

    I've installed VWD 2005(Beta 2) and MS SQL Express and also followed the aspnet tour at http://beta.asp.net/guidedtour2 . After trying new webcontrol (login control) and trying to execute the page, I've got an error such as below: An attempt to attach an auto-named database for file c:\inetpub\wwwroot\Demo\App_Data\aspnetdb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. ...Show All

  • Visual Studio Express Editions HelloWorld.exe doesn't run

    Hello there, I'm using Visual C++ Express Edition the first time. Thus I was making a HelloWorld.cpp by chosing Win32 Console Application. I'm also using the latest PSDK for x86. My HelloWorld.exe runs within the IDE and also within a command prompt on my computer where Windows XP is running. Unfortunately it doesn't run on another computer I have with Windows XP. What could be wrong Any suggestions are welcome. :) Thank you for your help. ...Show All

©2008 Software Development Network

powered by phorum