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

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

mtaylor794

Member List

Cryo75
Alexander N Mikhaylyukov
chaza
RayClark096
Sara_H
ASV Ravi Kumar
Jassim Rahma
Martyn775
progames25
Kinlan
Angel Rom
dakota367
Duane Haas
Neotech
nbrege
StarsFire
Stéphane Beauchemin
jschroeder
fscarpa58
Forsaken Reaper
Only Title

mtaylor794's Q&A profile

  • Visual C# Simple Question regarding Objects

    I'm a bit reluctant to post this question in the forums because I know that the answer is going to be something fundamental, but I've come to a point where I simply can't continue programming without having it answered and after hours of searching I'm at an end of what to do. So here goes: How can I access the properties and methods of an object from a class other than the class that the object was created in. For example, I create a new object (called object1) in a class (lets say Entity.cs) and this new object, object1, contains a method called update. Now here's the problem, I want to call the object1.update method from a class other than the Entity class (for example Other.cs) how can I do this without creating a new object in the O ...Show All

  • Visual Studio Express Editions Deserialization

    This is very aggrevating!!! I have serialized three simple questions (textboxes) that is entered by the user. I cannot figure out how deserialize and have the three textboxes show what I have serialized My code (Visual Basic Express) on my main form is as follows: Imports System.Xml Imports System.Xml.Serialization Imports System.IO Public Class Form1 Private theCollectionOfPatients As New ArrayList() Private Sub DoSerializePatient( ByVal patientcollection As ArrayList) Dim theTypes(1) As Type theTypes(0) = GetType (ArrayList) theTypes(1) = GetType (Patient) Dim theSerializer As New XmlSerializer( GetType (ArrayList), theTypes) Dim theWriter As New FileStream ...Show All

  • SQL Server How to use variables for server connections

    Hello, Today is day two of using SSIS and having some issues adjusting. In DTS I would simply populate my global variables via an Active X step or pass them in at the job line. I am having a hard time being able to do either or in SSIS. Really all I want to be able to do is pass in a server name to the Connection of an execute SQL task from a scheduled job line. Same goes for any variable really ... how do I pass them in, and how do I assign them to specific areas of a task Thanks! By the way, if you're finding the transition from DTS difficult I've got some documentation that may help: The mind-shift from DTS ( http://blogs.conchango.com/jamiethomson/archive/2005/05/09/1396.aspx ) But i ...Show All

  • Windows Forms Could not find 'WindowsApplication1.Program'

    Hi... I had created a windows application using c#. Initially the solution file name as well as the namespace was WindowsApplication1,which is the default. But then i renamed the solution as WinService. The namespace is also changed as WinService. But when i try to run the project, i am getting an error as : Could not find 'WindowsApplication1.Program' specified for Main method WinService. It is also not showing any line numbers. I searched in all my doucments and program.cs file, but i couldnt locate WindowsApplication1, as i had changed everything to WinService. what is wrong Please help Hi.. I found out the solution. I changed the project properties to the WinService.Program. The project ...Show All

  • Visual Studio CHM files in Unicode path

    I want to be able to install my application in a directory with Unicode characters in the filename. I am, however, unable to open any compiled html files (.chm) when I do this. The error message I get is: Cannot open the file: mk:@MSITStore:C\Program Files\Uni \myhelp.chm. The same .chm-file works fine a directory without Unicode characters. Has anyone figured out how to do this Regards Bengt Hi Bengt, You might try "escaping" the unicode characters in the directory's title name, substituting either hex or decimal values. Please see this conversion chart: http://theorem.ca/~mvcorks/cgi-bin/unicode.pl.cgi start=0400&end=04FF I'm not sure if this will work, but it's w ...Show All

  • SQL Server OLAP Services connection 8.0 Vs 9.0

    Microsoft OLE DB Provider for Analysis Services 9.0 ------ Microsoft OLE DB Provider for OLAP Services 8.0 I have both 8.0 and 9.0 installed in my box. I use Excel 2003 to connect to AS. I opened two excel files in one I used OLAP 8.0 to create connection to OLAP database which is in AS 2000. Connection was created as soon as I click OK in "Create New Data Source" window. When I do the same using OLAP 9.0 and create connection to same OLAP database in other server using AS 2005 it takes 2 mins to just create a connection after I clicked OK "Create New Data Source" window. I am just trying to figure out why Is there some thing which will slow down my query too. Hardware is almost same and those server runs only ...Show All

  • Microsoft ISV Community Center Forums trouble with internet explorer and java?

    after my power went out last night my internet explorer hasnt allowed me to access sites to play games through popup windows it allowed me to before. instead, it closes ALL of my open internet explorer browsers as soon as the java loads. i have tried a number of things, including reinstalling my java and checking all of my settings to ensure it is not blocked. it also does this with firefox. ...Show All

  • Visual C# Why is fixing runtime bugs expensive?

    I am a novice C# programmer. In the title “Learning C#,” the author states that it is much more expensive to fix a bug at runtime than at design time or compile time. I am wondering if it would indeed be as expensive as he says if the application goes through an SQA cycle before it is deployed. Whether you catch it at design or compile time, or rather at runtime, why would there be more or less cost involved Please shed some light on this. This is a myth. It's not defined who will cover those extra costs of fixing bug so late. If this software is for sale - then it's possible for software developer/team/company to rip benefits by releasing new version of software or charging per hour to implement f ...Show All

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

    Hello, as some of you may know, I'm working on a collision detection system, and thanks to PolygonSoup, I've gotten a lot further allong. In my tests, speed does not seem to be affected at all by my method of going through every triangle in the level if I base my collision on a single sphere, but I have problems with the collision itself. I used a rough (and horribly incorrect) algorithm to detect if my sphere is even remotely close to the triangle. What I'm looking for is a formula that will tell me the distance between point [X,Y,Z] and triangle [(X,Y,Z),(X,Y,Z),(X,Y,Z)]. After that, I will simply determine if the distance is less than the radius of my sphere. Thank you. Dont know of any specific algori ...Show All

  • SQL Server Replicating Sql Server to Express Edition as backup application

    Hello! We are running a business critical client-server application that needs to have high availability to the end user. I was wondering if it would be possible to setup a replication/data transfer from an existing Sql Server 7.0/8.0/9.0 (regular online environment running on server) TO an instance of Sql 2005 Express Edition (backup env. running on klient PC). In case of server failure the application would redirect - accessing the local PC Express edition. Does anyone have any input on this, and if it would be a possible alternative to use as extra standby- system. Kind regards Tomas Hi, You might want to talk to us about a product that we sell (WANSync) which provides real-time asynchronous data replication, full tree rep ...Show All

  • Visual Studio Express Editions i need help on making anti porn programe

    hi every body i heared about aprograme called anti *** programe this programe block any such sites when the user try to open it but this programe use very large data base containig this sites iam trying to make programe like this programe but i have diffrent idea i will make the programe chek what has written in the addres bar if the address bar contain any of certain words the intrent explorer open other site or open blank page ..... see you ...... iam waiting for your sweet posts well you can go through each process of IExplorer opened: Process[] theProcesses = System.Diagnostics.Process.GetProcessesByName("iexplore") then for each process, get the Mai ...Show All

  • Visual C# term for c#

    Does anyone know the term below when a property is non-virtual and contains only a small amount of code, the execution environment may replace calls to accessors with the actual code of the accessor. Thank you for help. You are referring to a process known as inlining . What it says is that the accessors (i.e. get and set) of a property with very little code will be inlined in your code. In a nutshell, say you have the following (rather silly) property: private string m_myproperty; public string MyProperty { get { if ((m_myproperty != null) && (m_myproperty.Length > 3)) return m_myproperty.Substring (0, 3); else return ""; } } and somewhere in your c ...Show All

  • .NET Development Trying to learn website design

    Hello Ladies & Gentlemen! I would love to be able to make a website to include pictures....could someone please tell me the requirements that i need to get started... I am a complete novice so please if you reply be gentle with me! Regards ...Show All

  • SQL Server Opening View does not reflect SQL statement

    I am having trouble with a VIEW. I modify the view to add a sort criteria. I can Execute the SQL and get the results I am looking for. I save the VIEW. Then if I open the VIEW using the OPEN VIEW menu option(right clicking the VIEW name) the sort order I set does not work. Please help. Using Microsoft SQL Server Management Studio Express to access the SQL Server 2005 I apply Service Pack 1 for microsoft SQL Server 2005 Version : 9.00.2047 and facing the same problem and the TOP 100 Percent doesn't resolve the problem. and the sorting option (ORDER BY) working fine in preview pane , but when Open the View the sorting option doesn't work. the workaround for this is not using the View and wri ...Show All

  • SQL Server Script Transform

    Hi, My requirement is to check whether value of a particular column is null or not. if it is null I have to enter warning messages into the temp table I have created. For this I am using Script Transform Now I want to know how to write info from script transform to a table using SSIS. Currently I am using the following code in script component [Code] Public Overrides Sub Input0_ProcessInputRow( ByVal Row As Input0Buffer) Dim ConnString As String ConnString = "Data Source=ABC;Initial Catalog=XXXX;Integrated Security=SSPI;" Dim sqcn As New SqlConnection(ConnString) ''Dim sqlCmd As New SqlCommand(ConnString, sqcn) 'sqcn.Open() if Row.Col1_IsNull Then sqlCmd.CommandText = ...Show All

©2008 Software Development Network