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

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

sdfwvgf

Member List

SeaNICK
Robert McIntyre - MSFT
?everser
RobinP
ldhertert
Kurre A
cobra99sc
Talonius
Nick Coppola
smokerpolo
muraliK
Makler
GS-US
Younis
OwlNZ
allsoppg
Golden Eagle
Gavin Jin - MSFT
CCODER32
Rick Bunnell
Only Title

sdfwvgf's Q&A profile

  • SQL Server Enhancement: SSIS Designer

    Not quite sure if this is the right place for this comment... While using SSIS Designer came across a DUE where the package was setup to: SEQ1 - Truncate staging tables SEQ2 - Load staging tables (sequence container had been setup to hold multiple data flows) For some reason one data flow was run before the truncate table sequence. Looking in the designer it appeared that the dataflow was a member of SEQ2 but looking at the Package Explorer it was outside the sequence container. It would be good to have some visible indicator to show that a task is a member/not a member of a container John. ...Show All

  • Visual Studio Express Editions Editing a Fixed Length Text File.....

    I searched the forumns and nothing seems to pertain to what I am trying to do. I have done the following easily in VB 6.0 enterprise edition, but am having headaches over trying to convert my code to VB express (BTW the converter Wizard blows up big time trying to convert my code). Anyway.... 1. I have a text file that is fixed length and has records of data that a seperate program accesses (so I can not change the layout or structure and it must remain a text file) 2. I have been able to create a program that will search and find a specific record within this file and retrive the data without a problem. 3. I need to be able to edit ...Show All

  • .NET Development Addressing a Thumb Drive in Software

    I am interested in being able to embed code which address data on a thumb drive.  Is there a way to get around the dynamic drive letter assignment so that my software can always find the thumb drive when it is attached to a client computer. Thanks, Fred Herring One possible approach would be to enumerate all of the available drives and checking them.  You could check for the volume name of the drive, or for a special file on the drive, etc. Richard ...Show All

  • Smart Device Development force to load compact framework on desktop?

    I would really appreciate it if you could help me with the following question regarding the compact framework Is it possible to force a dll/exe compiled using CF to be loaded on desktop using CF for example I have a form to display the following information Environment.Version.ToString(); I compile it using CF ( by command line csc /nostdlib /noconifg ...etc ) I can deploy it onto a device and it shows 2.0.5238.0 If I just go to the compiler output folder on desktop and double click the output exe It shows 2.0.50727.42 which is the full 2.0 framework my goal is to run the exe on desktop but have it running under CF so the two way ...Show All

  • Smart Device Development OnItemexpanded in treectrl

    I'v overrided the OnItemexpanded() in treectrl,but it never work, Can someone give me help Thanks para Hi, Are you using CTreeCtrl class As far as I can see from the code there isn't any virtual function in there that you can override to handle item expansion event. I think if you need a notification for the expansion event then you need to add something like ON_NOTIFY_REFLECT(TVN_ITEMEXPANDED,Your_handler) in the message map section. Also remember to set the parent window right. Hope this helps. Thanks. ...Show All

  • Windows Forms Searching for my parent class help!...

    I have a dialog box and my UserControl sets like this: Parent hierarchy Form (class ToolsOptions : Form) | TableLayoutPanel1 | TableLayoutPanel2 - Panel - UserControl What I want to accomplish is get the Class ToolsOptions. I successfully did it this way, but is there a faster way then using the String to compare. Like checking to see if the classes match like you can in C++ MyUserControl: private void OptionsEnvGeneral_Load(object sender, EventArgs e) { Type type; Control objA; objA = this.Parent; do { type = objA.GetType(); if (type.FullName.Contains("ToolsOptions&qu ...Show All

  • Visual Studio Express Editions Activation

    Hello everyone This may seem like an extremely daft question but, I've just installed VWD and i've activated it, and i remember seeing this page http://lab.msdn.microsoft.com/express/register/ and as you can see it says that there are a few books that i can view. great i thought, One thing where are they and how do i get to them Sorry for this. thanks Tom I have the same problem with "VWD 2005 Express Edition Beta 2". I need the "Activation Key" but I keep getting "Pending limit exceeded".   ...Show All

  • Visual Studio Can someone explain to me this command line syntax ?

       Hi guys i am debugging a existing code promotion program at my work place and currently i am trying to understand how the previous programmer downloaded a copy of a certain project based on the label onto his local machine/server folder.     However due to the lack of documentation and comments, i am having a relatively hard time trying to deciper this command. I tried looking at the GET command within the VSS MSDN however i found several options that were not inside the MSDN but found inside this commandline.    Could any of the VSS gurus pls help me out with this explanation please assum ...Show All

  • Windows Forms Strange behaving XMLHTTP

    Hi everyone    I am trying to get the content of any webpage (URL) using XMLHTTP, and it is working fine for me, but suddenly I have got  a URL "http://www.bizrate.com/" which is causing a system error and the error is System.Runtime.InteropServices.COMException(0xC00CE56E): System error:- 1072896658 here is the code, which I am using to get the content ''''''''''''' ...Show All

  • Windows Forms Report viewer control , Print button and Multi value parameter

    I have some problem to show SQL Reports in report viewer control in winform application . Please help us as early as possible.   Our problems are 1)        I have some confusion in RDL and RDLC file. RDL is used when report is located to the server and we can call this reports to report viewer in REMOTE mode. RDLC files are local and we can call this file in reportviewer in local mode. But here we have big problem, our all reports are located at server and so we have to call it Remotely but when I use remote to call the report the print preview and print button will be disabled. Any reason fo ...Show All

  • .NET Development Need help for WSE 3.0 exception WSE839

    I'm using MS WSE 3.0. I'm unable to call my webservices because I get the folllowing exception: System.FormatException : WSE839: An HTTP response was received that used the following content type: text/xml; charset=utf-8. The following content type was expected: multipart/related; type=application/xop+xml. I'm not able to interpret the error. Has anyone an idea The problem has been solved. I've forgotten to set the soapServerProtocolFactory XML tag in web.config file. Here is the correct config section from web.config: <system.web> <webServices> <soapServerProtocolFactory type=&q ...Show All

  • Visual Studio VSS 2005 beta 2 @ Windows Server 2003

    I was testing VSS 2005 beta 2 this week and finally managed to get it working on a Windows XP Pro SP2 machine. Now I installed VSS on Windows Server 2003 SP1 and fall into new troubles. I have configured IIS virtual folders, VSS share and VSS database as described in the best threads here (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2774, http://forums.microsoft.com/msdn/ShowPost.aspx PostID=4906, http://forums.microsoft.com/msdn/ShowPost.aspx PostID=18582). To be more specific I have got: - a valid address http://server/SourceSafe/VssSservice.asmx - I can open the URL and get the service description after I enabled it in web.conf ...Show All

  • SQL Server Does SQL Server Exist

    Hi All, I am trying to write an application to install a product that my company has developed. As part of the install I want to perform some validation ie is IIS running is SQL 2000 running etc before installation. The application is in VB .net can anyone tell me if it is possible to check if SQL Server 2000 exists and is running Thanks in advance for your help. Cheers, Sam i would first check if network is available, after check if the server (not sql database server) is on-line... and then check if database server is installed... i'm using this for now till i find something better i open connection to t ...Show All

  • Visual Studio Express Editions Is it possible to connect to SQL Server Express?

    From the SQL Server Express web site it claims that you can use Visual C# Express 2005 with SQL Server Express 2005, but I have yet to find a way to make that happen. When I try to select a data source the only options I get are Microsoft Access Database File Microsoft SQL Server Database File When I try to select the latter, I just go on a wild goose chase where it claims that I don't have credentials with the server. When I use the regular version of Visual Studio 2005 at work, I also get the option Microsoft SQL Server Which lets me connect to SQL Server Express 2005 no problem. What is a "Microsoft SQL Server Datab ...Show All

  • Smart Device Development WM6 SDK

    I'm a little confused I just isntalled the SDK for windows mobile 5 and the makecab file is not there am i missing something I'm new to this ...Show All

©2008 Software Development Network