An0n3m0us's Q&A profile
Visual Studio Replication of two VSS-Databases by using archiv and restore
Hello, we use two different VSS-DBs on two computers with virtually the same contents. These computers are only connected to replicate these contents. In meantime changes made to both DBs but not to the same projects in each DB (this is ensured by checkin out each project in one of the DBs). To replicate a specific project (the more recent is by definition always the "master") we archived the more recent projekt in one DB and tried to restore this archive in the other DB "over" the older project with the same name. Is this procedure generally possible It didn't work, yet! Please help! Thanks in advance! Klaus Hi Patrick, thank you for y ...Show All
Visual Studio Express Editions Contenation and Picturebox1
Ok, my problem is very simple but since i'm only on my 3rd day of VB it's a little above me. What i'm trying to do is use a for loop to display a picture of a card in a certain place. i'm using Picturebox1 , Picturebox2, ect.. each picturebox 1 - 5 is in a differant location and I need to be able to contenate the I to Picturebox to figureout where to place the picture otherwise (I have to have 52 lines of code) for each Picturebox.... here is some sample code i'm using without the code I need. Public Sub showcard() ' If Deck(hand(i)) = 1 Then Me .PictureBox1.Image = My .Resources.A_H Me .PictureBox1.Image = M ...Show All
Visual Basic right to left numbering
hi i have the followin issue with tree view in right to left mode when you pull data such as follow 1-2 toto 4-5 momo and insert them to a tree view but in right to left mode this data will revese the numbering to (toto 2-1) which effect later the software when it read the number it will read it revesed ...Show All
Visual Basic can here discuss vb6
or vb.net Hi, This forums is still beta. this was created in parallel for the Visual Studio 2005 Beta 2. The final release of this forum would also be in nov. (I really hope so) this forum mostly discusses .net technologies. that's why vb6 (COM) is not being discussed here. If you want to get the microsoft vb6 site here it is: http://communities.microsoft.com/newsgroups/default.asp Just search it in the NNTP forums... cheers, Paul June A. Domag ...Show All
Smart Device Development Help Required!!
Help Required.. I have installed VS .NET 2005 and PocketPC and Smartphone SDKs on my 128MB RAM machine and the installation was successful let alone for some nasty messages issued by Norton AV. But while I deploy my small "Hello World" application to the emulator, I get a "Deploy Succeeded" message. But still I could not see the changes I have made in the application running in the emulator. Please help me. My system configuration is as follows. (I think I have only the minimum requirements.) My emulator settings are: Pocket PC Emulator: -------------------- Name: Windows Mobile 5.0 Pocket PC Emulator. Platform: Windows Mobile 5.0 Pocket PC ...Show All
Software Development for Windows Vista Problems with DataTable as Property
Hi, I created activity with property DataTable (dependency property) and I want to bind it with DataTable in main workflow, but when I click on properties window on this property I do not have options to bind it. When I change this property from DataTable to string or XmlReader it works, but with DataTable it does not. Any help how to pass from one activity to another DataTables Thanks for any advice. Peter same problem here. i cannot bind any collections; only 'simple' datatypes, like strings, ints etc... ...Show All
.NET Development Newbie Question: Using OleDbDataReader within a loop using OleDbDataReader
I need to read through a table and for each row go off to another table, read some values, then come back and update the row in the first table. I need to do that process for 5 different tables. So in pseudo code it looks something like this: Connect to server for (i=1; i<6; i++) { while (records to read in table i) { read a record from table i using the id find the corresponding record in table 2 using data from the record in table 2 update the record in table i } } What I'm not sure how to do is handle the opening and closing of OleDbDataReader objects. I use the reader to read a ...Show All
Visual Studio Tools for Office ContentControls & VSTO(v.3 aka 2007)
I have yet to throw on the newest CTP of VSTO, i have the second newest version. I would like to use Content Controls in my document solution as a way to show visual cues to the users. From the content controls i have seen, they only appear different when the user hovers over the next, i am looking for a way to have these ContentControls always on with the blue outline around the content control. It would also be very useful that i can hide my content controls programmaticaly and the content contained wherein. does anyone know if these types of things can be done with the lastest ctp or if these kinda things mite be considered for the final ...Show All
Smart Device Development Pocket PC 2003 and Registry Files
I am currently using SQL Server Mobile 2005 with Pocket PC 2003. I created a .reg file for when the Pocket PC is cold booted, SQL Server Mobile 2005 will be reinstalled in my \Program Files. It currently does reinstall SQL Server however it does it twice taking up extra memory. I currently have the Server stored as a .cab file in my \Application folder(ROM), and then is copied to RAM first in my \Temp folder and is unzipped by the command written in my .reg file. Once unzipped, the Server then moves to my \Program Files but is copied twice. I have tried to copy and unzip the .cab file to my \Prog ...Show All
SQL Server MSSQL 2005/Native Client problem with IColumnsInfo->GetColumnInfo()
When connecting using Native Client, preparing and execing a statment with multiple columns in the select list, the GetColumnsInfo() call returns zero for the number of columns. When connecting through normal OLE, it works correctly (returning "2" in this code sample). This program will connect using normal OLE, and succeed, but if the environment variable NATIVE_CLIENT is set to "1", it will connect with Native Client, and fail. Any ideas would be welcome! #define _WIN32_DCOM #include <stdlib.h> // getenv #include <string.h> // strlen, strcat #include <stdio.h> // printf #include <sqloled ...Show All
Visual Basic How to get the startup path for a setup.exe
Hello Guys, I built an vb.net application and the deployment project. What I want to do now is to put some sample files into the application folder after installation. I know I can include all the files in the setup package, but these files differ from user to user. I don't want to recompile the deployment project everytime I change the files. My idea is to put the files in the same folder as setup.exe sits, and then overwrite the install method - adding several lines of code to copy them after installation. The code looks like this Public Overrides Sub Install( ByVal stateSaver As System.Collections.IDictiona ...Show All
Microsoft ISV Community Center Forums Dump data into 2 databases automatically
Is there a way to dump data into 2 databases automatically So when I enter in data through an MS Access Form, it loads the data into a Table in that database, and then also loads the data into another Table in another database (or Excel file) Essentially, single entry to dual tables. Thanks, Mark Hi Mark, There a couple of ways you can do this. The simplist would be to create a linked table in the database with the form. You can link to tables in other Access databases or even to Excel spreadsheets. In the 'Save' button on the form you'd call two INSERT or UPDATE sql statements, one for each ta ...Show All
SQL Server Cannot install SQL Server 2005 CTP on WinXP Pro machine
The following link has information on how to repair WMI http://windowsxp.mvps.org/repairwmi.htm ...Show All
Visual Studio Express Editions Is there only a English version of Visual Basic Express Edition?
Hello Everbody My question is, where can I find a German version of Visual Basic Express Edition Does it exist Any language file/version Thanks for helping! Attos Hi Steve, Thanks very much. I'll take a look right now. Thanks, Attos ...Show All
Windows Forms ClickOnce on MSN
MSN Search thinks that ClickOnce is a misspelling... click once. Will Microsoft brand and promote the technology The technlogy has great potential for low-cost, effective distribution of commercial applications but nobody knows about it. There are many benefits to consumers to receive applications in this manner (security, safety, etc). ...Show All
