Software Development Network Logo
  • Visual Basic
  • Smart Devicet
  • Visual C#
  • Visual C++
  • .NET Development
  • Microsoft ISV
  • VS Team System
  • Visual Studio
  • IE Development
  • SharePoint Products
  • Game Technologies
  • Visual FoxPro
  • Windows Vista
  • SQL Server
  • Audio and Video

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

dbldown768

Member List

Sudhakar.hcitek
Connie Chan
Kent Waldrop Fe08
MShanahan
King_joma
Oscarfh
nef001
LopeZZZ
TomGoossens
nielsvanvliet
hye_heena
Navneeth143
anderskj1
pcompassion
Marc Jones
m_3ryan
Bernie West
George2
Andrew E449473
PIEBALD
Only Title

dbldown768's Q&A profile

  • Windows Search Technologies cannot install WDS 3.0 with Office 2007 RTM

    Hi, I had to reinstall Windows Desktop Search on my Windows XP SP2 Dell PC, following my upgrade to Office 2007 Enterprise version. Unfortunately, the installation failed and produced the following log: (KB917013.log) 00:00.000: ==================================================================== 00:00.047: INFO: Opening log for preliminary WDSSetup.exe actions 00:00.047: Started: 2006/12/25 (Y/M/D) 22:18:19.468 (local) 00:00.047: Command line: 00:04.844: INFO: ****** Found 1 Read-Only keys. ****** 00:04.844: ERROR: Error modifying the Read-Only ACL on one of the permission restricted keys. Using Process Monitor, I found that wdssetup.exe was denied permission to access the following registry key: HKCR\.mdb I chan ...Show All

  • Visual Studio 2008 (Pre-release) Show TreeView nodes connected with dotted lines

    Has anybody done any work with the TreeView control to replicate the ShowLines/ShowRootLines properties from the Windows Forms Treeview and draw dotted lines to connect nodes. I can see that it may not be too difficult to draw the horizontal line of dots but the vertical line looks more challenging. For the ToolStrip menu, if you place menu inside a toolbar, you will get a different appearance that is pretty close to how winforms looks. You'll also want to restyle the toolbar so it can't be moved: <Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml "> <DockPanel> <ToolBarTray DockPan ...Show All

  • Visual Studio 2008 (Pre-release) streaming image from webcam into a WPF App

    Hi, Is there a way to stream images transmitted from a webcam into a WPF App. Is it possible in WPF -Sai If it's a computer-connected webcam, a la USB, you'll probably want to use directShow and renter it into a HwndHost. If you want the content redirected to a wpf surface, your choices are very limited. Either writing a directshow renderer to wpf, and that's no small task (I believe WPF calls down to MIL to hook up directshow output), or blit from memory to a wpf surface, which could end up being very expensive (system to video memory) so unless it's a few frames here and there you're probably better off using an HwndHost. ...Show All

  • Smart Device Development mousemove problem...

    Hello, i have an application with signature form... public partial class Form1 : Form { private Bitmap bitmap; private bool hasCapture; private int oldX = 0; private int oldY = 0; private Pen ipen = new Pen ( Color .Red); public Form1() { InitializeComponent(); } private void panel1_Paint( object sender, PaintEventArgs e) { e.Graphics.DrawImage( this .bitmap, 0, 0 ); } private void panel1_MouseDown( object sender, MouseEventArgs e) { hasCapture = true ; oldX = e.X; oldY = e.Y; } private void panel1_MouseMove( object sender, MouseEventArgs e) { int x, y; if (hasCapture) { x = e.X; y = e.Y; ...Show All

  • Windows Live Developer Forums Windows Live Messenger Localization

    Hello I'm From Georgia I dont understand why MSN - and Windows Live Messenger Don't Have A Windows Live Messenger Georgian Version Why need help with Localization Post here Best Reggards The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgroups/ dg=microsoft.public.msn.messenger&cat=en-us-msn&lang=en&cr=US&ln=en-us nntp://microsoft.public.msn.messenger Get the latest informati ...Show All

  • Visual Studio Team System Integrate FxCop warnings and errors in visual studio developer edition

    I've managed to run FxCop everytime I build my project using msbuild and the msbuild communitytasks. My example: < Target Name = " CodeAnalysis " > <FxCop TargetAssemblies="bin\debug\*.dll" AnalysisReportFileName="analysis.xml" FailOnError="False" ApplyOutXsl="False" IncludeSummaryReport="True"/> </ Target > Now all warnings and errors are in the analysis.xml (for use in cruisecontrol), but is it also possible to output those errors and warnings to visual studio (developers edition) when you hit F5 Or is that only possible in VSTS Sorry, Dave's right. You should already have FxCop (Code Analysis) integration in V ...Show All

  • Smart Device Development Bug w/ ContactCollection.Find & ItemId

    Specifically, with OutlookSession.Contacts.Items.Find (PropertyDescriptor, object) Here's the example code: "This Guy" here. I fully agree that the ItemID class is useless, however it's not just a simple wrapper for an int. What it wraps actually depends on what entity you're looking at (IIRC it's a guid for an appointment item). What they *should* have done was make the class useful and have lots of operators so it could be used an an int, string, guid or whatever when applicable. Don't even get me started on the very, very, very poor implementation of events either. You want a fun task, when a Contact is changed, or even worse deleted, from the device, try to figure out which one it was. ...Show All

  • Visual Studio Express Editions Where do I start? SQL/VWD/VB/C#

    Hi, I've downloaded the express edition packages as per the subject heading (plux the games one for much later . I am an absolute beginner. I have begun on the tutorials for VB - up to and completed lesson 9 (databinding - dancing through the non-saving of data to the database and those associated forums on that issue) - I think I understand it. Otherwise the videos are very good. I certainly understood them (although I'm not at all confident that I could reproduce the actual code - evidently that takes practice). Was this a good place to start I want to write an application/website that interconnects - is able to be accessed and used both as a record device for me and a reference and upload device for users (I am ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Forums

    I have a large amount of webspace at my disposal not being used for anything. If I created a XNA based forum on it, would anyone use it True, but I find this forum kinda hard to read at times, it could be divided up better to make it easier to find the topics. But continuing with what you said, if enough people post telling me they would want a place to host projects, blogs, or tutorials, I will see what I can do. ...Show All

  • SQL Server Create report with an ADO dataset

    Hello, We are trying to convert our Crystal XI reports to SQL Reporting Services 2005. Our crystal reports get their data from ADO datasets which are populated through code at run time. Is it possible to do this in SQL Reporting Services The only options for a dataset seem to be query and stored procedure. When i have a blank dataset it throws an error. When i try to link my dataset to code, it throws an error. Thanks for your help! So your web service works Have you tested it through Internet Explorer Your query (in Visual Studio) should look something like this: <Query> <ElementPath IgnoreNamespaces="True"> GetEmployeeManagers Response {}/ GetEmployee ...Show All

  • Smart Device Development How to install .NET Compact Framework 2.0

    I may be missing something, but I have looked everywhere on how to install CF v2. I have a new iPAQ hx2495b with windows Mobile 5.0. Just applied the new ROM update from HP. Installed a small app I developed using one of the mobile webcasts. When I ran the app it gives an error saying it was using a later version of the cf than the one installed on the device. I read somewhere on a Microsoft site that new Windows Mobile 5.0 PC's did not come with v2 in their ROMS and you would have to install it. I used remote registry viewer and indeed it looks like cf is v1. So is there a step by step guide on how to install v2 onto the DEVICE Thank you! I had Visual Studio 2005 installed before installing active ...Show All

  • Windows Forms DataGrid Binding

    Hi, I have Data in Array and that data I want to display in DataGrid. How to do that This is not from Database.. some other program is building this array and passing to my page.. I don't know the number of rows(values) in that array.. Suggest me.. Thanks Hey, Do this way Dim dt As DataTable = New DataTable Dim col0 As DataColumn = New DataColumn("Emp No") Dim col1 As DataColumn = New DataColumn("Name") Dim col2 As DataColumn = New DataColumn("Age") dt.Columns.Add(col0) dt.Columns.Add(col1) dt.Columns.Add(col2) Dim dr As DataRow = dt.NewRow dr(0) = "1" dr(1) = "John" dr(2) = "25" dt.Rows.Add(dr) Da ...Show All

  • SQL Server Dependent report parameters help

    I have four parameters for my report: StartDate, EndDate, TankID (the ID of a thank going from V01 to V20 and from S01 to S20) and Site (the location of the tanks, for example: the V-tanks are in Belgium (BE) and the S-tanks are in Spain (SP)) The thing I want to do is: If I set parameter "Site" to "Belgium" then only the tanks in belgium will be shown as values in the dropdown of the "TankID" parameter. If site = Spain, only spanish tanks will be shown in tankid parameter dropdown box. I tried adding a new dataset which has as default value the parameter of the "Site". Also tried some other stuff but the only thing i get is this error: Error 4 [rsInvalidReportParameterDependency] The report paramet ...Show All

  • SQL Server Not getting the return value from Stored Procedure.

    Enclosed is the stored procedure: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo] . [InsertModule] ( @Module nvarchar ( MAX ) ) AS Begin Set NOCOUNT ON if exists ( Select 1 From Modules Where Module = @Module ) Begin return - 1 End ELSE Begin INSERT INTO [dbo] . [Modules] ( [Module] ) VALUES ( @Module ) RETURN 0 End END This is the calling program: private void SubmitButton_Click( object sender, EventArgs e) { sqlConnection1.Open(); if (Module.Length > 0) { SqlCommand cmdModule = new SqlCommand ( "InsertModule" ,sqlConnection1); cmdModule.CommandTy ...Show All

  • Visual Studio Express Editions DataGridView: Replacing ID with data from other table

    Hello, I'm building an app, that shows a datagridview containing materials from a material database. Every material belongs to a certain type, so I link it with I foreign key typeID. But when I show all my materials in my datagridview of course it shows the typeID and not the typeName from my type database. Can anyone help me fix this problem In short, I want to get information from a database to show in 1 column of my datagridview, which is showing information from another database. I hope you can understand my question. Thanks in advance To achieve this, first add another binding source to your form for your Type table. Then add another column to your datagridview and set its type to combo box. Then s ...Show All

©2008 Software Development Network