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

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

dtorg1955

Member List

Kamii47
Eddie Garcia
Piyush77
Andrew Cope
GLutz78
byronfromwesleyan
MarlAtkins
Flavia Lemes
jhberthemet
Sweeps78
kuankuo123
MarissaM
bderemer
Seshagiri
Keith Thomson
Tom Janssen
Arthlan
jxl98c
Brian12184
Ken32767
Only Title

dtorg1955's Q&A profile

  • SQL Server Getting the domain user running a report

    Hello everyone, I've created a report that will be used by some of my users. I'm trying to get Reporting Services setup so that I can see the user that is running a report. I start a Profiler trace but it's not showing me the login credentials of the user. It shows me the user account that is set for anonymous access (IIS -> Default Web Site -> ReportServer -> Authentication and Access Control). Can someone tell me the settings for RS and IIS so that I can see the domain account of the user who is running a report via Profiler If not, can someone point me in the right direction of where to look for how the settings should be Thanks Jarret Jarret: Are you asking this because you hav ...Show All

  • Visual C++ Make C++ CLR Programs Standalone

    Please how could I run the C++ CLR programs without installing .NET Framework Version 2.0 Redistributable Package (x86) on the computer which I want to run the programs on (mean Standalone), like MFC programs(add some classes to make the programs standalone). I am using Visual studio 2005 System Edition ...Show All

  • .NET Development Problem inserting sql query into database float datatype field using SQL Transaction

    I have this problem of inserting my query into database field. My code is as of below. The @AVERAGESCORE parameter is derived from Dim averagescore As Single = (122 * 1 + 159 * 2 + 18 * 3 + 3 * 4 + 0 * 5) / (122 + 159 + 18 + 3 + 0) and the value inserted is (averagescore.toString("0.00")) However, I have error inserting the averagescore variable into a field of datatype float during the transaction. I have no problems when using non transactional sql insert methods. What could be the problem myConnection.Open() Dim myCommand As SqlCommand Dim myTrans As SqlTransaction myTrans = myConnection.BeginTransaction() Try Dim i As Integer For i = 0 To arraySql.Count - 1 ...Show All

  • Visual C++ Why is my program outputting this?

    This is the code I used: Header file class Employee { public : Employee( string name ); // constructor that initializes an Employee object Employee( int salary ); void setFirstName( string ); // function that sets the first name void setLastName( string ); // function that sets the last name void setMonthlySalary( int ); // function that sets the monthly salary string getFirstName(); // function that gets the first name string getLastName(); // function that gets the last name int getMonthlySalary(); // function that gets the monthly salary void displayMessage(); // function that displays a message private : string firstName; // first name for this Employe ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Use XNA to make a map maker?

    How can I incorporate XNA into a Form so that I can make a map builder rather then make the whole interface inside XNA , I would like to be able to use windows controls. Thank you I'm in the midst of doing this currently. The decision I made was to add another XNA game project to my solution. this new project is the editor. Instead of the game class inheriting from Game, it inherits from the game I'm working on. So I have a project "MyGame" and a "MyGameEditor". In the editor project it has all of the classes necessary to build the editor, but since it's a sub class of the game it has all of the rendering/scenegraph stuff available to it. Then the editor has a bunch of small forms a ...Show All

  • Visual Studio Property manager support

    Hi, There is a new useful feature appeared in VS 2005 - Project property sheets. These sheets are supported only for VS C++ projects. If there are no .vcproj opened in the Solution Explorer then Property Manager displays the following message - No Visual C++ project is loaded. We've been developing our own project system. Our C++ project owns MS vcproj-file, i.e. we have nested vcproj (aggregation). Our compiler have some additional options which are displayed in project properties. But when I open Property Manager I see only nested vcproj there. I can create a new Project Property Sheet, but it will contain only MS properties (not ours). Is it possible to use this functionality with custom projects What should I do for this (i ...Show All

  • Windows Live Developer Forums Robot Invaders Contest - Who did you vote for?

    The robot invaders contest ( www.robotinvaders.com ) is closed for new entries, so all bots are in. A total of 51. With $40.000 in prizes, everybody of course wants to win. But which bot do you think will make a good chance The prizes: Grand prize (1): AlienwareR MJ-12 7550 Workstation First Prize (1): BoseR LifestyleR 48 DVD Home Entertainment System Second prize (5): AlienwareR Sentia M3200 System Third prize (10): GarminR nuvi 360 User's choice: 80 GB USB Portable Drive / DX1 Input System / LED Binary Watch The bot with the most votes on September 15th gets the user's choice award. It looks like that would be " samplebot@hotmail.com " with a total of 412855 votes! Amazing. Last time I talked to that bot though it could ...Show All

  • Visual Studio 2008 (Pre-release) export to image with black block

    My code is: RenderTargetBitmap rtb = new RenderTargetBitmap((int)canvas1.Width, (int)canvas1.Height, 96d, 96d, PixelFormats.Pbgra32); rtb.Render(sp); BmpBitmapEncoder encoder = new BmpBitmapEncoder(); encoder.Frames.Add(BitmapFrame.Create(rtb)); FileStream file = new FileStream(Environment.CurrentDirectory + "\\temp.bmp", FileMode.Create); encoder.Save(file); it run without exception,but the image ' blank area was fill with black block,why hi Adam Smith. i try your code, but it throw an exception:the parameter value must be greater than zero,Parameter name:pixelWidth . i don't know how to use your method. my code : RenderTargetBitmap rtb = CaptureScreen(inkcanvas1, canvas.ActualWidth, ...Show All

  • Visual J# Keychars?

    hi How can i get the KeyChars i want to get the keychars and then want to respond as i get the char. How can i do that for example if i press "A" char,i want to get a message "You pressed A" Thanks for answers thanks george i solved it by doing this: private void textbox2_KeyDown( Object sender, KeyEventArgs e) { if (e.get_KeyCode().Equals( Keys .Enter)) { Messagebox.show("Welcome"); } } thanks again ...Show All

  • Software Development for Windows Vista Relationship to BPMN or BPEL?

    I've installed and played around a bit, but I haven't looked closely at the XML resulting from the designer. Is it BPEL or something else How close is the graphical notation to BPMN from BPMI ECLARUS SOFTWARE has a product (to be released soon) that can visualize BPEL 1.1 using BPMN notation. We have free download now at http://www.eclarus.com If you just want to visualize BPEL for browsing and documentation purpose, you can download eClarus Business Process Modeler for Business Analysts. If you need generate BPEL 1.1 from a well-structured BPMN diagram as well, SOA Architect version is the right choice. We also have a community version solely for BPMN diagram drawing. The community version is free. Yi ...Show All

  • Visual C# MDIParent - Tracking Key Presses on Child Frames ?

    Is there a way of triggering events (ie. keypresses) in the MDI Parent when the focus is on a MDIChild I want to configure standard function keys for the all frames handled by the MDI parent. Also, I have little control on the MDIChild frames... other than just calling them. Any help would be appreciated :) Attaching a keypress event to the child form from within the MDIParent dosn't seem to work... private void ShowNewForm( object sender, EventArgs e) { Form2 form2 = new Form2 (); form2.MdiParent = this ; form2.Text = "Form2" ; form2.Show(); form2.KeyDown += new KeyEventHandler (form2_KeyDown); } void form2_KeyDown( object sender, ...Show All

  • SQL Server SSIS Data Flow task fails to load all text from flat file

    Hi Guys, I have a flat file which is loaded into the database on a daily basis. The file contains rows of strings which I load into a table, specifically to a column of length 8000. The string has a length of 690, but the format is like 'xxxxxx xx xx..' and so on, where 'xxxx' represents data. So there are spaces, etc present in the middle. Previously I used SQL 2000 DTS to load the files in, and it was just a Column Transformation with the Col001 from the text file loading straight to my table column. After the load, if I select len(col) it gives me 750 for all rows. Once I started to migrate this to SSIS, I allocated the Control Flow Task and specified the flat file source and the oledb destination, and gave the output column ...Show All

  • Smart Device Development Notification Balloons

    Hi, I'd like to edit notifications which are displayed when user clicks the tray icons (connection, phone, etc)... Could anyone tell me how I can edit messages in this notification balloons I found that I can edit it with SHNotificationGetData, but how can I get know it's CLSID and ID Thanks for any help. ...Show All

  • Visual C++ How to read file as BYTE array into program?

    I want to rea .cer files into program, but it looks I need read it as Byte array into program. Does anyone know how to do it, could you give me a sample if possible. Thanks a lot :-) Lejing wrote: I just want use standard c++ libs if possible, so I can move my program to linux with little changes. I want to store the data of file into a BYTE array, You should do as Marius demonstrates above, and use the STL vector class to hold the data. It's safe, portable and much more pleasant to work with than the raw buffers. ...Show All

  • Audio and Video Development Hidden Buttons still in default navigation

    I have several hidden buttons that are hidden (parent container is set to style:display="none") but are still cycled through with the default navigation. Is there a way to prevent this Lol, hidden buttons that are hidden. Try adding style:navIndex="none" . Greets. ...Show All

©2008 Software Development Network