KevCB226's Q&A profile
Windows Forms Dynamic webbrowser creation on form
I am trying to dynamically add a webbrowser control to a tabpage. The application traverses a file structure which has multiple folders, subfolders and files. When a root folder is found I create a new tab page, if a file is found in that folder I add a browser control and set the navigate property to point to the file which it should then display. If a subfolder is found I create a new tabcontrol, tabpage and then add a browser control. Agai ...Show All
Smart Device Development MessageBox does not always appear
Hi. I LOVE .NET 2.0 - awesome stuff. The framework for the mobile devices at least is just soo much better than 1.1. Nothing against 1.1 but there were a few issues I was having which .NET 2.0 appears to resolve, Thank-you! Issue I have right now is this: Smartphone connects to Server cool, that works Server has the option to manually/forcefully disconnect client and sending a message like "ServerDC" or whatever. Cli ...Show All
Visual Studio Visual Source safe Over the internet?
Hey! I am having some problem to get the Visual Source Safe 2005 to work over the Internet. I am using a computer with windows XP pro as web server. This is the steps I take: Create database: 1. Creates a dir on my G drive(G:\SourceSafe). 2. Starts VSS 2005 Administrator 3. File > Open Databas 4. Add > Create a new database 5. Then I browse to my G drive and locate the directory (G:\SourceSafe). 6. Source safe database is now crea ...Show All
Windows Forms Perform dynamic calculations in DataGrid.
I have to create a loan (Line of Credit) tracker application, where users can analyse their loan over a term. They can make changes to monthly entries to see how long it would take them to pay of the loan. At present users are given& ...Show All
Visual Studio Team System Cannot See the Distributed System Designers Options
Hi I have been trying to install the VS2005 to get the Distributed System Designers . But have not been able to get the Appication designers/ Datacenter designers in my VS2005. I am able to see all other kind of projects. Please advcie how can i get them. Is it a small module to be installed or the version that we have is not correct. Please send the download information for correct modules... Regards C P Singh If you ...Show All
Visual Studio Team System Team Builds error when connecting to the build machine.
Hi! I'm currently trying to configure a build machine into my team foundation server environment, but I cant get it to work! When I'm from a client is trying to trigger a build of my project I get the following errormessage: TF42046: The build service used in the build process is not reachable. This error occurs when either the build machine is off-line, the required service is not running, Team Build is not installed on the build machine, Team ...Show All
Windows Forms Curious about security architecture in TaskVision
I am fairly new to web services security. I learned a lot from the authenticationTicket method used in Task Vision and have even started plugging it in to a pre-existing Windows Forms Client/ Web Services Data provider app that I deployed a few ...Show All
Visual Studio Team System ASP.net Unit tests and web application set up using a header.
I have tried to use ASP.net unit tests against a web appilcation. The web applications URL looks somthing like, vdir.localhost .domain.com . IE is able to access the website, no problem. But the unit tests are unable to find the directory. I notice that none of the help files discuss testing against a web application that has been created using host headers. The question is, is it posible to test a web application using host headers If so, ...Show All
SQL Server Some problem with creating diagram in SQL Management Studio.
First of all, I want to say that there is no problem if I create DB in standard way, namely, when I create DB and then create some tables and so on. But, when I made restore from SQL Server 2000 backed up file I get next message: "Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTORIZATION s ...Show All
Smart Device Development Networking via ActiveSync
I have an application written by someone else in Vb.Net running under Pocket PC 2002 that needs to conect to a server via TCP/IP, it normally runs on Pocket PC's that have network connectivity built in. This one particular Pocket PC an IPAQ 3765 (a little older I know) does not have any network cards or wireless connection ability it only has the cradle and ActiveSync. It appears the software will function partially if connections are made with ...Show All
.NET Development SQL: Problem With Time
Good day! I am currently doing a module where I should be able to generate reports. I have a schedule table and an appointments table. Upon combining the two tables, I should be able to produce: 1) Available and Unavailable schedules 2) Available schedules only 3) and Unavailable Schedules Please help me because I am havong problem regarding the datatype datetime I need to finish this before friday. Thanks! Than ...Show All
Visual C# What's wrong with my word.application in multithreads?
I wrote an own-defined threadpool and used waitcallback to delegate a function in each thread in pool. But there are some problems with the program: when I run the program, it gave no response and I can see the "winword.exe" process in the task manager, no exception occurred. The problem seemed to be at running this statement: Word.Application msWord = new Word.ApplicationClass(); Although I kne ...Show All
Visual Studio Team System Is it looping the number of record counts times for the table as a DataSource for unit test?.
While I’m studying “Unit Test” by using VSTS2005, I got some questions below. 1. This indicates two parameters using DataSource like AddTest Method in Code below. When I test this method, I expect this to run only once but it is looping the number of record counts times for the table. I need to know the reason why this could happen. 2. In “Unit Test,” can I use “Add ...Show All
Software Development for Windows Vista visibility into composite activities
In Beta 1, I could set IsVisible = false on children of composite activities and hide the internal structure of these activities. It also provided a convenient test for TrackingConditions. I have not found a way to achieve the same functionality in Beta 2. The closest I have found is to set CompositeActivity.Expanded = false. This almost has the desired desinger behavior, except the + icon to expand is still enabled and seems to toggle the di ...Show All
.NET Development Error : execute reader requires an available open connection
Hi all, I have an error that occurs randomnly in my web application (it does not occur all the time) - execute reader requires an available open connection , the connections current state is closed. I have the connection string defined in web.config as <add key="ConnectionString" value="Server=Server1;database=db1;uid=sa;pwd=;pooling=false;"/> For Any help ,thanks in advance The Singleton object here is ...Show All
