Andrew Davey's Q&A profile
Visual Basic ADO/Access Questions
I've had a moderate amount of of experience with access databases in vb6. We'd declare a file system object and from that declare a workspace and from that a record set descriptor. One could picture and understand what was happening. VS2005 is different though. You could create and delete tables and define them dynamically. VS2005 seems to be different. It seems that things are done up front in the IDE Almost as if the relatio ...Show All
Visual C++ Set VC++ Directories in Options dialog (Visual C++ Express)
Details : The VC++ Directories page on the Options dialog does not have a list box for viewing and modifying the directories used during a build. Consequently, it is not possible to modify the build directories using the IDE UI. Workaround : C++ Directories can be added, removed or changed by modifying the VCProjectEngine.dll.express.config file located in the .\vc\vcpackages subdirectory of the Visual C++ Express Edition install locati ...Show All
Visual Studio Express Editions Problem in installing VWD Express 2005
Hai, I have downloaded image file for VWD Express 2005. I have followed the procedure for manual installation and used ISOBuster 1.8. Windows Installer and .NET 2.0 are installed properly. But while installing Visual Web Developer it is displaying a message as follows: --- Error 1335 : The cabinet file VNSSetu1.cab required for this installation is corrupt and cannot be used. ... ---- I tried to find that file but tha ...Show All
Visual Studio 2008 (Pre-release) FileStream transfer
Hello! Which is the easiest way to transfer file stream from server (service) side to client side Thank you in advance. Best regards, Saso First of all, thank you once again for your fast responses. I examined in details your post, and noticed, that i have syntax error in my web.config file. Then i made it up and since that everything compiles without errors, but when ...Show All
Software Development for Windows Vista EnumPrinters on WinNT 4
Hi there, I am having trouble using the EnumPrinters function to list network printers on WinNT. (I think its version 4). I am using PRINTER_INFO_4 and the PRINTER_ENUM_LOCAL | PRINTER_ENUM_CONNECTIONS flags. What I want to do is list the printers the user has installed on the machine, be it local or remote. The code works on XP, but not on NT. Any suggestions Thanks in advance. This is more related to window ...Show All
Visual Studio Team System How to accomodate multiple products with a work item
Our product manager has started to use team foundation. We have one project for our overall product family and our product manager asked me how we can associate a work item with multiple products. This is not the same thing as an area path, as one core feature may appear in multiple products. Does anyone have any ideas on how this can / should be handled Hi, If I understand correctly, you have features that ...Show All
Windows Forms Make sort kind of DataGridViewColumns when click on HeaderColumns
Dear all, My DataGridView have many kind of DataGridViewColumns such as : Comboboxcolumn, MasktextBoxColumn (this type I customize)… When I click on header of those columns, they don’t make sort. This thing is good when my DataGridViewColumn is text box. Please help me solve this solution. Thank for your collaboration. Khiem Vo. ...Show All
Visual Studio Team System Workspace mapping lost when doing "Open from source control"
Hello All I have the following structure in TFS Source Control : My Server DH2 DH2Solution (holding my .sln file) DH2 (a WebSite) DH2.Installeur DH2.Installeur.Action DH2.Metier.Commun DH2.Metier.CRM some other DLLs When I want to get back the solution, here is the step I follow: Create a new workspace Map my strucuture : $/DH2 is mapped to C:\Projects\PDA\DH2 Then I do File / Sour ...Show All
Windows Forms Custom dialog
Hi all. I developed some code using the treeview control to create a way to browse our active directory structure. Essentially, it is a dialog box that replicates the directory structure found in Active Directory users and computers. Now, I have bee ...Show All
Microsoft ISV Community Center Forums Integer values cannot be gathered when reading Excel file
Hi, I have a problem while trying to get Integer values in an excel sheet. Here is the code: I can gather string values, but on the dataset the integer values cannot be gathered. Thanks for your help... Dim MyCommand As System.Data.OleDb.OleDbDataAdapter Dim MyConnection As System.Data.OleDb.OleDbConnection MyConnection = ...Show All
Visual Studio Express Editions Package load failure in VWD on opening the software.
I get the following error when I open the software. This is on my home computer, I did have VB studio and the Beta versions... I have installed it at work at it was not a problem.... but I have uninstalled and installed five different times.... Please help.... Package load Failure Package visual Studio Common IDE Package’ has failed to load properly (GUID ={6E87CFAD-6C05-9CD7-3B7943875B7C}. Please contact package vendor for ...Show All
Windows Forms Unselect item from a listbox
When data is retrieved from my database and placed in a listbox, the first item is always selected. However, I do not want that behavior. How do you programatically unselect items in a listbox I know how to do it using a webform listbox, ...Show All
SQL Server Unable to complete login process due to delay in login response
I receive this error message occasionally in my ETL - usually when trying to pull data from our source system: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Login timeout expired". An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Unabl ...Show All
Visual C++ error LNK2020: unresolved token
I wrote a simple stack program using class template on VC++ 2003 but am unable to resolve the following link errors: LINK : error LNK2020: unresolved token (0A000046) Stack.__dtor LINK : error LNK2020: unresolved token (0A000048) Stack.__dtor LINK : fatal error LNK1120: 2 unresolved externals The following are my source codes: //-----------------------stack.h---------------------------------------------------- template < class T> ...Show All
Windows Forms binding datagridview with two tables
Hi all. Im trying to do a dgv with fields coming from two tables as this: Table1(Customers) CostumerID (Int, Primary) CostumerName (String) Table2(Orders) OrderID(int, Primary) CustomerID (int) OrderDate (Date) I want my datagridview to display the fields as follows, mixing the fields from those tables. OrderID, OrderDate, CustomerID(table2), CustomerName i can do this by generating an access view, add to my dataset&n ...Show All
