hornnick's Q&A profile
Windows Forms Excel Problem PLZ HELP ITS UGENT!(Could not find excel forum)
I've been given the task of making a spreadsheet that will make a copy of itself, at the end of the day. I would like to have a button in my spreadsheet that creates a back up copy and then exit. Can I get it to check for (and maybe create) a folder called 'backup' (at the same level as the original spreadsheet) and then save it there I don't want the user to get too involved in this process - apart from clicking the 'Backup and Exit' button. ...Show All
Visual Studio Team System Role of the architect in MSF V4
Can anyone tell me if V4 documentation is ready for release Specifically Has the role of the solution archiotect be defined Are any posters and./ or training materials available - if not, what can we expect MSF v4.0 will be released with Team Foundation Server in the second week of March. There is a role for Solution Architect described in the guidance. David J. Anderson ...Show All
SQL Server Charting table detail and sum
I have a bar chart that displays the detail of a table with locations along the x-axis and number of employees on the y-axis. Is there any way to have the sum of all of the locations show as the final bar in the chart (which would be the footer in the table) Any help would be most appreciated, Thanks Just wondering if total chart bar are still not supported I need that also... ...Show All
Visual Studio Tools for Office Shared COM Addin with VS2005TO
Is it possible to create een COM Add-in with Visual Studio 2005 Tools for Office. Or do I need Visual Studio 2005 Proffessional for this (I am currently working with VB6 and use the project type Addin.) This COM Add-in must also work with Excel 2002. Gr. Arie Thanks for the response. Is this projecttype available in Visual Studio 2005 Tools for Office Or j ...Show All
Windows Forms Create Trial Period for Windows Forms Application
Hi, I need the idea how to create create Trial Period for Windows Forms Application . Thank's Alexei Basically, you need to store when the app was installed, outside the install directory, and in a place that you don't remove when you uninstall. Then, you need to check that date when your app runs, and stop after a certain time span. And, if you're using C#, you need to obsfucate your code, or anyone can reverse engineer it, remove t ...Show All
SQL Server Remove RS Server from Web Farm Setup SQL 2005
In order to get a new machine up and going, I found I had to configure the two servers as a farm. I thought I would be able to just uninstall the software on the old machine, then remove it from being initialized from the remaining server. This did not prove to work out for me. So my question is, is there a way to manually remove the non-existant server now I would like to not have to install join it back, then remove to just uninstall. I ...Show All
Visual Basic Controls Flickering when drawed on the form
Hello there :) This was a Problem in Visual Basic 2003 when having a Form with about 150 Controls the form simply consists of panels and those panels have Labels and controls beside hem the form itself has a background picture ,,, the Panels also have backimages the Problem is when the form is shown the controls are being drawn really slow ... (the form is 1024*768) that wasn't a Problem at all back in VB6 anyway I saw that Visual Basic 2005 has ...Show All
Smart Device Development Two questions concerning GUI development in C#
Question 1: Is it not possible to put a frame around a group of objects in C# NETCF 2.0. There are 3 containers available: pointer, panel, tabcontrol. Pointer produces nothing, tabcontrol produces more than a frame, panel has a dashed frame in VS2005 but not in the target system. There doesn't seem to be a border style option amongst the properties. Question 2: Is it not possible to get a combobox to have one item selected from the beginning. ...Show All
Visual Studio Reportviewer doesn't print first time I click print button
I use a WindowsForm Reportviewer. C# 2.0 I generate the report and all is OK but when the user try to print (print button in toolbar), the application open the printdialog, I select the printer and press Ok. But the application doesn't generate a document. When I try again, all work fine. If I close the application and restart, occurs the same (first doesn't works, second works, all time works). somebody have any idea Thanks form ...Show All
SQL Server I am practicing by building a PM Online App
In my Project table. I have a column called projSeqNum (Project Sequence Number) I was with a fellow techie -data modeler- and I think it was just placed with an int data type. I think a 4 length. My question is what would be the correct data type here. There could be 100's of thousands of unique Project ID's so I need something sturdy but not overboard. Any ideas Hi The int datatype should be fine ...Show All
Visual Studio Express Editions Class Library can't access System.Windows
I'm trying to create a new Class Library for a custom control. The base code is as follows: Imports System.ComponentModel Public Class DynamicCheckedListBox Inherits System.w... End Class When I try to type System.Windows.CheckedListBox, Intellisense shows no entry for Windows. The list displayed includes "WeakReference", "XML", but no Windows option. In my other projects, this works fine. Yes ...Show All
Microsoft ISV Community Center Forums Setting Chart Title through VBA sometimes works sometimes doesn't.
Hello folks, Wonder if anyone has the solution to the following problem. Got an Excel addin that the user can use to generate Charts. The users are very lazy and want the addin to set the titles for the chart as well as for the axis. When I tested the code everything works fine and the charts including it's titles are set. Everyone is happy. However in certain spreadsheets the code throws an error. Method 'HasTitle' of object '_Chart ...Show All
SQL Server Keep getting Virtual Memory errors
Hello, I am wondering if there is a way to solve a virtual memory error We randomly get the following error when trying to run sycn over the http websync. Some clients have 512 MB running sql express, others are full instances that have 1.5 GB. The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent. Is this the error thro ...Show All
Visual C# Code Security
When you compile a project in .net you resive a MSIL file, which can be very easly read. Who can i protect me code, so no one we be able to read it Here is a little list of obfuscators: Xenocode CodeVeil Dotfustator ...Show All
Smart Device Development Wifi Printing
I need to connect to a Mobile Printer that has integreated Wifi. It will be a point to point connection. This will be configured on the device itself. Basically i will be creating a Stream of data to send to the printer, but how can i specify the to print to that IP Address, thanks for any help I solved it by creating the connection to the printer and preforming the printing inside the same method. Here is the full code for anyone who w ...Show All
