GRK's Q&A profile
Software Development for Windows Vista A question of Winfx SDK
Hi to All I just installed WinFx beta 2.2, asd we know, the Visual Studio 2005 Extensions for Windows Workflow Foundation installation package contains the extensions, runtime components, and an SDK. Where is SDK How can I find it I need to see same samples or tools. There is a "window workflow foundation help" on Start --> All programs, is that what I want Also, I found some information at http://windowssdk.msdn.microsoft.com/library/ . but which one is Winfx SDK I'm new to the Winfx, Could somebody help me out Thanks and have a great one Brian If you need samples you can l ...Show All
.NET Development Problems linking: wininet
# define WINVER 0x0400 #include "stdafx.h" #include <windows.h> #include <wininet.h> int main() { HINTERNET hInternetRoot; hInternetRoot = InternetOpen("bmw Agent",INTERNET_OPEN_TYPE_PROXY, "127.0.0.1","<local>",0); return 0; } I am getting the error: WebAccessCom error LNK2019: unresolved external symbol __imp__InternetOpenA@20 referenced in function _main Any ideas would be helpful. OS: Windows XP SP2 Software: Visual C++ in Visual Studio 2005 Try changing the WINVER # define WINVER 0x0501 WINVER 0x0501 is for windowsXP and windows server. ...Show All
Visual Studio web access..
Hi! i have a query about VSS web access. Can any body tell me why we can't perform some of the useful operations like (labelling, get on label etc ) using vss web access If VSS web access doesn't allow this the imp operations then in my point of view its not very helpful. There are few source control tools like source offsite allows all these functionalities, y microsoft vss couldn't do this.. thanks I wish we didn’t have to cut those features but we did. I’m not sure what to say L ...Show All
SQL Server issqluser: how is it set/unset
I can find no information anywhere on the Internet concerning what the issqluser column in the sysusers table actually means or how it is set/unset. sp_dropuser and sp_revokedbaccess appear to drop the user completely from the sysusers table in the target database. What are the mechanisms that can cause the issqluser to be set to 0 I know I can drop and recreate the user, but I have a customer who somehow got the value set to zero, and I'm trying to find out how to avoid the problem or fix it in-place in the future. There are 2 types of user accounts SQL users and Windows users. The latter is req ...Show All
Windows Search Technologies Feature Request
I keep online copies of backups on seperate hard disks from my documents, I would like to be able to choose which drives and partitions indexing is run on as I can with the indexing service thereby eliminating duplicates of my searchs. Would also REALLY like to be able to have the keyword highlighted in the preview pane :P Thanks - I'll be sure to forward this along! Bill Connors Program Manager, Windows Desktop Search - Communities ...Show All
Visual C# CallBack from a WIN 32 C++ dll
Hello Everyone, My application is written under C#, but for some of the low level stuff I have to use C++ dll's and one of the dll require password before I can make some function call or if user entered wrong should ask again..... How can I implement something along those lines.... At first I can send the pasword, but if the password is wrong what is the way to get the password....If you want I can even post my procedure which asks for password..... Any help, suggestion highly appreciated... Thanks, Harsimrat What were to happen if you were to return something other than S_OK, like ...Show All
Windows Forms Editing the Font of an EditBox at Runtime (Visual Basic Express)
Hi, I'm new to these forums and to Microsoft's development products, so please be patient with me! My first question is to do with the EditBox control; I have two boxes for a user to enter username and password details, and the EditBoxes have text in italics prompting the user to do so. What I wish to accomplish is that when the EditBox enters focus (I already have an event handler), the italic property of the font is removed for the user to type normally. I would also do this with the password box, except an input mask would be used in addition to removing italics. However my problem is that the italic property seems to be readonly, ...Show All
Visual Studio Team System Add Users to Global Group AND/OR Porject level groups CAN NOT find DOMAIN outside build server
Add Users to Global Group AND/OR Project level groups CAN NOT find DOMAIN outside build server ---------------------------------------------------------------------------------------------------------------- Per Pete Sheill Alert of Wednesday, February 22, 2006 4:18 PM - I am advised to use the Team Studio GUI interface to add users to appropriate projects/groups for Build.Notification. I search for the applicable MSFT web page about Adding users to TFS project groups: I find this link: http://msdn2.microsoft.com/en-us/library/ms252526.aspx I follow these very detailed steps and find that I can successfully ADD my userid in th ...Show All
Visual FoxPro Scan and replace
i'm trying to replace all records from one table with records from another table. It stops after the first record is replaced. This is my code. USE invent06.dbf shared again IN 0 USE ptd.dbf shared again IN 0 SCAN ALL FOR invent06.code=ptd.code IF invent06.store=ptd.store replace invent06.cost WITH ptd.cost invent06.cost replace invent06.Ptdpurchq WITH ptd.Ptdpurchq replace invent06.Ptdpurchv WITH ptd.Ptdpurchv ENDIF endscan CLOSE all To do this with XBASE code you must set a relation between the tables. Also make sure the SCAN starts inth eproper area. When you open table IN 0 you do not know w ...Show All
Windows Forms replacing windows form in a right place
Hi guys I have a windows application that shows a windows form. When you use a monitor that is 17" or higher is placed there it should be, but if you use a monitor less than 17" you see just half of the windows form, How can i replace windows form regarding to monitor. thanks Check out the System.Windows.Forms.Screen class. Specifically the static function Screen.GetBounds() method. It returns a rectangle that gives you the bounds of the screen that your form is on (it can take account of multiple monitors if you want to). Once you have the bounds of the screen, you can set the location an ...Show All
Visual Studio MSDN
We are Microsoft Certified partner.The MSDN subscription CDs are shipped to us,monthly. But this month, i noticed one particular CD,Visual Studeio 2005 Team suite trial edition, is missing from the package,after comparing the "MSDN shipment contents" website online. we don't know who to contact with.we checked MSDN website,but we are so lost. Help throne: I'll try to find a contact for you. However it will probably be next week before I get back to you. Michael Blome Visual C# Documentation Team ...Show All
SQL Server DB2 ODBC Connection Problems
Hello, I've recently run across a couple of problems trying to connect to DB2 using the .NET ODBC Provider. 1) I can create a DataSource using the DataSource designer, and when I edit the connection, the User Name and Password text boxes are empty. If I fill in the correct information and hit "Test Connection", I am able to connect. However, this information is not saved in the DataSource the next time I open it or try to run a Data Flow task that uses it! Is there some property I can set to fix this 2) When I open up a solution, the DataSource appears to be trying to connect to the DB2 server, and perhaps there i ...Show All
Visual Studio Express Editions Uninstalling Visual C# 2005 Express Edition Beta 2- English
Tried to uninstall all Visual Studio Express Edition Beta 2 from my machine (running WinXP Pro) following instructions. All worked fine - only Visual C# Expr. Ed refuses to uninstall. Err Msg: Error 1711 An error occurred while writing installation information to disk. Check to make sure enough disk space is available ..... Needless to say there is sufficient disk space on all drives. Tried to repair, reinstall, used removal tool - same error msg. Any clues TIA Hi, you may report this issue to MSDN Product Feedback Center :) Here is a msdn document about uninstalling: http://lab.msdn.microsoft. ...Show All
Visual Studio Team System Failure to Open the Exisitng report (.rdl file)using Report Builder
I have installed TFS Beta 3 (Dual Server Mode) Created New Process Template. Creating Team project using the process template. Open the report site from the Repots node in TFS Explorer in the Team project node. Clicked Report Builder. Trying to open existing .rdl file using "Open From File", i am getting following error. Cannot Open this Item. This report cannot be opened in the report builder One or more unexpected Report Definition Language (RDL) elements of the following type have been removed: DataSet One or more unexpected Report Definition Language (RDL) elements of the following type have been removed: DataSet Thanks V ...Show All
Microsoft ISV Community Center Forums Need help with opening and closing recordset objects
I recently converted my access application to an ADP and am having some errors with a simple procedure im trying to write off a click event. I think the errors have to do with how I am opening and closing the recordset objects. I know that is a bit vague but i wanted to see if anything stands out as incorrect. Please see below...Thanks. Private Sub Add_Record_Click() On Error GoTo Err_Add_Record_Click Dim cn As New ADODB.Connection Dim rs1 As New ADODB.Recordset Dim rs2 As New ADODB.Recordset Dim strSQL As String Dim intUserid As Integer cn.ConnectionString = CurrentProject.Connection cn.Open strSQL = "select user_id from tblusers where ...Show All
