Turbo_Tail's Q&A profile
Visual Basic How to manage / call methods, procedures, forms in multiple Modules, classes, ect.?
Hello and thank for the help. I am such an amature. Can't find the right books either. I have created a windows form, and a lable array class and a sub main in a module BeamCalculation is a form Label Array is a class Calculate is a Module I am trying to run my program from the Module, I din BC as New BeamCalculation withthe hope that I can use BC throughout the module to perfor data and controlminipulation, A Dynamic Form that I change according to the calculation tye. I am getting 2 errors at line 15. 1. An unhandled exception of type 'System.NullReferenceException' occurred in Beam Calculations.exe ...Show All
SQL Server No recovery/no log file wanted
I have a SQL Server (Express) database that I use in a Visual Studio (Visual Basic) 2005 application. The application is of the Decision Support type, that routine deletes the contents of some of the database tables and then re-populates them with new data. There is no reason for keeping the "old" contents and no reason to restore the old content. (It does this using "BULK INSERT" statements, as in: "BULK INSERT SharePrices FROM "C:\SharePrice.txt") Because of all the data replacing, the log file gets huge quickly. I don't need the log file at all. (I suspect that the logging is also taking ...Show All
.NET Development Regarding Microsoft Speech SDK
Hi I have an ASP.net application using Microsoft Speech SDK 5.1 which I have installed in my server. I am using the text to speech(TTS) feature in my web page. Now my question is does the client computer also need to install the speech sdk for running these web pages using the TTS. Could you please give me information regarding supported OS, hardware requirement, I.E or any software that needs to be present in the client m/c. Also if I host the site with a hosting company using winXP box, I believe I need to have the Speech SDK installed in the hosting company server also BTW presently it is not supported in non-windows ...Show All
Windows Forms Problem in Tray Pop Up (C#)
Hello everyone, I'm creating program for File Monitoring using "FileSystemWatcher" class (Winforms C#). The purpose is for notifying user with message box whenever there was some folder/file creation, then i tried to use tray pop up for display the message, (i downloaded from http://www.codeproject.com/useritems/adsstraypopup.asp ). But the Tray Pop up won't run when was called in my File Monitoring program. (I separated those 2 files - Tray Popup & Filewatcher) These are snippets of my programs public void OnCreated(object ob, FileSystemEventArgs arg) { //showTrayPopUp(arg.FullPath + " Created"); --> doesn't w ...Show All
Windows Forms Major flaw when deploying to multiple clients
I've spent days researching this with no results. My problem is basically the same as this post ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=108636&SiteID=1 ), which did not receive any responses. This seems like fundamental problem with deploying ClickOnce apps to multiple clients. The issue is that when the app is deployed part of the deployment process will be changing the deployment URL in the app manifest to whatever that particular client will be using. This requires resigning the manifest, which requires making the certificate available to the client, which is a MAJOR problem! So the question is, how can the app b ...Show All
Visual Basic Text from a notepad
when i click button1 i want it to read the text from a certain notepad and then put all the text from the notepad into a textbox, how thanks Yea I alos want to know how to add text from a note pad file in my doc.called "Test" and I tryed the above code but I can't get it to work Please help me Dean ...Show All
Software Development for Windows Vista Capturing Events in MCML
I am developing a MCML add-in for Vista Media Center. I am trying to create event handlers. I don't see where in the documentation this is defined. I have a COM object that exposes events to a C# object which exposes events to, hopefull, a MCML add-in. Mike B. ...Show All
SQL Server Generate XSD from XML
Hi, I'm new to SQL2005 and even newer to .XML. I've been using SSIS to bring in some .XML files using the XML datasource in SSIS. I use the "generate XSD" button to read the XML file and build the XSD for me. This works great but it seems that the "generate" button always ends up normalizing out every table attribute into seperate tables, even 1:1 attributes. A 3 table schema with 10 attributes per table ends up coming in as a 30 table schema. In my case it ended up as a 104 table schema. Not knowing a whole lot about .XML I'm wondering if there are tools out there that can be used to gen an XSD off of an XML file but ...Show All
Visual Studio Team System Agile, then CMMI
My company is interested in getting CMMI certified. We are using Microsoft technologies a lot and would like to start learning about MSF. Forgive me if the question is silly. Is it possible for our company to go for MSF Agile, and then evolve into CMMI compatible practices This makes sense for my company because I want to make sure we can build the basic capacity first before we want to make it formal. Any idea or suggestions are welcomed. We are using Agile for now to establize then we are planning to move to CMMI for maturity. Anyhow even after we move to CMMI as framework of porcess optimization I will ...Show All
Windows Forms DataGridViewComboBoxColumn problem
In a DataGridView I've got a DataGridViewComboBoxColumn that's bound to a primary key column of a dataset table. However, I don't want to display this primary key so instead I display a Name using DisplayMember, and set ValueMember to the ID (primary key) column. The purpose of doing this was so that there could be two rows in the table that use the same Name, yet are different because of their unique IDs. In the case that I do have two different IDs with the same name, I would like the proper ID to be selected based on the index of the Name selected in the DataGridViewComboBoxColumn. Unfortunately, no matter ...Show All
Windows Forms The Old Datagrid Button Question...
Hello - I have a datagrid that is bound to a dataset. I use the datagridcolumn style to edit the columns to the size, data, and layout that I want. My question is what alternatives do I have to do the following, instead of doing all the leg work that is required for me to add a button to each row. The user needs to select a ro ...Show All
Visual Studio 2008 (Pre-release) Probably an odd request
I have a request that is most likely not intuitive until you start to understand the situation. I need to be able to have a ScrollViewer with a negative HorizontalOffset, or VerticalOffset. The situation is that I have a view that is dynamic in size, and I want to preserve the user's position in the view even when it changes size. This can mean that from the scroll viewers point of view the scroll position is negative. Basically when the view gets smaller, to keep the view positioned under the cursor the view needs to have a negative offset. This does complicate a few things in that the width/height of the ...Show All
.NET Development Cant Install .net framework 2.0: Device not ready
I get the following error when trying to install .net framework 2.0: http://www.solvetechnology.com/temp/dotnet20error.jpg This is a newer Windows installation. No Zone Alarm or firewall. Very few applications reinstalled. This was a reinstall of windows over a current version when I got a hal.dll error and couldn't fix. I have deleted everything found in e:\windows\Microsoft.Net\.... and tried reinstalling. A no go. Very frustrated; would appreciate some help :) Hi, Please try these steps... Unintall old version of .net framework (If exist) Copy setup to local drive e.g. C: Colse ...Show All
SQL Server readxml doesnt work :(
hello! i'm working on a project for pocket pc, which is an app that registers customers, suppliers, stocks and orders. all this is stored in the ppc itself using the SQL CE server. i'm programming with VS2005, which is great, the tableadapters make the work lot easier. i'm just having some problems importing and exporting data from the sql tables to files. the export function works quiet well, i just load the data from the tableadapter into a table and then use the WriteXml(file) function. Now, for importing I do more or less the same thing: DataSetrTableAdapters.Customers cta = new ... etc etc DataSetr.CustomersDa ...Show All
Visual Studio Team System 2 TFS Project - 1 Source Control Root
Is there a way to create 2 TFS projects that use the same source control tree When creating a new TFS project, when you get to the step where you "Specify Source Control Settings", the three options are to 1) create an empty source control folder, 2) create a branch of an existing, or 3) don't create a source control folder at that time. If you select the last option, is there a way to "bind" the TFS project to an existing Source Control Folder later To expand on Martin's point: in TFS, the name of the source control folder is always the same as the name of the team project, so the ...Show All
