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

Software Development Network >> Dave Britton - VERTIGO's Q&A profile

Dave Britton - VERTIGO

Member List

zille
Onur Ozcelik
sharpMoon
smhaig
EileenWin
maddman
jvillwock
ben5173
robinjam
waheyluggage
kiwicoder2
KitWest
cheng_lucia
Zerrin
erikkl2000
8-
grellsworth
Alberto Acerbis
Jamie Thomson
shai.i
Only Title

Dave Britton - VERTIGO's Q&A profile

  • Visual Studio Express Editions Installation of Visual C++ Express Edition - Getting Started

    I am having problems starting my Visual C++. I installed Visual C++ Express Edition. When I went to the directory, I could not identify the executable to run the software. There is nothing on my desktop. Now that Visual C++ is installed, how do I run it Any help would be appreciated. ...Show All

  • Visual Basic upgraded os, now can not find .dll

    I work for a company who just recently updated their OS from Windows 95/ 98 to xp. The most important program they run was custom made and worked fine in the older OS. When it is run on XP it has an error before it even opens saying "Run-time error: Dxinit.dll not found" . I have talked to the original programmer who said that .dll was custom made and needed to be upgraded already to work on 98. My question is this, how can I get the new OS to see this .dll and run the program I have the VB project files and all the info for installing and compiling. "I have talked to the original programmer who said that .dll was custom made and needed to be upgraded already to work on 98." ...Show All

  • Windows Forms Datagrid Cell return

    Can anyone tell me if there is anything wrong with these statements: int _MyRow = this .currentTransactionsDataGridView.CurrentCell.RowIndex; int _MyCell = this .currentTransactionsDataGridView.CurrentCell.ColumnIndex; string _Account = this .currentTransactionsDataGridView.Rows[_MyRow].Cells[_MyCell].Value.ToString(); _Account is always "" - when I know its not. Ok. Other one didn't work cause u r trying to fetch the value of the cell in CellLeave event. When u r modifying a cell the value of the cell doesn't change immediatly. U can check MSDN for more details ...Show All

  • Visual Studio PackageLoad failure - SetSite

    I am getting this error trying to create a new project of my type in the machine where I have installed my package. SetSite failed for package [Idea.Xgen.Package.XgenPackage, Idea.Xgen.Package, Version=1.0.2403.23830, Culture=neutral, PublicKeyToken=null] Does anyone have any ideas Thanks, Mike I realized that my vpc image had team edition installed and not professional for VS 2005. Could this be the cause of the error message Thanks, Mike ...Show All

  • Visual Studio 2008 (Pre-release) Bug ? The Enabled control is not effective by MenuItem.Command.

    When the menu is displayed with the ALT+F key in the following codes, MenuItem doesn't become effective. MenuItem becomes effective if it clicks with the mouse. Is this a bug Window1.xaml file <Window x:Class="MenuBtnTst.Window1" xmlnshttp://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:l="clr-namespace:MenuBtnTst" Title="MenuBtnTst" Height="300" Width="300" > <DockPanel> <ToolBar DockPanel.Dock="Top"> <Button Name="btn" Click="OnOpenFileMenu"> <Button.Content><AccessText Text="_File"/></Button.Content& ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how to find elapsed time?

    Is there a Windows and Xbox 360 way that I can get the elapsed time between two events For instance, I want to find the ammountt of time the user waited between two mouse clicks. It could be 200 ms, or it could be 5620 ms. I don't need the code for mouse clicks, etc. I just need to know how to get the total elapsed time in milliseconds since the last time I asked for it. Much like getTickCount in the win32 api. Thanks! You could save the gameTime.TotalGameTime.TotalMilliseconds value at the first click, and then when the user clicks a second time, subtract the total milliseconds current from the saved saved value. if(firstClick) baseTime = gameTime.TotalGameTime.TotalMilliseconds; else if(sec ...Show All

  • .NET Development passing dbnull to splserver express

    I have an application i'm writing connecting to sql server express. there is a field call PayDate which is a text field and it passes the date to a coloumn in splserver which is a "date" type and allow nulls is checked. I can add and update the dates changed with no problem, but what I want to do is when the date on the textbox form is removed, I want to pass a "null" back to the PayDate column in sqlserver so it shows as "NULL" . When I used "mySQL", I had no problem passing a null back, but with sqlserver I can't seem to get this to work. Is there a way that when I remove the date from the textbox on the form and press "save" myBindingSource.EndEdit() myTableAdapter.Update( Me .myDataSet.myTable) I can pass ...Show All

  • SQL Server Duplicates

    Hi! Grateful for some help as a newbie... I have a OLE db SQL command: SELECT DISTINCT convert (char(8),date,112) as day,...etc Resulting in error "Violation of PRIMARY KEY constraint 'PK_Dim_Date "... so Column Day in Dim_date contains duplicates. I suppose i need a delete in Lookup or how would I eliminate duplicates in Dim DELETE day from dim_date where day in(Select day from date ... curiousss wrote: Thank you... Problems disappeared when I deleted the tables, and executed them again. So now all are ok, my Fact_table is green as well! But execution of Fact returns error as below Dim_Salesperson, Dim_demografic. Should I care or let it be [Lookup Salesperson [7405]] Warning: The Lookup transform ...Show All

  • Architecture [OTP] First physical sector

    is it possible to delete the first physical sector on a logical volume I make this question 'cause I have been using PARTION MAGIC by POWER QUEST. I tryed to delate partions of my hard disk and accidentally I eliminated all of them. Now, I can't to format my disk and of course; i couldn't to partion it. I appreciate your helpful! This site is for software development questions. You might find the following to be a better place to ask this type of question: http://www.microsoft.com/technet/community/default.mspx or http://forums.microsoft.com/technet/default.aspx siteid=17 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Starting 3D from 2D

    I come from a 2D background and figure that XNA is a perfect chance to start making some 3D programs, one problem: the math and terms involved are becoming too much for me. I'm looking for a resource to simplifiy the 3D process, I went through the nice video tutorials and got my ships moving and rotating; even got them rotating/moving on all three axis (axi ), albeit with some weird behavior. Terrain terrorifies me, I have no idea on any of it. I'm looking more so for explanation rather then code, I followed reimer's tutorials but I found them incredibly confusing; they seem more angled towards someone to play with the code rather then learn from the explanations. Anyway, please if you have any resources share'em with me because I'm con ...Show All

  • SQL Server .NET Custom UDF - "Internal error: An unexpected exception occured."

    Hi! I have developed some .NET UDF for MSAS2005. I compiled it, added assembly to database and tested it - it works. But works only on my test seerver. On life server I've got this message: "Internal error: An unexpected exception occured." Assembly is registered as unrestricted. I've maid simple test function in own assembly file, which just gives back 1. It also works on test- and does not work on life server. Customer will kill me :-( .... P.S. Last post-SP1-fix (form July) is installed. Mosha Pasumansky wrote: Mutch more necessary are trace messages for Custom UDFs. You told what this messages are simple DataRows - could be, but how to send them With which .NET API method You can buil ...Show All

  • .NET Development Neither XmlReader nor XmlTextReader are able to process my XML file

    Hi, I am not able to use the XmlTextReader class in C#, as it is not able to read DTD entity codes, and I can't use the XmlReader because it returns bogus AttributeCount/HasAttributes values. In other words, I'm stuck. I started by using the XmlTextReader, which works nicely until I get to XML that uses DTD entity codes. I needed to use the XmlReader.Create() method and pass an XmlReaderSettings object into the constructor - with ProhibitDtd set to false. This worked, but now I get plainly incorrect results for the HasAttributes and AttributeCount method/properties. AttributeCount is returning 1 when reading the following element: "<gloss>readability</gloss>". Not only that, but the 'HasAttributes ' property returns true while ...Show All

  • Visual Studio 2008 (Pre-release) Func definition syntax to change?

    LINQ is pretty cool but when I see this: delegate TR Func<TR>(); delegate TR Func<T0, TR>(T0 a0); delegate TR Func<T0, T1, TR>(T0 a0, T1 a1); delegate TR Func<T0, T1, T2, TR>(T0 a0, T1 a1, T2 a2); delegate TR Func<T0, T1, T2, T3, TR>(T0 a0, T1 a1, T2 a2, T3 a3); It stands out pretty quickly that a slightly different language structure is needed here... this brute-force approach is trouble. What if I need a predicate with 13 parameters I've lost the convenience this syntax intends. One obvious alternative would have been the pre-existing EventHandler model, by using one EventArgs object the author overrides - in this case a QueryArgs object: delegate TR Func<TArgs, TR>(TArgs args) where TArgs : QueryArgs; ...Show All

  • Visual Studio Express Editions Get the currently selected control in a panel

    I have a panel and there is a feature that adds controls at runtime. I need them to select on click or do something else that allows my to control the active control The page itself meaning the data... is available from Webbrowser.documenttext. Also you can have the page loaded into an MSHTML document if you want. When created dynamically as a protected friend withevents it has the properties of a control for the webpage itself. ...Show All

  • .NET Development Serial Port

    Hi, i am trying to open serial port in the way, that it would be shared for other connections. I use Win32API function IntPtr h; //by default serial port will be opened for shared read h = Win32Com.CreateFile(s, Win32Com.GENERIC_READ | Win32Com.GENERIC_WRITE, 3, IntPtr.Zero, Win32Com.OPEN_EXISTING, Win32Com.FILE_FLAG_OVERLAPPED, IntPtr.Zero); but when i try to make another connection it fails with the message Access to the port 'COM1' is denied. What could be the problem Thank you in advance. You can't have multiple handles open on a serial port. Windows couldn't possibly determine which handle should see the bytes that were received. You could implement sharing yourself ...Show All

©2008 Software Development Network