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

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

troy2000

Member List

Mike Bosch
Attila Fogel
kidwidahair
Kendal Walton
AndersBank
Fox Me Up
MisterMoon
Matthijs Koopman
AhV Sharky
Dan Mikkelsen
k_Prasad
haihtomy
EltonSky
ercan_06
Fusion54
Ofer Gal
K.S.RamakrishnaPrasanna
Ben Hall (UK)
Lokar
Rodrigo Chagas
Only Title

troy2000's Q&A profile

  • Software Development for Windows Vista InvokeWorkflow doesn't seem to run the invoked workflow's activities

    I have one main workflow that invokes a secondary workflow using the InvokeWorkflow activity. My secondary workflow is very simple, consisting of two code activities that dump a line of text into SQL Server so I can check to see if they're being run. However, once invoked from the primary workflow, these code activities don't seen to run. To debug I've attached to the StatusChanged event during the Invoking event and can watch as the secondary workflow is said to have "completed without error". So, I can tell that no exception is being thrown and there is no other path for the secondary workflow to take, yet the code activities aren't firing. Has anyone seen anything like this yet Probably that the host workflow is complete ...Show All

  • Visual Studio Team System Can I use the XML/XSD schema as a source for data genaration?

    I have some XML/XSD schema which has table definition. Can I use this schema in place of the RDBMS table for generating the data And is it possible to have this data generated in the XML file Right now we either reverse engineering the schema from database or import it from Sql Script. And there is no direct way to import the schema from XML/XSD. A workaround is that you can write your code to create sql script so that it can be imported. For data generation, there is no direct way to generate data into xml file. You can generate data into the database first and then export them into xml file. Thanks, ...Show All

  • .NET Development How to convert string to expression

    I am having an string "3<2", I would like to use it in a if statement as if(3<2). How to convert this string into an boolean expression. Can we convert a string like "a<b" into a boolean expression. You could use CodeDom - which is used to dynamically build up code (using code) to execute... have a look at the System.CodeDom namespace, in particular the CodeExpressionStatement class. If you have a look through the documentation (and on the internet for examples) you should be able to put something together. Hope that helps. Simon ...Show All

  • Community Chat Windows Code Named Vienna

    Can Anyone tell me how compatible it is going to be with previous versions of Windows. http://www.winsupersite.com/faq/windows_7.asp This site will give you a good forecast of Windows 7, it did very well for Vista. ...Show All

  • Windows Forms Using ActiveX in C#

    Hi, I have created an ActiveX Control some years back, which i wanted to use in my current C# program. I'm able to instantiate it, but unable to use any of its functions, because it is throwing exception, i even checked the GetOCX property, it is also returning null. AxMyActivexCtrl obj = new AxMyActivexCtrl(); obj.Location = ......... obj.Size = ...... obj.Parent = this. try { obj.fun(); //one of the function exported by activex control, but exception is being thrown. } catch( AxHost.InvalidActivexStateException e) {} object temp = obj.GetOCX(); // even temp is null i studied MSDN, i found that this exception is thrown if ActiveX object is not instanstiated and not properly initalised. ...Show All

  • Visual C++ Excel Automation

    Hi all, I am a beginner for Visual C++ and want to ask how can I get the value of text box in Excel thru Automation. Could anyone help me please Thanks hoyauwong You still need to ask the question in the right place. How about if you post the link to the question in the other foum here. If anyone here knows the answer, they can answer it in the right place. Brian ...Show All

  • Visual Studio Express Editions Submitting a Form over the Web

    How would I have the data that users input in a form be submitted to me say over an e-mail.  If you can not do this over an e-mail, could you please tell me how this would work. This is very important!  Thank you all. you can use the System.Net.Mail classes to send an email to a specified email address however you must generally give it the Credentials so it can authenticate your account. you would use a MailMessage object to construct the email (sender, to, subject, message etc....) then use the SmtpClient class to send the email, of course giving it the IP Address of the mail server/SMTP server. Take a look at this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=760457&S ...Show All

  • Visual Studio System.IO.FileNotFoundException: File or assembly name CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was n

    I have an application done with Vs.2003 and I want to access report over the network,for this I used crystal report which integrated in vs.net 2003 on my post the crystal report run normaly but over another post on the network it gives me this message System.IO.FileNotFoundException: File or assembly name CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was not found. I try all the solution that I found on the help of Vs.net 2003 I had the crystal report Merge Module on my setup application I had the .exe file of my application file in the shortcut Add-File in the Application Folder,I also used the .Net wizard to trust the assembly over the network I create embedded report .All function on my pos ...Show All

  • Windows Forms Clickonce update locations

    Does anyone know how I can setup a location on the web to hold updates for a clickonce application to check I'm not sure how to setup an update location or if you can specify a local folder on the hard drive as an update location. Thank you ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Warm Up Contest Is Up

    Just letting everyone know that DreamBuildPlay's first warmup contest is live. I have not look the code of Spacewars. But I think this rules are acceptable. And also good for people that are not good in art work because they can reuse the assets in Spacewars With this limitation, it also becomes a great challenge on how to be different from others. ...Show All

  • .NET Development backing up DB in C#

    Anyone have a simple method using C# to backup and restore a database Since each table is already mapped via dataset, I'm trying to save all the contents to a flat-file and then reload later if necessary. JS Hello Glenn- Sorry, I should have been more clear.   I have an MS Access DB with about 15 tables.  All are under 1000 records, but data that needs to be backed up regularly.     I have several followup questions: 1.  How do i accomplish the dump to XML and reload from XML as necessary I found this link which shows an example of  WriteXML , which i assume is the option you are mentioning.  If you have other examples of Write & Read I'd surely welcome it. &nb ...Show All

  • Visual Studio 2008 (Pre-release) XBAP and default browser

    Hi, I got the following problem since I uninstalled the February CTP and installed the May CTP instead: When I press Ctrl-F5 in Visual Studio for a XBAP application, Firefox is started instead of IE. Since Firefox doesn't understand XBAP, I cannot run or debug the application as easily as before. I know how to change the default browser for a HTML application, but I didn't find such a setting for XBAP applications. Any hint welcomed! Greetings, Laurent In your explorer, go to the .xbap file and rigth clic on it. Select Open With and choose IE. Check the checkbox "Always open ..." I think it will do the trick: I had the same problem and it works fine for me :) Bye ...Show All

  • Windows Forms Working with Data in Datagridview

    I have been successful in creating a datagridview based on a data source that links to a view in a SQL Database. I have figured out how to create a query with parameters taken from testboxes. Now that I show the data. How do I access the records(rows) to do something. For instance, there is a returned column that is called extended (price * quantity). I would like to go through the records and add this up to show the total in a separate textbox. Any help will be appreciated. Thanks JasinB (David) HI Ken/Hrubesh This is the last for this thread. I considered going after the total through the an aggregate query but when you have a table with several thousand records and your query ...Show All

  • Windows Forms Win Vista - Setup Project Deployment

    I have a Setup Project Deployment in VB.NET 2005 for my application In that project I use a Custom Action with a argument "\install" to install a Auxiliary Tool that my application needs in order to run It works fine in Windows XP...but in Windows Vista my setup crashes when it tries to install that auxiliary tool How can I fix this in order to be compatible with Vista another question : How can I change the custom action in order to install auxiliary tools by users choice I'm pretty sure a checked checkbox has a value of "1". You will also have to pass the data to the custom action... like by setting the CustomActionData to /checkbox1=[CHECKBOXA1] and th ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Draw without to use lock

    Hi, I would like to know, if it's possible to draw 3D graphics in DirectX without use locking vertices (IDirect3DVertexBuffer9::Lock ) I know, it's possible with Opengl . Thanks for your help I hope to create a 3D modeler, so I have to alter/add vertex often. Are there other systems to do it thanks for your answer ...Show All

©2008 Software Development Network