jeffps's Q&A profile
Visual C# Problem in ASP.NET
Hi, I've just finished an ASP.NET app based on C#. I want to do something to hide my file extensions like Google, Yahoo etc. But I don't know what to do. I ask the question in this forum because I think it may be resolved by using HTTP Handlers or something which is relating to to programming. Best regards Thanks Mr. Domag for your good direction and thanks Cathal for the helpfule answer. ...Show All
Visual C# How To Send a Mail Using CDO 1.21 with C#
Hi I try to write a console application in c# whichs sends a mail using CDO 1.21 (I can't use a smtp server). I found a good description for j++ ( http://support.microsoft.com/kb/216723/en-us ), but don't know how to write the cdo parts in c#. I could logon to my profile, but I wasn't able to create or send a message. I would be very happy for a code example which shows how to send a mail using CDO in C# (just a simple conso ...Show All
Windows Forms UserControl Property Problems - Please Help
Currently I am working on a user control that requires the anchor points to be "Left, Top, Right" and the Location to be "0,0". So in the user control I override the Anchor Property as in the following code: <Br ...Show All
Visual C# how to send email to multiple email addresses
I am having a problem sending email to multiple email addresses using System.Net.Mail in C#. It works when there is only one email address like so: toEmail = "xxxx@someco.com"; toAlias = "emailalias"; MailAddress to = new MailAddress(toEmail, toAlias); But, would fail when there are more than one email separated by ";" delimiter. The email just will not go through: toEmail = "xxxx@someco.com; yyy@someco.com&quo ...Show All
SQL Server Report deployment without VS
Hi! I created several reports and I want to give them to several persons for the installation on their SQL Server 2005. Is it possible to create something like an installation package (similar to the deployment manifest in SSIS) Thanks for any help! ...and Jasper's reply reminds me that you can also now script this stuff right from SQL Managment Studio just like you could script tables, views, etc. back i ...Show All
SQL Server Execute a package on a remote server
I want to execute a package that's found on a remote server as MSDB. The execute package task locally is not allowing me because i don't have a login permission i guess because i'm not on the same domain and my user account doesn't have the neccessary privelages to access the server. However i can execute sql statements and data flow tasks on the same server. Isn't it possible to use the login and password of the sql server i ...Show All
Visual Studio Tools for Office A newbie question: how to control word directly?
VSTO provides a document-centric way, but sometimes I just want to control the Word directly and do some simple task, e.g. launch the word, ask it to open a .doc file, insert some text into that doc file, and save that doc file into some location on my disk. I don't want to generate some class object in my program, just want to direct the word to do something. Can I do this in VSTO Thanks! Hi, With VSTO 2005 you can only create d ...Show All
Visual Studio Team System Team Build - Build Directory?
I'm a little confused as to why the new build type wizard asks for a build directory. You have to specify a workspace and since that specifies a local directory I would have thought that the build would just occur in that directory. Why not just build in place Thanks Marcel for explaining our design and for the feedback. We could have asked users to define a dedicated workspace for build ma ...Show All
SQL Server Problem with Jump to URL
Hi ! I have a problem that i can't understand. I have done a report and i've put only 2 textbox just to make a test. In the first textbox here is what i'm doing in the Jump to URL =void(window.open('http://genind02.uqtr.ca/orchestra/App/Ajout_client.asp Modifier=Client&NoClient=00034', 'popup', 'location=no,toolbar=no,resizable=1'))" In the second textbox i'm doing this: = Code.RG.OuverturePopupSurLiens(replace(Globals!Repo ...Show All
Visual Studio 2008 (Pre-release) How can I bind a ConverterParameter value ?
I would like to make a textblock display the remaining time of an operation. The bound object has two properties: ElapsedTime and TotalDuration, both of type TimeSpan. I thought the following should work, but it doesn't because the parameter passed to my custom converter is a Binding object, instead of the result of the binding: <TextBlock Text="{Binding ElapsedTime, Mode=OneWay, ConverterParameter={Binding TotalDuration}, ...Show All
SQL Server Data Trasformation Services
Hello All, Can anyone tell me.. is that I can't create DTS if i'm using 4 field for Primary Key Are you running the load more than once, with the keys off perhaps Can you count the rows in the 2 tables to make sure the counts are the same. ...Show All
Visual Basic Parsing a path
fname = ofd1.FileName ffn = fname.Split( CChar ("\")) w = 0 While True If ffn(w) = "" Then ' ...Show All
Visual Studio VSS6.0c- History Get problem.
Hi, I don’t know if this is right place to ask for this question or not. I am having problems with the performance of History get operation from VSS. I am using IVSS Sample rapper for VSS written in C#. When I call a method to get history it takes about 2 to 3 minutes to get history of project. Is there any way I could mention a label against which it can bring history to make it more efficient and Fast or Any other way get history qui ...Show All
Visual Studio How to add custom control to Visual Studio 2005 Toolbox?
Hi all, I am working on a Windows Forms custom control now and I would like to place my control right on the Toolbox window after installation, however, this seems to be a problem now. I notice that EnvDTE and EnvDTE80 namespace and the DTE2 interface seem to provide customization of VS IDE environment, and I tried as follows: 1> Get a DTE2 instance by Activator; 2> Use DTE2.ToolWindows.ToolBox.ToolBoxTabs.Add to add a new tab; 3> ...Show All
Visual FoxPro Importing ODBC tables into VFP 9.0
I am designing a db for employees for my HR dept. I want to save time by importing already existing info that lies on our SQL server in a db program called Timberline. The HR director doesn't like how hard to get around & "ugly" Timberline is, so she wants me to come up with a way to fix this. My question- can I import tables from Timberline into VFP 9.0 & make a "pretty" form to search for info or display info from Ti ...Show All
