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

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

DCady

Member List

dsm1982
SandyS48337
jmwatte
BostonVB
mlewis
Xcelsion
cheung_iris
tuzojazz
soumi
MikeCB1975
Avi_zl
Heem
Shivaraja K
MikeLing
DaManJ
Kevin111
MTennants
Ben B
Jim II
Sces
Only Title

DCady's Q&A profile

  • Windows Forms "working" progress bar

    Hi, i need some advice. I have a form which is being filled up with data from a database. Whilst it does this, i want to display another form that i have created as a working/progress bar on the top to show that the program is still working. I know i cant call the working form from the main form, as that locks it up whilst the working form is open. I tried putting the working form in a seperate thread, however the result of this is that it no lo ...Show All

  • SQL Server Custom Component development questions

    I have looked at everything I could find on custom components, and I'm still confused about what has to be implemented in ReinitializeMetadata. The first custom component I'm trying to build is very similar to the Audit component, a derived column synchronous transformation that should be able to create any non-empty subset of four types of output columns. I haven't found anything that does much with the inputs, the samples all seem to rely o ...Show All

  • Visual Basic Querying Active Directory to check if a Username exists

    Hi Everyone, We are doing a lot of work on our Storage server at the moment, and one thing is tidying up users folders. What I am trying to do is to pick up the name of a users folder (from a text file) and query AD to see if that User exists.  In theory !! all folder names are named after the Username. Here is the connection code that I have so far, I wonder if someone could help me, or if I am totally missing the plot and on the wrong lin ...Show All

  • SQL Server IDENTITY fields

    I have a table with an IDENTITY column for a pkey. I'd like to insert one record into this table and use the generated identity value to insert ~100,000 rows in a second table. I'm sure this is a common scenario. I don't want to pre-generate identity values or anything like that - it seems like this should be a simple task and I'm missing something. I've tried OLE-DB Command tasks with INSERT INTO ....; SELECT SCOPE_IDENTITY() - ...Show All

  • SQL Server Why I can not deploy my report project?

    Hi, all here, I am having a problem when trying to deploy my new report. The error message is like this: can not connect to the server, make sure the connection information is correct . But I have double checked the connection information, the server I tried to connect is the reporting server name on my local host though. (/localhost/Report Server). So what is the problem though. Did some body here ever occur this problem Thanks a lot f ...Show All

  • Visual C++ Inherited Project settings

    I converted VC6 project to VS 2005 and converted it as unicode and static MFC dll. I was not able to use /MT & /MTd since _AFXDLL is defined. I did #undef _AFXDLL in stdafx and I am able to build the project.   Later I found out that _AFXDLL is in proprocessor and in Inherited settings, there was no option just to remove that def. So I removed inherited properties using the check box, but is removing the existing setting in prepro ...Show All

  • .NET Development consuming ws through .NET2003 is working but through .NET2005 the ref. is not working

    hey, I've tried to consume a ws i created in .NET2005 , the ws is recognized, but there are errors refering an element in the schema which is not recognized in the namespace. In .NET2003 though, it is working with no problem....!!!!!! (i know there is nothing wrong with the schema, because of that..) does anyone know what could be the problem 10x Could you please post the WSDL for the service Also, could you please try ...Show All

  • Software Development for Windows Vista How to treat endofstream when writing mpeg video decoer filter?

    Several days before I finished a Mpeg2 vedio decoder filter, I rendered a mpeg2 media file. In the filter graph ,the splitter is Elecaid MPEG Demultiplexer, and audio decoderis Mpeg Audio Decoder ,then the problem is when the mpeg2 file is over the stop button on GraphEdit cannot become gray automatically.If I change Mpeg Audio Decoder for Moomlight Odio Dekoda, the problems doesnot exist.And some files I rendered have such problems ,some donn ...Show All

  • Windows Forms User Control And Events

    I've go a User Control that inherits from the TextBox class and I've added a ListBox; I needed to create a custom event exposed to the parent form that would fire when the ListBox changed visiblity.  The code below works but I know it's now quite right.  Any help appreciated. Control Code Snippet============================================== using System; using System.Collections; using System.ComponentModel; using System.Drawing; usin ...Show All

  • SQL Server SQL Server June CTP Installation With SQL Server Express

    Hello, I have installed a copy of Visual Web Developer Beta over the Internet which comes with an April version of SQL Server Express. I tried to install SQL Server 2005 June CTP on the same machine but it says it has incompatible beta components from Visual Studio or SQL server. Does this mean that the two can't co-exist on the same machine Hello. 1) Stop and disable SQLEXPRESS service in one of the service m ...Show All

  • Visual Studio 2008 (Pre-release) How to config Proxy generation?

    Hi, My service is passing back a common object shared between server and client by a class library. Can I change the generation so the proxy will deserialize the soap into my common objects rather than container objects. Thanks, Mark Liu Can you please give us more info (some sample code to show what you are trying to implement). Just by using channel factory,we can avoid proxy class and both client and serv ...Show All

  • Microsoft ISV Community Center Forums How to refer to an object by the tab index

    Hi, I'm trying to crease a function to disable the next 'n' fields in a form if called. The easiest way to go about this seems to be by using the tab index numbers to refer to the 'n'th control. However, I can't find any way of going about this. Or is there an easier way Please help... thanks Per our support engineer: I think we can enumerate the controls in the form and check the tab index. Thus we c ...Show All

  • SQL Server Partitioned view & computed column..

    Hello, please enlighten me regarding an issue with partitioned view... There are 3 tables in my DB of a similar structure: CREATE TABLE Table1 (value1 varchar(1)) CREATE TABLE Table2 (value1 varchar(1)) CREATE TABLE Table3 (value1 varchar(1)) INSERT INTO Table1 (value1) SELECT 'a' UNION SELECT 'b' UNION SELECT 'c' INSERT INTO Table2 (value1) SELECT 'a' UNION SELECT 'b' UNION SELECT 'c' INSERT INTO Table3 (value1) SELECT 'a' UNION ...Show All

  • .NET Development Convert .NET Char array to unmanaged C++ char array

    Hi, We are trying to create C++ managed wrapper for our legacy C++ code such that we can use from C#. The issue is we need to pass an Char array (passed from C# code) to Unmanaged character array. How do we create a property in the managed wrapper where in it gets/sets the character array (char a[10] ) from C#. We are successful in using to convert to char* to String vice versa but the issue is how we can d ...Show All

  • Visual Studio 2008 (Pre-release) WinFX Gui Designer

    Microsoft can plan to release a gui designer for xaml on winfx for Visual Studio 2005 Mobiform's Aurora works right on top of Microsoft WPF (Avalon).  It also plugs seamlessly into Visual Studio, works stand alone or can be componentized for use. Here's a look: http://www.mobiform.com/images/aurorainvisualstudio.jpg ...Show All

©2008 Software Development Network

powered by phorum