Chrispragash's Q&A profile
Visual Studio Tools for Office Outlook 2003 Registry and Rules
I am trying to automatically setup a rule in Outlook 2003 using C++ code. Basically I have a program that sets a user up with a new email account by setting the registry values. I also want to create a folder in the user inbox to put the email from this new account...I have looked everywhere on how to do this...does anyone have any ideas Thanks Mary So are you saying that there is no way to programmatically set an account to receive it's mail in a programmatically created folder Can I at least programatically create the folder...and then give instructions on how to setup the rule By the way...I just bought your book ( Microsoft Outlook Programming, Jumpstart for Administrators, Developers, and Power ...Show All
Visual Studio Team System Web analytics tool interfering with webtest execution
Our product currently uses Instadia as a web analytics tool. When I run webtests, the call to Instadia is invoked just after the login. Unfortunately, the webtest does not recognize the call, resulting in the test failing. I don’t see anywhere in the test code where I can instruct the test to ignore the call. The use of the Fiddler tool doesn’t give me anything either. I’ve tried to configure a proxy server per the response recommendation to no avail. Has anyone else seen this interaction between webtests and a web tracking tool Here’s the call: http://se1.instadia.net/cgi-bin/gather 0d012r5&Trucks+Dealer+Portal+%3a+TDP+Dual+US+English+%3a+VTC&http://xnet.volvo.com/tdp/dual-us/en-du/home.htm&http://xnet. ...Show All
Visual C# ASP.NET User Control Events
I've got a user control problem thats been bugging me for a while now. Here's the breakdown: I've got a user control (productBucket) which contains a product name, picture and button for adding that particular item to a users shopping cart. These "productBuckets" are added dynamically based on the number of available products returned from a DB query. How can I wire up the buttons of each bucket (which don't exist until runtime) to fire OnClick and call the same event where I would then be able to get the productID from the buttonID and process appropriately for each item I've started down the road of delegates a couple of times thinking that was the answer, but could never get the right result. Am I close or out in left fiel ...Show All
SQL Server Transformation from 10 views oracle to sql server
I have to come up with a SSIS package to tranform data from oracle database to our sql server database. This oracle db is managed by a third party , I have been given 10 views from oracle so I can extarct information I need. How should I design my SSIS package Do I have to have 10 different data flows or there is an eaier way to run my 10 select statements from these views Is there any article that can give me some ideas on how to design SSIS packages to extract information from oracle Thanks a lot Yes, if you only need to do the import only once, the import/export wizard is the easiest way. If you need to run the package periodically (which I assumed), you need to be careful. If you generate ...Show All
Smart Device Development Initiate synchronization from device
I have written a C# application for Windows CE, VS2005. What I want to do is to transfer files from the Device to the Desktop PC. It has to be done exactly when I want it to, and I need to know that the sync went alright before my app continue to run. I have looked at "repllog.exe /remote" but it is dependant on the customer clicking the sync button on that dialog window, and not everywhere else (like disconnect). Also, it is one extra step to do for the customer, which should have been done automatically. I also tried importing the rapi.dll from the application on the device like this: [ DllImport ( "rapi.dll" )] public static extern void CeRapiInit(); When I call the function CeRapiInit at ...Show All
Internet Explorer Development Force Modal to Refresh?
IE6. I have instanced a modal ("popup") window without toolbar, statusbar, etc. I am not always sure that the content is being pulled down from the server - some clients get (locally) cached things, others do not. Is there a way to pass parameters to a modal popup so the client always fetches the content from the server Thanks. ...Show All
Visual Studio Team System Extent Trial license time
We Installed Team Foundation sometime ago, today the trial License expired and one user who is still using TF was unable to access it, we are planning to go full blown in First quarter of 2007 around 30 users, how can I extent for Trial license for coupleof more months, I do not want to re-install again. Any help will be appreciated, by the way I have MSDN subsrciption. Asif Khan When you get the license key, you should be able to apply it to your copy by running "Repair/Reinstall" from the Add/Remove Programs control panel. Cheers, Adam ...Show All
SQL Server T-SQL Reporting
is there anyway to run complex reports using T-SQL including variables and cursors and such Why don't you just put it in a stored procedure, schedule it, dump it to a table, then use reporting services to just select * from the table and display it tabular so they can then export it to excel or something from the web ...Show All
SQL Server How to insert an image or logo on the report manager?
Is there anybody who knows how to set up the report manager so that it will display an image on the home page of the report manager Thanks! Adam, Thx for your response. I want to confirm one thing with you. In order to use my own image, do I have to delete the 48folderopen.jpg file and paste my own image Please tell me the proper procedure. Sincerely, ...Show All
Visual Studio Express Editions Background Worker Cross Thread Help
I hate spammers so much so that I decided to write a program that extracts all the IP addresses, actually the first 15 characters of every line in my log. Well I have used a Background worker before, to copy and move files. That worked so nicely too, but from what I read, Background Workers don't like the GUIs like textboxes. Is there away around this Here's my code for the Cross Thread Error: Friend WithEvents FetchIP As BackgroundWorker = New System.ComponentModel.BackgroundWorker() Private Sub IPSettingsToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles IPSettingsToolStripMenuItem.Click Me.FetchIP.RunWorkerAsync() End Sub Private Sub FetchIP_DoWork(ByVal sender As System.Object, ByVa ...Show All
Game Technologies: DirectX, XNA, XACT, etc. "SPRITE TEXTURE MAP" I need some directions/suggestions
Hi to everyone! and an Amazing 2007! STATUS: I'm working with an effect to damage the armors, itens and etc from my game characters I did notice that the "easy" way to do this was have 2 textures, one to the default difuse channel and another with the holes and scratches overlayed above the Difuse one with alpha channels to "damage" just some areas from the equipment model surface. Since the .X exporters collapse the material maps inside 3ds MAX, I can't use the Composite MAP, and the export to .fx function in Material Editor don't accept any map than not a simple bitmap to this, what lead me to write a HLSL shader to do the texture overlay. I already got one texture above another with different map channels. ...Show All
Windows Forms DataTable Acts As Intermediator For DataGridView
I have one DataGridViewand i have defined the columns for this datagridview but i don't specify the DataSource for this DataGridView. As a result, it is just a merely DataGridView with columns. After that, i insert a data by using DataGridView1.Items(0,0).Value="data" and however one of the columns is check box column, if the user tick on it, another row will be created. I tried to put this DataGridView1.AllowUserToAddRow=False after the code of inserting the data then the data cannot be added. No matter how i dont want new row to be generated so i think of using DataTable acts an intermediate table and set it as DataGridView1.DataSource. My problem is i have no idea how to specify value for a row of a column ...Show All
Software Development for Windows Vista Questions for a potential newbie
I am looking into automation for testing purposes at a company that I just started working for. Since one of our applications is .NET, I wasn't sure how to automate the GUI until I found this forum. However, some questions/concerns have come up via various co-workers. First is the myth that .NET applications can't be automated. Next Wednesday I have to convince some other technical co-workers that it can (unless I'm mistaken). Also the concern came up that the developers will have to change their code to add Accessibility Functions in order to automate. I'm still trying to figure out if that's true or not, from what I've gathered so far, it doesn't seem like they need to change anything if they're using standard controls (compared to custo ...Show All
SQL Server How to simulate Nothing from a deep link
Hello- I'm working on an app that will create an HTTP connection to the SSRS server to gather a PDF generated by SSRS and place it on the LAN. looks something like this : http://server/ReportServer %2fDEV%2frpt_Sheet&rs%3aCommand=Render&rc:Toolbar=false&userID=NULL&StoreID=23&rs:Format=PDF We have a few reports where 1 or more parameters can be null, but I'm having one heck of a time trying get this to work with a null value. Does anyone know what value is actually passed to SSRS when a parameter is NULL I have tried Nothing, but to no avail. Thanks in adavance, Tristan Do not include that parameter in the link and set its default value as null or send some ...Show All
Windows Forms Dynamic form resizing C#
Hello, I am currently creating an application which contains forms that have their property "FormBorderStyle" set to none. Therefore, the resizing of this window is not possible. I would like to know how to include the option to resize the window exactly the same way as for any resizable window, by clicking on any border and dragging. Does anyone know how I could do this Thank you ...Show All
