Docpro777's Q&A profile
Visual C++ InstallPrinterDriverFromPackage not found in winspool.lib
I can see the routine in the winspool.lib, but when I try to link it will not find it. If I build a 64 bit it finds it and works fine. Why would the 32 bit link not work 1) I have the newest Vista SDK installed on my machine 2) Note that unicode is not defined 3) The winspool.lib is included on link command line and path used is "/LIBPATH p:vista60.sdk\lib" for 64 bit it is "/LIBPATH p:vista60.sdk\lib\x64" 4) If I open up the winspool.lib I can see the GetCorePrinterDriversW reference 5) This will build correctly for 64 bit version, but will fail with the following error on 32 bit: hRes = GetCorePrinterDriversW(NULL,NULL,vistaCoreDepPtr,numCores,coreDrivers); error LN ...Show All
Visual C++ Directory listing
I was thinking about writing a quite simple program in c++ which purpose is to write all .mp3 files in a folder and subfolders onto a .m3u file. I cant find any standard library functions returning the next file or folder in a directory... Does anyone know how to do this (I'm quite a beginner in c++... I have read "c++ whitouth fear"! Does anyone recommend a book to continue learning ) Check this FAQ, http://www.codeguru.com/forum/showthread.php t=312461 ...Show All
Visual Studio Express Editions create numbers
Hallo I 've got a problem with a kind of numbers. I want to have the code to create the following: 1: 1 2: 12 21 3: 123 132 213 231 312 321 4: 1234 1243 1324 1342 1423 1432 2134 2143 2314 2341 2413 2431 3124 3142 3214 3241 3412 3421 4123 4132 4213 4231 4312 4321 5: 12345 12354 ... So al the possible numbers you can create with a limited number of numbers. I want to do this until 9: 123456789 .... 987654321!!! Is there someone who can help me to get the code to create that list of numbers Thx PS: sorry about my english So, what code do you have so far Which part is giving you problems You should have, at least, a loop which goes from 1 to 9... ...Show All
Windows Live Developer Forums Searching for a contact
<Sorry if this is in the wrong place. This site can get a bit confusing at times> Whilst at camp, I got some friends MSN accounts. But, it seems I wrote one of them down wrong, just by a bit. I have the general idea of what it is but I cannot guess all the possible variables. Is there possibly a way to search all the contacts with a name like that Like type in for example mine, which starts with mats. Then it would show all MSN users whos account starts with mats. I know there may be various reasons why you do not do this, but if you do it would be nice to get in contract with him, so we can go back next year on the same week. Thanks in advanced for any replies. The purpose of this foru ...Show All
SQL Server Trouble with establishing server connection in SQL Server 2005
I have been developing a web application using Visual Web Developer with SQL Server Express. The application includes databases (I’m having users create accounts to become members, and I use their profile information to customize some of the web pages to the particular member). I have purchased Visual Studio 2005 Pro, which comes with SQL Server 2005 Developer Edition. I installed both of these without uninstalling Visual Web Developer (I wanted to have my work transfer from VWD to VS Pro). When I open Visual Studio Pro, my web application is there, with the pages I have coded. But when I try to connect to the data base (e.g., by logging in as a member), I get this error message: An error has occurred while e ...Show All
Visual Studio Express Editions Wanted - Anyone Who Can Program
If you can program add my msn email - Joshua-Programmer@hotmail.com how is it spam this forum is for vb help i want help but through msn so i ask for a programmer to add my email, look up spam in the dictionary ...Show All
Visual Studio Team System tf.exe gets stuck doing a Get from a label
I'm trying to get a system set up using FinalBuilder ( www.finalbuilder.com ) to automate a complete product build. I'm running into a problem doing a Get from Label in the FinalBuilder project - sometimes (most of the time, actually), tf.exe gets stucks after getting all of the files and fails to terminate currectly. (By stuck I mean that the process continues to exist, is consuming no CPU time and performing no I/O operations). Now, there's every possibility that this is really a FinalBuilder issue (and I've inquired on their foums as well), but I thought I'd ask here in case anyone knows of any reason why tf.exe might "hang" after getting a bunch of files. It "smells" like tf.exe is waiting for console input, ...Show All
SQL Server SQL Newbie: how to execute .NET stored procedure at times determined by table data with no NS?
Hello! I am looking for simple solution to ASP.NET application hosted on shared servers. The goal is to execute .NET code at predetermined times. Limitations of hosting environment mean that I can not use IIS process for getting it done (application recycling) and the only viable alternative is SQL 2005 Server. Unfortunately, Notification Services are not available in hosting evironments and I have to look for a way to trigger stored procedures at times defined by database data without NS. Any ideas Hi ! Many hostings provider offer the availbility to schedulejobs for maintainance within the database. Perhaps you provider does offer this as well, within this job you could execute the .NET Code. Anoth ...Show All
Smart Device Development How can I use contact list in my aplication?
How can I use contact list in sdk 1.0 aplication You have to use POOM. If you are using the compact framework your best option is buying Peter Foot's wrapper at: http://www.inthehand.com/PocketOutlook.aspx ...Show All
Smart Device Development Windows Embedded CE 6.0 launched
http://www.windowsfordevices.com/news/NS2632317407.html Nothing on http://www.microsoft.com/windowsmobile/default.mspx though You won't find infos on the Windows Mobile site. Windows Embedded CE 6.0 is an operating system targeted for embedded applications. Find more here: http://www.microsoft.com/windows/embedded/eval/wince/default.mspx ...Show All
Windows Forms Problems with a DataGridVew with a DataGridViewComboBoxColumn
My objective is that a field value in Column1, a DataGridViewTextBoxColumn, selects the items listed in Column2, a DataGridViewComboBoxColumn. Also, I have a datasetA with the fields (id_A, name_A) and another datasetB with the fields (id_B, id_A, name_B); so the field id_A selects the values in dataSetB. First, I have a DataGridView bound with a DataBindingSource linked to a DataSet, that is: TypeA_BindingSource.DataSource = dsDataSetA Also, I have another DataBindingSource linked to another Dataset: TypeB_BindingSource.DataSource = dsDataSetB and in the autogerenerated code I have dgv.AllowUserToAddRows = False dgv.AllowUserToDeleteRows = False dgv.AutoGenerateColumns = False dgv.ColumnHeadersHeightSizeMode = System.Windo ...Show All
Visual Studio Team System Team Foundation Server with Visual Studio 2005 Non-Team Edition
Our comapny is currently using Visual Studio 2005 and Visual SourceSafe to develop an ASP.NET application. We're looking into adopting Microsoft Team Foundation Server. Will TFS on its own, without the special "Visual Studio 2005 Team Edition for X " versions work with our existing setup If so, what are the benefits to using the Team Edition versions TFS will work inside a regular Visual Studio 2005 with the Team Explorer client installed, however if you are not using on of the Team Editions then you will need to purchase CAL's for TFS. The Team Editions contain many additional features over and above the collaboration features provided in Team Explorer and hosted by TFS. For example the deve ...Show All
Visual Studio Where can I find a zoom button in report designer?
Where can I find a zoom button in report designer ...Show All
SQL Server HOST_NAME() filter issue
I am using dynamic filtering on host_name() for SQL 2005 SP1 merge publication. It had been working fine, but something has caused the configuration to stop working. Setting up the publication and a test subscription via the GUI works fine. However, if I script out the publication and subscription and attempt to run the script (with suitable password), then I get the error “a value for the parameter @host_name was specified while publication does not use host_name() for dynamic filtering” I did some digging and was curious to find some differences in the information returned by sp_helpmergepublication and the content of dbo.sysmergepublications. The sp_helpmergepublication output showed expected conte ...Show All
SQL Server sql server 2005 standard edition install problem
I am planning to work with replication topic and i have a problem with it. I have installed a SQL server 2005 standard edition.When i try creating a new publication it comes out with this error "Microsoft SQL Server Management Studio is unable to access replication components because replication is not installed on this instance of sql server. for information about installing replication,see installing replication in sql server books online Additional information: Execute permission denied on object 'sp_MS_replication_installed",database'master',owner'dbo'. (Microsoft SQL server ,Error:229) I have tried inserting the CD and reinstalling it.but didnt work. When i tried to Remove sql server from control panel add/ ...Show All
