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

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

HerrLinder

Member List

shya
NSchoemaker
Mark Milan
Testking
Olivier B.
Tomo-hawk
Todd Jaspers
jbaynham
Thibaut Barrere
LouArnold
Jerryk
MateuszKierepka
pink_flower4love
cconrad
devdept
RRHelpPlease
sateesh
iknowstuff
n0n
Uriel55587
Only Title

HerrLinder's Q&A profile

  • Visual C# XmlReader (ReadSubtree)

    I am attempting to parse the “ShippingTotal” element of an xml file with the xmlReader.   The xml file uses the following DTD.   <! ELEMENT Order ( Totals , Coupon *, GiftCertificate *, Other ) > <! ELEMENT Totals   ( ShippingTotal , Surcharge *) > <! ELEMENT ShippingTotal ( Total , Description ) > <! ELEMENT Surcharge      ( Total , Description ) & ...Show All

  • Smart Device Development How could i create a database application in VB 2005 for windows ce?

    hello! i've been searching the internet for the answer to this question, but i didnt find any that is useful to me. i would also like to know everything that is connected with the database application im intending to write. thanks a lot. Hi, You can use the EDB class to create,copy and delete database. I hope the following links will help you. http://www.developer.com/net/cplus/article.php/3327171 http://msdn2.microsoft.com/ ...Show All

  • Software Development for Windows Vista No Templates

    Hi, After installing and reinstalling the VS extensions for WF (long with the latest beta 2) I do not get the templates for workflows when adding items to my projects. The weird thing is, a colleague created a project on his machine (where it is working OK with an earlier beta) and then gave me a copy of the project. If I right-click that project I do get the templates. But only for that project. As soon as I try my own, it doesn't work. ...Show All

  • Windows Forms 'System.NullReferenceException' when call a Web Service

    Hi, there I Invoke Web Service, it's fine.  ********Code Here****************************  CalcWebService calc = new CalcWebService();  AsyncCallback cb = new AsyncCallback(GetAddCompleted);  IAsyncResult res = calc.BeginAdd(2, 2, cb, null);  private void GetAddCompleted(IAsyncResult res)  {  int& ...Show All

  • Visual Basic [OTP] vb6 How to unplug (safely eject) USB Drive.

    I am working on Visual Basic 6. I want Visual Basic Source Code for unpluging (Safely Removing) USB Drive from machine and plug it again. Unplug and Pluging, both the process should be done by coding and not manually. Waiting These forums are for VB.NET and there are better places to find answers for older versions of VB such as VB6. Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.pu ...Show All

  • Windows Forms Identity problem in inserting data into master and detail tables

    I'm using the TableAdapters to insert rows into the master and detail tables. I would like to know what's the best practise to handle the identity column which is a auto-generate number. As I'm required to insert all rows in a single transaction, I don't have the id no in the master table when I'm inserting data into the detail table. What's the simpliest way, or the best way, to insert these rows into the tables I've already setup the relati ...Show All

  • SQL Server Table Name Drop Down

    First off, I am still on the April CTP. We have a lot of tables and views in one database. I would like to be able to type into the drop down to get myself quickly to the range of tables I am looking for. For example we have a set that are prefixed with sis_ But when I try, I get seemingly random results. Is there a fast way to get near what I want with the keyboard When adding the connection manager choose "N ...Show All

  • Visual Studio Team System SQL Express only?

    Not a big deal, but I currently have my test machine without Express installed and it will not allow me to work a database project. Is Express the only version that works for these types of projects at this time TIA, Greg After you make the changes, you do need to restart VS right now, this is not automaticly refeshed at this point in time, the information is loaded and cached at startup time. -GertD ...Show All

  • Smart Device Development Deployment Errors in PDA

    Hi, We are gettiing the following Deployment Errors when we are running a PDA application :  =================================================== ------ Deploy started: Project: PDA-RSMS, Configuration: Debug Pocket PC ------   Deploying to Pocket PC Device using TCP Connect Transport       Error: Cannot establish a connection. Be sure the device is physically connected to the development computer. ...Show All

  • SQL Server Reports in Lanscape

    I am using Reporting services with ASP.NET/C#. How can I change print orientation of my reports to "landscape" Thanks, Rohit ...Show All

  • Visual C++ Deprecated vsprintf

    I have the following code: char buf[1024]; va_list va; va_start(va, s); vsprintf(buf, s, va); va_end(va);   The Visual Studio 2005 Express Edition compiler gives the following error: Compiling... strgen.c .\strgen.c(87) : error C2220: warning treated as error - no 'object' file generated .\strgen.c(87) : warning C4996: 'vsprintf' was declared deprecated What do I do What do I replace it with Please help. Thank you. ...Show All

  • Windows Forms New Window

    i am making a browser in vb 2005 beta but sometimes when i click a link it opens in a new window in Internet Explorer now how can i have it so it opens in a new version of my own browser or a browser on a second form any help would be greatly apreciated. So what if you use the entire code on that site, does it then still not work on your particular computer ...Show All

  • Windows Forms Easily disable tabs in TabControl

    ie. tabControl.TabPages[1].Enabled = false; Easily done like this: private void tabControl1_SelectedIndexChanged(object sender, System.EventArgs e) {   switch  ((sender as TabControl).SelectedIndex)    {     case 0:     {       if (((sender  ...Show All

  • Software Development for Windows Vista Couple questions about indigo/acrylic/sparkle etc..

    I guess this is the right place. I just wanted to get some basics straight in my head. I read a couple articles 1. A big thing is this new WinFX and having a application run inside a browser like flash right So are there any examples on the web yet I could see I assume I just need the latest CTPs and I could view a example of a WinFX app embedded in a web page 2. So Acrylic is like photoshop. Sparkle is like Flash. And I start to g ...Show All

  • Visual C++ How to add existing source controlled file to VC++ 2005 project

    Hi, I currently experience problems when trying to add files that already are under source control (IBM Rational Clearcase) to a VS2005 project. VS seems to recognize what I am trying to do, checks out the project file and warns that the file I am trying to add is already under source control. But after confirming this .... nothing happens. There are 2 workarounds: 1) Edit project file in notepad .... not really an option 2) Remove the file ...Show All

©2008 Software Development Network

powered by phorum