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

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

pneumahagion777

Member List

高?
Apathy
Jay McLain
sajid mayo
5216
Louis Lafreniere
NickBuck
joesucks
Jens K. Suessmeyer
srbietho
qball0203
DKB
MHelland
duck thing
Bob Alston
BoseMK
sreeni2219
BGood
SideshowBob
ConcordCraig
Only Title

pneumahagion777's Q&A profile

  • .NET Development How can I Add/Update/Delete ConfigFile in windows Application 2.0?

    Could somebody help in writing a routine to Add/Edit/Delete a config File in 2.0 Lets suppose I have the following Config File < xml version="1.0" encoding="utf-8" > <configuration>   <connectionStrings>     <add name="Connection1" connectionString="Data Source=MYSERVER;Initial Catalog=Pubs;Integrated Security=True" providerName="System.Data.SqlClient" />     <add name="Connection2" connectionString="Data Source=MYSERVER;Initial Catalog=Northwind;Integrated Security=True" providerName="System.Data.SqlClient" />   </connectionStrings> </configurat ...Show All

  • Smart Device Development From XML to SQL CE

    Hi, i must populate a SQLCE DB with a xml file. i have my xml file on desktop and the SQLCEDB is on Pocket PC. I must populate it from desktop. How Can i do it (How do i connect pcdesk with pocketpc What is the connectionstring that i must use ) Is there an example in C# ( Thanks Alessandro There isn't as you can not do that. 3rd party tools might be available, however. SQL Mobile allows you to create data base on development PC which you can copy to device later on. ...Show All

  • Visual C++ simple fileIO

    Hello, 1) can anyone please tell me how to output things to files rather than the screen in c++ preferrably using 'cout' Code snippets would be great! 2) Can anyone please tell me no file is created in the directory c:\Ido\proggen  after executing the following code: // win32app.cpp : Defines the entry point for the console application. // #include "stdafx.h"     int _tmain( int argc, _TCHAR* argv[]) { const char * filename = "c:\Ido\proggen\ido.out" ; FILE *file; file = fopen( filename, "w" ); putc(555,file); fclose(file); //fopen ido; return 0; } There are many ways to do this - you can use ...Show All

  • Smart Device Development what is default.skn

    Hi I have seen in the remote file viewer a file default.skn Can any body tell me what is it meant for and what application uses it Actually I am developing an application which has to read the xml file and display different bitmaps when and where required according to the positions and sizes specified in the xml file I am asking about default.skn just because it consists of similar data as I had So that the application which uses it would be helpful to me Thankyou hi , probably its a skin file bcoz skin files generally hav .skn extension ...Show All

  • Visual Studio VS 2005 Final - Installation problems - LoadSetupObjectGuid() : vs_setup.dll

    Hi, Can't install VS2005, released version on my WinXP Prof (Swedish), laptop. Started with a clean ghosted mashine yesterday with no beta or any other old stuff. Installad XP_SP2, WindowsInstaller 3.1. Run the installation (VS/setup.exe), 65 files are copied to the temp folder, the installation wizard starts and "Setup is loading installation components" and the progress bar stops after approx 40% I check the temp folder and in the dd_vserror80.txt I find: [11/07/05, 19:11:01] setup.exe: [2] ISetupModule::SetManager() failed in ISetupManager::LoadSetupObjectGuid() : vs_setup.dll Anyone having some suggestions what can be wrong /Erik ...Show All

  • Visual Studio Team System Whidbey FxCop 1.32 ignores certain methods ?

    Does the Whidbey FxCop 1.32 have built in intelligence for ignoring certain methods I ask because I have various rules which check ASP.NET generated assemblies. They run fine using the .NET Framework 1.1 FxCop 1.32 but when I run them on ASP.NET 2 assemblies using the Whidbey FxCop 1.32 none of the private generated methods are visited. This makes me wonder if they are being deliberately excluded. Guy We can change FxCop so that it always calls your rule for these methods. The only implication for your analysis results would be that no source file and line information would ever appear, since the asp.net comp ...Show All

  • Visual Studio Express Editions Registration

    Anyone else getting endlessly repeated requests from VB 2005 Express to register   I've registered 4 times so far, and still the balloon keeps popping up in the system tray to remind me to do so. I installed from the .img CD download, and there's no option anywhere to enter a reg code.  Does someone know of a registry fix that will turn this off I also installed from an .img CD and have not seen the popup ballons. I however am unable to register the product, the web page never loads....unable to display. Is there an alternate link to register the product VB 2005 Express FYI - I'm behind a corporat ...Show All

  • Windows Forms Hosting a designsurface within a designer

    Hi, I'm not sure if this is supported but I've been trying to do the following within VS2005: - I have a custom component that has a custom root designer. To properly design this component, I need to host a new form designer within a portion of my component's designer. I need to track changes to the form to properly manage the state of my components. The embedded form won't be serialized. I've had partial success by creating my own root designer and then placing a DesignSurface within part of my design window. I pass in my component's designer host for the service provider for the design surface. It kind of works except that ...Show All

  • Windows Forms CancelButton not compatible with ToolStripButton

    I want to use a button in my ToolStrip (a Forms.ToolStripButton) as the "escape key handler" for my form. In the form designer only plain Button objects show up in the list of candidates for the property. Also, if I try to cast my ToolStripButton--as in "this.CancelButton = (IButtonControl) myToolStripButton"--that generates a runtime error. So my conclusions are: Only plain Button objects may be assigned to the Form.CancelButton property. The Button object must be visible. The Button object must be enabled. Why these limitations How about removing any or all of these limitations in future versions... ...Show All

  • Visual C# How to dynamically Create huge grid of editable textboxes at runtime..Help..

    I'm working on a windows program that will open a tsv (tab seperated file) and store the values into an arrary and then put these values into a grid of textboxes where I can edit the values. I got to the point where i parse the text files into the arrary fine and I can put the values into the grid of textboxes.. but Im creating a grid of 12 X 100 which is 12000 textboxes i manually have to put into the form through the IDE. There has to be a better way to do this at runtime. Is there a way to create the textboxes at runtime where I can put it into a loop. for example: txtbox1...txtbox2, txtbox 3 and so on...... i want to s ...Show All

  • SQL Server SSIS will not start after SQL Server 2005 SP1 upgrade

    Hi guys, I have experienced a problem with a SQL Server 2005 SP1 upgrade, where hotfix.exe reported an error during the SSIS component upgrade, and then the SSIS service would not start back up. I have since attempted an additional SP1 upgrade on the server, which completed successfully, however the SSIS service still will not start. The server is running Windows Server 2003 Standard Edition SP1 with SQL Server 2005 Standard Edition (x86), which had been a clean RTM install prior to the SP1 upgrade attempt. The following information was located in the C:\Windows\Hotfix\DTS9\Logs\DTS9_Hotfix_KB913090_0.log file (the servers name has bee ...Show All

  • SQL Server Problem translating schedule into 1/2 hour buckets

    I am stumped on a problem. I am trying to write SQL to compare what an employee is scheduled to do VS. what a different system actually recorded them doing. In our schedule system, employees are scheduled for a specific task beginning from any minute of any hour and lasting so many minutes long. For example some records might look like this... NAME   TIME                              MIN    TASK       Joe   &nb ...Show All

  • Visual C++ Building Live.com Streaming Media Libraries in Visual C++ Express Beta 2

    I am attempting to build the live.com streaming media libraries, and test programs in Visual C++ Express Beta 2 using the instructions given at the URL below. http://www.live.com/liveMedia/#config-windows Each of the four libraries (BasicUsageEnvironment, UsageEnvironment, Groupsock, Livemedia) and the test programs (testprogs) has a make file. The make file for the windows environment is generated using the instructions at the URL above. I have successfully generated all the makefiles (I think) I have, also, manually imported all the cpp code and compiled it all, and it all compiles without errors (a few warnings, but no errors). How ...Show All

  • Windows Forms Verisign Certificate unavailable in Store

    Greetings: I've purchased a Verisign Class 3 certificate for code signing. We've used it for deploying Win32 applications. If you right click on the installed certificate is states the following: Ensures software came from software publisher Protects software from alteration after publication 2.16.840.1.113733.1.7.23.3 I would like to use this certificate for deploying a VS2005 C# project. I understand that what I have is a PKCS7 and VS2005 requires a PKCS12 (a .pfx file). If you check out this thread ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=81494&SiteID=1 ) you can see he had the exact problem and us ...Show All

  • Software Development for Windows Vista Problem installing windows sdk on vista 5365

    Has anyone been able to get the feb06 ctp of the winfx sdk to install on 5365 I've been trying but it always fails very early on in the install, with a "fatal error durring installation" I've got vs2005 running just fine. Please send me a copy of your log. It's most likely specific to your machine. Jason Sacks Setup PM ...Show All

©2008 Software Development Network