mattpdk's Q&A profile
Windows Live Developer Forums using java based msn messenger api
Hi everybody, I hope I am posting the question in the appropriate forum. I am trying to use java program to login into msn messenger and carry out the normal functionality of sending and receiving instant messages. For this purpose I am using jmml.jar. The msn api's exposed by the jar are working very nicely except one major problem. When I log on to messenger using java program, my status on all the messenger clients who have add ...Show All
Visual Basic How can I get a Field From A Dataset
I set a field on my grid as not visible and when I try to rowbind data I can not get that value using the e.row.cells(6).text - So - my question is how can I get that value without showing it on the grid or how can I get this field from the dataset as each record is binding.. here is the code I have: Private Sub BindGrid() Dim myDataSet As New DataSet myConnection.Open() strSQL = "SELECT * FROM CDO_Quality_Test WHERE CDO_ID = " & ...Show All
Windows Forms Problem with DataGridBoolColumn
Hi, I am having some problems with the DataGridBoolColumn. I am trying to add a column to allow users to select 1 or more records. Here's my code: ... ds.Tables("Bom").Columns.Add("Select", GetType(Boolean)) ds.Tables("Bom").Columns("Select").DefaultValue = False ... ...Show All
SQL Server valid dbo user
Hello, I'm brand new to Visual C#. I'm trying to create a database to link a windows form to. I've made some tables and when I try to create a database diagram I receive an error: "The database does not have a valid dbo user or you do not have permissions to impersonate the dbo user, so database diagramming in not available. Do you want to make yourself the dbo of this databases in order to use database programming " When I select ...Show All
Visual Basic Task Scheduler COM Object
Hello, I need to use the Task Scheduler API in a Visual Basic .NET program I am writing and I can't find the COM Library in the Add Reference dialog. What is the Component Name of the library that houses the Task Scheduler API Thanks in Advance. I don't think there is built-in support for that in the .net framework. However, Eduardo Morcillo has made something for that: http://www.mvps.org/emorcillo/en/code/shel ...Show All
Visual C# Visual Studio 2005 Beta
Hello, everybody! I am new here, so i am wondering why this Visual Studio Beta 2005 is not working right. First i had previos version of Visual Studio and everything worked correct..... i made some program in Visual C# (with OleDb connection and other things) and now i can't open it. I can't even see Windows Forms class (i mean, designer). There's no way (that i know) to start over again. I would like to, but i don't know how to. Every tim ...Show All
SQL Server SQL Agent Trouble.
I have spent all day reading microsoft material and reading through this site to figure out what is wrong with my schedule job without success. I have come to the point where I can't take it no more. Would someone pleaseee help out a sister This is the situation: I created a very simple package on my server A. This package pull data from server B and load into server C: B====> C I deployed and copy and install the package successfull ...Show All
Visual C++ 2005 Resource Editor trashes non-English languages when you edit any dialog
I have an application that has resources in 11 languages, including Chinese (CHS), Hungarian and Polish. These three are especially challenging because they use a non-English code page - Chinese uses 936 and Hungarian and Polish use 1250 (English and western-European languages use 1252). I am not using Unicode but rather just single byte characters sets for all languages except Chinese which requires MBCS (two byte characters). MFC an ...Show All
Visual C++ aspell compilation problems
Hi, I tried to post on the forum but it kept coming up with an internal error so i was wondering if you could help me with the following:I have recently been trying to compile aspell (a spell checker written in c and c++) in visual studio .NET (2003) which has taken forever but i managed to get it to compile a dll now. When i come to add this dll file into another project which will be using the methods from this dll it keeps giving ...Show All
Visual Studio Team System IdentifiersShouldHaveCorrectSuffix
IdentifiersShouldHaveCorrectSuffix On this page linked above, under the section "When to Exclude Messages", it is missing an exclusion instance that I believe should be in place. If I create a collection class and derive it from a base collection class, but want this new collection to also be a base class, then ending the collection's name with Base should be a valid exclusion reason. Example: MyCollectionB ...Show All
Visual Studio Team System Roles and Menus
When you first start up VS2005, you are asked to choose which role/task best fits what you do. This leads the the menu systems being adjusted for you. If you have Team Suite and move between being an Architect and a Tester, a common enough scenario, how do you reset the menus THe only way I can fijnd so far is to logon as a different user and then choose the new role. Thanks very much for this. Was starting to get annoyed with having to kee ...Show All
Visual Studio Team System Can a work item type be deleted in VSTS?
Dear all, I want to delete a work item type in VSTS, for example, Review, or any work item type customized by me. Any way to do this Note: I do not want to delete a work item, but a work item type. Thanks, Leon ...Show All
Software Development for Windows Vista AV's cause access failures.
Programs like Avast Av won't allow IE to access web pages. If you turn off the On Access control then you are fine. Don't know about other AV programs yet. TTFN. Yes, we are interested. You can follow the instructions in the "How to file a bug" link to report a bug. ...Show All
.NET Development How can I move the SQL Server database from local to public web server?
Hello Everyone, I have developed one Windows support front end application to connect my local SQL Server database and its working fine. Later I want to move my database to public web server to access the data from internet. But my front end application should be remain same. For the connection changes I will update my code to connect well. Can someone who have a idea please guide me. What I have to do Thanks in advance, Jose Hi, just read ...Show All
Visual C++ Build + Compile "Hello World" Program with Visual C++ 2005 beta
I am not able to build and compile a primitive "Hello World" Program with Visual C++ 2005 beta. Although I have been searching the Internet for 2 hours, I have not found any solution, but I hope there is anybody out there who is able to create projects in Visual C++ 2005 beta My program is: #include <stdafx.h> #include <iostream.h> void main() { cout << “Hell ...Show All
