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

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

Triggr

Member List

johnvarney
Jon W
EvilPaul
ahorse
NickWM
Rogge
RCH1968
Koalalalala
Prashantlakhlani
ron nash
RaviKanthReddy
Learning VB
ChoKamir
VSFW3
Green Apple
Dattaforit
jmodares.com
Meng CHew
ongle
Ronny Lewandowski
Only Title

Triggr's Q&A profile

  • Visual Studio Express Editions How to make Objects

    How do I make a picture appear on the screen when I click a button actually this is a VBExpress forum, not C# so converted to VB.NET: pictureBox1.Image = Image.FromFile("C:\SomeFile.jpg") or if you are not wanting to use a picturebox but just open the file in its default picture/file viewer...then you can spin up a process and run it via that. System.Diagnostics.Process.Start("C:\SomeFile.jpg") this will open the file in the default program registered in Windows ...Show All

  • Software Development for Windows Vista Essential Workflow Book - XmlnsDefinition

    I have a simple writeline activity (Activity1), with a Text property that gets printed to the console when the WF executes. Following Dharma's book, I get the following error on activation of a workflow: <Activity1 Text="Test" xmlns=" http://schemas.com/xActivity " /> error 347: Could not deserialize object. The type 'http://schemas.com/xActivity. Activity1' could not be resolved. However, when I define the workflow as: <Activity1 Text="Test" xmlns="clr-namespace:xActivity;Assembly=xActivity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" /> it executes fine and prints the text. The problem seems to be with this attribute, but I can't figure out what the problem ...Show All

  • Visual Studio Team System Tweak work completed query to account for changing bug ownership

    ========================================== Update: Please see the post dated 9/28/2006 for a new request for help.   =========================================   I have a need to report developer hours by work item by week. I am attempting to use the warehouse filed "Current Work Item Microsoft_VSTS_Scheduling_CompletedWork" and add a "Date Week" perspective to it, but obviously that will only return the value of the "Completed Work" field at the end of the week (and is actually a sum of all Completed Work thus far.).  I need to report the change in completed work by developer by work tiem. I attempted to enter a formula in the report using Report Designer to subtract the current  value of "Completed ...Show All

  • Visual Studio 2008 (Pre-release) Soap Header in WCF

    How to use Soap Headers in WCF The samples using MessageContractAttribute doesn't help to solve this. Thanks, Sangeetha Two main ways. Contractually specified headers are done using the MessageHeaderAttribute for a MessageContractAttribute-created service. Headers not part of the contract can be added to the headers properties of the OperationContext on either side. Outbound headers need to have a new OperationContextScope created in order to set the headers. Does this answer your question Note that this model is different than the ASMX one. There is no attribute that you put on top of an operation to specify adding a specific header with a default value. Instead, if you care about h ...Show All

  • SQL Server Date and Time Format

    Hi guys, I am displaying a line chart with datetime as the x-axis , but I cannot find a way to display the date and time seperately. Now, the date and time is being displayed in one line, like 8/16/2006 12:00:01 AM . However, our customer want the date and time to be displayed in two lines, like 8/16/2006 12:00:01 AM Can anybody help me on this Thanks in advance. Danny ...Show All

  • Windows Forms Prevent Access to Alt-Tab Menu

    Does anyone know how I can prevent access to the Alt-Tab menu when a specific form is in focus The application is designed to have a mode where it can be left unattended and people (ie: not the owner of the computer, people who should not be allowed to access anything on the computer) can use the interface to perform certain tasks. While performing these tasks, the user should not be able to access anything else on the computer without entering a password (not the system password, a password set by the main user when entering this application mode). My question to you (if you have an answer) is how can I block access to the Alt-Tab menu while in this particular Form ...Show All

  • SQL Server SQL Execute Task

    Hi how would you use a package variable in inline sql, is there a format utilized Are there any steps I need to take to do that I currently have the SQL Execute task inside a ForEach Loop container, which has the variable mapping for the ID that i need for the SQL Execute task. I just need to know the syntax to use parameters in my query in my task. here is the current code which doesnt work: INSERT INTO LAFProcess.ProcessList (WorkListID, CreatedOn, ProcessStartedOn, Status) SELECT WorkListID, GetDate(), NULL, 2 FROM LAFProcess.WorkList WHERE Status = 2 AND LoanApplicationID = " + @[User::LoanApplicationID] +" UPDATE LAFProcess.WorkList SET Status = 1 WHERE LoanApplicationID = " + @[User::LoanApplicationID] +& ...Show All

  • Audio and Video Development No sound with Windows Vista

    I have a Dell Inspiron E1705. I just downloaded Vista Beta and love it. Except for hot having any sound. My speaker volume is up and not muted. All updates are complete. I did a driver update and it gave an up to date message. Any suggestions Thank you for your time, BD Ive done what both of you guys have said to do.. ive attempted it about 10 times and ive still no sound what so ever.. any other ideas ...Show All

  • Visual C++ Excel Debug Symbol Files

    Hi, I am trying to debug a bit of C++ code using excel. I have included windows.h and time.h. When I run the debug I get a load of warnings telling me that I do not have the symbol files loaded. How do I load the symbol files and get Visual C++ Express Edition to point to them Thanks Gordon ...Show All

  • .NET Development Enable/Disable network card

    Hi. Is there any possibility to control the network card ( enable/disable) using c# in .NET Framework 1.1 Thanks.Mircea I want to simulate this, that's all. So, I am interesting in doing this and I wanna know the way how to do this. ...Show All

  • SQL Server Cant get Reports Server page to work

    hi I have sql 2005 Standard on WinXP and i cant get http://localhost/ReportServer to work. I get the web page error Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. I have re-installed sql 2005, reinstalled IIS . I have run the aspnet_regiis -i and still nothing. Please someone, anyone , help. here is a link that may help :) http://support.microsoft.com/default.aspx scid=kb;en-us;Q257267 ...Show All

  • SQL Server SQL 2005 Management tools

    Hi, I installed sql 2005 dev for testing sharepoint, and the management studio was not installed. Now, i am afraid to try to install it because i am thinking it may uninstall or re-install all sql components (and probably erase existing instances and sharepoint data may be lost. I have installed on an other pc the client tools, but i cannot connect to that instance, and i cannot attach the user databases (i get the 5123 error) Can anyone help me how i can install management services without messing up the sharepoint instance Setup doesn't uninstall existing products when you run it multiple times. You need to run setup and select Workstation Components and you'll get Management Studio without affecting ...Show All

  • Software Development for Windows Vista "The owner SID on a per-user subscription doesn't exist"

    I'm trying to convert this one AVI (XVID) to DVD using Windows DVD Maker. Every single time (tried it 4 times), I get this error at 99.0%: The owner SID on a per-user subscription doesn't exist What is this error I tried with multiple DVD, and still get this. I'm using an NEC DVD-/+R burner (don't know the exact model). No Joy..... The old AVI still does not work, so it seems to be movie specific. HSChronic, set his "date" back, that sounds interesting. Werner ...Show All

  • .NET Development XML Instance document cannot detect attribute

    Good Day guys, here's my problem: I declared this global attribute in my schema document. By the way, I'm using VS .NET 2003. < xs:attribute name ="OutputId"> < xs:simpleType > < xs:restriction base ="xs:byte"> < xs:pattern value ="[1-4]" /> </ xs:restriction > </ xs:simpleType > </ xs:attribute > I also declared this global element: < xs:element name ="Output"> < xs:complexType > < xs:sequence > < xs:element name ="MinOutputVoltageLimit" type ="xs:float" /> < xs:element name ="NomOut ...Show All

  • Smart Device Development Serial Port DataReceived Event in .Net 2.0

    Hi there, This is driving me crazy, I cannot seem to get the DataRecieved event to work on the Pocket PC using the new serial port class in Visual Studio 2005 with C#. The DataRecieved event just never seems to be called. I can write data to the port just fine. Here is some very simple sample code that reproduces the error:. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO.Ports; namespace SerialTest {     public partial class Form1 : Form     {        // Setup the port         private SerialPort port = new Se ...Show All

©2008 Software Development Network