Software Development Network Logo
  • Windows Vista
  • Microsoft ISV
  • Visual Basic
  • Game Technologies
  • SQL Server
  • Visual C++
  • Visual FoxPro
  • Architecture
  • Windows Forms
  • Visual C#
  • Visual J#
  • Visual Studio
  • .NET Development
  • Windows Live
  • VS Team System

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

Tom_g35

Member List

EDilks
RWH_1
paomeow
Yogi Bear
David W Hart
Tobbej
FrankGibbs
Miketrix
stigb
SteffenK
leovernazza
Matthew Stoecker
RosarioDsilva
Star.de
jb6494
bbdobuddy
Talkless
Reema6764
Zachary
Matt j Cimino Crawford
Only Title

Tom_g35's Q&A profile

  • .NET Development error: oledbexception nust declare the variable '@Eff_Date'

    Here is the code in my Load event after declaring cn, da and cm cn.ConnectionString = "Provider=SQLOLEDB;Data Source=localhost;Initial Catalog=matrix;Integrated Security=SSPI;" cm = New OleDbCommand("select * from lk_Feat", cn) cm.Connection = cn da.SelectCommand = cm cm = New OleDbCommand("UPDATE Lk_Feat SET Eff_Date=@Eff_Date , Exp_Date = @Exp_Date ......etc. .., cn) cm.Parameters ...Show All

  • Visual Basic Naming Conventions

    Hi, Is there still an acceptable naming convention for controls ie....txtTextBox.....lblLabelDate....frmWhatever. If there is, where can I find a list of the acceptable prefixes. Thanks in advance....Eric That document was last updated over 3 years ago. I believe the tendancy now is to go towards more descriptive names (dropping the prefix) rather than using Hungarian Notation. However , it's ...Show All

  • .NET Development EventLog in C#

    Hi , I wanted to write messages to windows eventlog . I will read messages from certain file say xyz. What my question is , is there any possiblity to write date and time which i read it from xyz file to eventlog along with other parameters such as source , event id , message etc. Thank you guys for looking into this. Regards, Prasanna. The System.Diagnostics.EventLog class might be useful. Start reading here... ...Show All

  • Visual C++ Visual Studio .NET 2003/2005 VC debugger does not handle opaque type inspection correctly, a regression from VC 6

    I believe I have found a bug in the VS 2003/2005 debugger. When you compile the below C code and step into the create_two or function_two routines, the debugger gets the opaque type incorrect. Visual C 6 did not suffer from this problem. It appears that the debugger IDE binds the first struct definition to the opaque type across all files, but this is incorrect. Struct definitions are scoped on a per file basis. NOTE: The source can be down ...Show All

  • Software Development for Windows Vista Error message in state machine workflow. HELP!

    This message Error appears when i am trying to drag some activities inside an eventDrivenActivity: Multiple child activity inside the event driven activity 'eventdrivenActivity' implement the System.workflow.activities.IeventA What is it What can I do about it Hi! Is this happens with any activity or some specific activities I want to reproduce this problem, can you describe a little more what ar ...Show All

  • SQL Server MS DTC on SQL 2k5

    I'm trying to test the use of System.Transactions before implementing it.  In my test program I get the following error when trying to use it:  System.Transactions.TransactionManagerCommunicationException was unhandled   Message="Communication with the underlying transaction manager has failed."   Source="System.Transactions"   StackTrace:        at System.Transactions.Oletx.OletxTrans ...Show All

  • Visual Studio Team System Sharing issue in VSTS Source control

    Hello guys, I'm trying to migrate our VSS database to VSTS Source Control and I don't really understend how can I make "sharing" happen at VSTS For example we have next VSS source tree: $root |-DummyProject |-Includes |-ProjectA |-ProjectB Both of them have shared files from <Include>. My question is: What is an alternative for us in VSTS in terms of do not re-organize our current code Thanks a l ...Show All

  • .NET Development Garbage Collector and Memory Release

    When the garbage collector determines that an object is no longer required, does it actually release memory from the application or not I have noticed personally that starting another application leads to a drastic drop in memory held by managed applications. Does this mean that 1) garbage collection only takes place when there is memory pressure or 2) that garbage collection is internal to the application(only releases memory inside ...Show All

  • Software Development for Windows Vista SatNav development tools

    Hi I am working on a Visual Basic .net application on a tablet PC with an external GPS unit. I am looking into Sat Nav software (not decided on any particular software as yet) so the tablet PC could be used to display routing information whilst in transit. I'd like to capture any information from the Sat Nav software, especially estimated arrival times, in the .net application Does anyone know of any development tools that would  ...Show All

  • Windows Forms How to remember form size when app terminates?

    How can my application remember the last size and position of a form so that the user does not have to reposition and resize all forms every time the application is started There are two (or more ) events when the form and application close. You could easily write event logic there to capture the Location X and Y as well as Size Width and Height properties. ...Show All

  • .NET Development merge dataset with three tables

    I have two datasets and each have three tables in them. Datasets have the same structures and I need to merger these two datasets, (so each table should be merged with its corresponding) how can I do this The Dataset.Merge method may do what you want: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdatadatasetclassmergetopic7.asp You could choose one of the datasets as the "source" a ...Show All

  • Visual Studio List All Available Snapshots of a Report in Report Viewer

    Dear Anyone, Is it possible to list all available snapshots of a particular report using report viewer We're looking for the same feature of report manager when a use clicks on the history tab of a report. Thanks, Joseph We are aware of a bug in this area that is exposed by setting the history id in a specific order relative to other properties. Are you setting the history ID before the report path Be sure to set the Histo ...Show All

  • Visual Studio Team System Goal Base Load Test using Response time

    I wish to set up a goal based load test based on the response time average. which counter do I point this at in the LT properties Ken Please read forum post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=144946&SiteID=1 for the answer. ...Show All

  • Visual Studio 2008 (Pre-release) Animation Problem!

    Hello: When reading the Hands-On Lab, I enjoy myself. There is a class named " Photo " to store the path of Image A collection: public class PhotoList : ObservableCollection<Photo> A ListBox whose ItemsSource is binded to the PhotoList ; But I met a strange problem , The following code works very well when the PhotoList is steady. <EventTrigger RoutedEvent="GotFocus"> ...Show All

  • Smart Device Development cant cradle emulator

    hi there, i have problem cradle my emulator and sync with my desktop pc, the green icon is just keep on spining and connecting, but never get connected and sync. it was strange that when i was using real pocket pc it successfully connected and sync...what happen Can you please try 1. "Clear save state of emulator using Device emulator manager and then try to connect and cradle again " 2. Kill wces ...Show All

©2008 Software Development Network

powered by phorum