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

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

tjorvi

Member List

keithy02
StuartGM
manders
IvanVC
William Bartholomew
Tony Sperling
Yaakov Ellis
Dan Rooney
Ashley Lessard
rchokler
payal tandon
tvenhaus
pritha
RenegadeMind
ititrx
poppy33611
KAllbritain
Vighnesh Prabhudesai
Kohl.Mike
Jeon
Only Title

tjorvi's Q&A profile

  • Visual Studio Team System creating functional test?

    hi fellows can any one please sort me out how to do functional test in vsts. There is nothing directly out of the box with Team System for automatic functional tests. But you have: Manual tests: which are basically a document where you can write the actions you should do to test some functionality of the system and the expected results, but they have to be run "manually" following the document, althought the answer if it have run completely ok, will be recorded in test results. Unit test: well, sometimes functional test can be "simulated" or created with unit tests, but this must involve a serious work of the tester group to check how can this be done, and usually requires very ...Show All

  • Windows Live Developer Forums i use the following function to load virtual earth map, I wonder that after I load the map like this, can I change the map's

    i use the following function to load virtual earth map, I wonder that after I load the map like this, can I change the map's postion after this function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(37.41, -122.00), 10 ,'h' ,false); } } i appreciate your help Yep, Mauricio is right. You can also use the VEMap.SetCenter and VEMap.SetCenterAndZoom methods to change the map location. ...Show All

  • Windows Forms OWC in a windows forms app?

    Hey all, I know this may seem strange, but is there any reason I can't use an office web component in a windows forms application Alternatively, can someone suggest a way i can display pie charts / bar graphs etc... in a winform app without using the OWCs Thanks! Well honestly I'm not looking for anything great , all I need is a simple, low-cost solution to integrate into winforms apps. I have found available to me the office charts which dont seem to require a license for viewing purposes. Can you suggest a low cost alternative to OWC components Also, can someone perhaps point me towards some more information on how to use office web components Thanks :-) ...Show All

  • Visual C# VB6 # mark in C#

    Hi, Does anyone knows how can I use the " # " in C# just like this function in vb6 #If AMBIENTE_EMPRESA Then Set gbLog = CreateObject("LogOnline.wILog") With gbLog .IniciarLog "PROGED" .GravarLog "001", vbLogEventTypeInformation, "Preparando Processo de Envio de Email's e Bip" End With #End If And what the # mark means ----------------------------------------------------------------- And this one is it possible to use in c# also Set gbLog = CreateObject("LogOnline.wILog") Thanks Let me put an example... Idon't know if I'm doing something wrong... My Component Is registered under "MediControl" name.... one object ...Show All

  • Visual C++ Closing Window

    Hello, I am using Ms Visual studio 2005 and i am making form applications I am using Visual C++ I have got one form which include one picture. I have chosen an event - Click , please give me code to close this application when i click on the picture (there is only one form) thanx p.s. sorry about my bad english Well, why don't you look up in MSDN ...Show All

  • SQL Server Calling commands from the cmd prompt

    I have a series of commands that I need to run which decrypt, unzip, and rename They are all one line commands when entered on the cmd prompt, is there an easy way to do this in ssis or should i write an exe and call them from there Thanks Yeah Frank is correct on this one. The execute Process task shells to a command prompt automatically for you an dissues pkunzip or whatever tool you're using to decompress the file. The Script task in this case would be an overkill. You can make the Execute Process task typically call PKunzip.exe in the command (make sure you point to the full path) then the argument would be the file name and any switches for override. --Brian ...Show All

  • SQL Server Could I Resolve a KPI's Data Value in a SSIS Script Task?

    Hi, thanks. I could rosolve a KPI's Data Value by ADOMD.net from any .net application. Now I want to do the same thing from the SSIS Script Task. Could I do that SSIS Script Task use a VBA Script. I could use ADO.net in it, by imports the XML.dll. Thanks. ivanchain wrote: Hi, thanks. I could rosolve a KPI's Data Value by ADOMD.net from any .net application. Now I want to do the same thing from the SSIS Script Task. Could I do that SSIS Script Task use a VBA Script. I could use ADO.net in it, by imports the XML.dll. Thanks. Yep. If its .Net then you can use it in a Script Task! -Jamie ...Show All

  • SQL Server Error: Subreport could not be shown.

    I am using SQL Server 2000/Vis Studio 2003 to make a report with three subreports. The main report has one shared datasource to a sql server 2000 database. The subreports all use one, different shared datasource to a different sql server 2000 database. They two databases can link together by employee id. It all works fine in Vis Studio, but when I deploy I get the error: Error: Subreport could not be shown. I have made sure that the subreports are not wider than space allows on the main report. If the problem is that of using different datasources, then how else can I accomplish this (I already tried linked server but ran into bugs). Thanks Have you checked the server log to see if there a ...Show All

  • Visual C# whats the problem

    hello everyone, Ive been trying to get my program to click a button in another application for some time now and Ive gotten this far. I dont know what the problem with it is. this is the whole application (small for practice): 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; using System.Runtime.InteropServices; using System.Diagnostics; namespace test { public partial class Form1 : Form { [DllImport("user32", EntryPoint = "GetNextWindow")] public static extern int GetWindow(IntPtr hwnd, int wFlag); public Form1() { InitializeComponent(); } publi ...Show All

  • SQL Server Date grouping

    Hello All, Noob here. Trying to group by date in report and it is not working as expected. The date fields include a date/times i.e. 12/23/2006 9:45:00 AM. I can change the date properties to make the data appear as 12/23/2006, but when I group on date, it returns multiple rows showing the same date instead of just one row with the one date. The data is aggregated for the grouping so it seems like it should work properly. Here is an example of what I am trying to do. Current... Date Data 12/23/2006 9:45:00 AM 12 12/23/2006 10:00:00 AM 8 12/23/2006 10:15:00 AM 5 Want it to be... Date Dat ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Microsoft.Xna.Framework.Audio.NoRendererException while compiling Spacewar

    Microsoft.Xna.Framework.Audio.NoRendererException was unhandled Message="External component has thrown an exception." Source="Microsoft.Xna.Framework" ErrorCode=-2147467259 StackTrace: at Microsoft.Xna.Framework.Audio.AudioEngine..ctor(Stream settingsData) at Spacewar.Sound.Initialize() in D:\Trent\Visual Studio 2005\Projects\MySpacewar1\MySpacewar1\Sound.cs:line 203 at Spacewar.SpacewarGame.WindowsGame_Starting(Object sender, GameEventArgs e) in D:\Trent\Visual Studio 2005\Projects\MySpacewar1\MySpacewar1\SpacewarGame.cs:line 94 at Microsoft.Xna.Framework.Game.OnStarting() at Microsoft.Xna.Framework.Game.Start() at Microsoft.Xna.Framework.Game.Run() at Spacewar.Program.Main(String[] args) in D ...Show All

  • Visual Studio Express Editions universal variables

    Okay, I'm not sure if it's possible, but here goes: I know that in VB6, it was possible to declare a variable in the declarations (at least, I always did, and it worked) and then it would be there for the entire program. However, converting one of my projects over into VB2005, I have run into an error. In all of my subs, the variables are now "privately" declared, and I have no idea how or why it doesn't work anymore. My coding resembles this: dim a, b, c, d, e as decimal Private Sub Button_Click( ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Button.Click Call determine_variables(a,b,c,d,e) Call show_variables(a,b,c,d,e) End Sub Sub determine_ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Collision Detection

    Hello, I would like to create a collision detection function to test if the bounding sphere of one of my meshes (the player, for instance) is intersects a triangle in another model (the level). How would I go about running a for loop that checks each triangle of the level And from there, what would be the best algorithm to determine if the BoundingSphere is within the triangle Any help is greatly appreciated. ClydeCoulter wrote: ... You could then, check each vertice in the triangles (some of which share vertices) using Ray.Intersects against the bounding sphere (whilch way does the ray point toward the center of the sphere) . It returns the distance from the intersection, if it is greater than ...Show All

  • Software Development for Windows Vista problem with TBS API function Tbsi_Context_Create

    Dear all, I have a PC with a Broadcom TPM 1.2 chip. I can call the Vista TPM Management Tool to show the TPM chip information and to call TakeOwnerShip. Now I wrote a sample code using the TBS API functions: TBS_CONTEXT_PARAMS pContextParams; TBS_HCONTEXT hContext; TBS_RESULT rv; pContextParams.version = TBS_CONTEXT_VERSION_ONE; rv = Tbsi_Context_Create(&pContextParams, &hContext); BYTE data[10] = {0,0xc0,0,0,0,0x0a,0,0,0,0x50}; BYTE buf[512]; UINT32 buf_len = 512; rv =Tbsip_Submit_Command(hContext,0,TBS_COMMAND_PRIORITY_NORMAL,data,10,buf,&buf_len); rv = Tbsip_Context_Close(hContext); But the function Tbsi_Context_Create returns always TBS_E_INTERNAL_ERROR . Do you have any idea Than ...Show All

  • Visual Studio Tools for Office Add in for Outlook: How to add menu bars to mail items etc?

    What is the best way to add a menu bar, with buttons, to mail items and to contact items. I have tried the following below, and this usually works, but it sometimes loses the event handler on the button in the mailItem, though not in the contact item. In short, I call addMailMenuBar and addContactMenuBar whenever a new inspector opens, and in those methods I check whether there already is such a menubar. If there isn't, I add the buttons and the event handler. What is the best way to do this Many thanks for your help. void addMailMenuBar(Microsoft.Office.Interop.Outlook.Inspector Inspector) { Boolean foundBar = false; foreach (Office.CommandBar bar in Inspector.CommandBars) { if (bar.Name.Equals(mailItem ...Show All

©2008 Software Development Network