Stacey Doerr - MSFT's Q&A profile
Visual Basic UploadFile Question
Hi, I'm trying to create an http file upload program using the My .Computer.Network.UploadFile function. My question is how do you fetch the page that appears after you uploaded a file The one which shows whether the transfer is complete and the download link. Also how do you send cookies, form inputs etc. This is my first time creating a program Thanks. ...Show All
SQL Server Can't precompile script
Hi, with a script task I get an error "This task is configured to pre-compile the script but the binary code is not found. Please visit the IDE in Script Task editor by clicking Desing Script button to cause binary code to be generated". Well, if I do so the error doesn't disappear. The only chance I have is to switch of precopilation, which is quite a performance issue... I have no idea where this error is comming from... The ...Show All
Software Development for Windows Vista Hiding workflow tabs (Exceptions, events, compensation)
Hello, In the post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=160891&SiteID=1 , Vihang says to accomplish Mark's goal: Mark Doughty wrote: - Only view the "SequentialWorkflow" tab (not Exceptions, Events, Compensation). one can use the following code: _vihang wrote: protected override bool ShowSmartTag { get { return false; } } ...Show All
Visual Studio Express Editions GetPixel from a WebBrowser control?
Hello, once again Microsoft. I need help with my WebBrowser control. You see, I would like to be able to grab a specific pixel from it. I've tried to declare the GetPixel lib (GDI32) as I did in Visual Basic 6, which I got pretty used to. That didn't work, so now I need some swifty code to do it. Maybe capture the WebBrowser to an image an use the .GetPixel property I just don't know. Please tell me what you know, and help me! - ...Show All
Visual Studio Express Editions Visual Basic Excel Project
Ok, I have posted many times on this forum for this subject, but so far I am yet to find the answer I'm looking for. I am trying to create a very simple application with Visual Basic 2005. I have a number of Excel workbooks and simply want them to be opened from a command button within my Visual Basic project. However, I would also like it to meet the following conditions: 1. The application should open on any computer, ie. the probl ...Show All
SQL Server has lineage ID 8828 that was not previously used in the Data Flow task.
Why am I getting these errors for my Flat File Source TITLE: Package Validation Error ------------------------------ Package Validation Error ------------------------------ ADDITIONAL INFORMATION: Error at Data Flow Task [DTS.Pipeline]: input column "Column 23" (3893) has lineage ID 8828 that was not previously used in the Data Flow task. Error at Data Flow Task [DTS.Pipeline]: "component "EBN_TEMP1" (528)" failed valida ...Show All
Software Development for Windows Vista E-mails: Tamper-proof URL's with secure authentication ?
Some of the demos of workflow have shown people being sent e-mails with approve/reject url links in them. This, however, raises the question of tamper-proof URL's, and of secure authentication. We don't want users changing url's to do something else. We also don't want other people capturing URL's not meant for them (presumably Windows authentication comes in here somewhere). Any suggestions/links to articles on how to achieve this Thanks ...Show All
Smart Device Development My Device Emulator stopped working.
Hi! My Device Emulator stopped working suddenly (Maybe because I installed ActiveSync 3.8 then reinstalled 4.1 and I installed a VPC, but I removed it then). I'm using VS.NET 2005, and when I try to connect to any of the emulators, the connecting dialog shows up, but then nothing happens. In "Windows CE Remote Process Viewer" the "Failed to get connection object. Check your bootstrap/transport settings" error shows up, wh ...Show All
SQL Server Creating a Subtotal of select Groups
Hi, I am working on a new reporting system using reporting services, but I cannot figure out how to create a footer row which will only subtotal select group totals. If anyone has a method to do this please help! Nathan Hi, somehow related with the topic: Is posible to have something like: the sum of the ValueField from all the rows of DataSet2 that have CompareFiled equal with the current value of ComparedWi ...Show All
Visual Basic extracting numbers out of a string
i have a field that has employeeid aand employee name example " iyajimi1234" or "iyajimi-12234" "iyajimi/0234" , i need to be able to get the numbers out of these string values into another feild. any ideas Heres I think what you need - Function NumbersOnly Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...Show All
Visual Studio Selection formulas vs. Stored procedure
Folks: I am a little new to CR. I am writing a bunch of CRs with VS .NET 2005. All of my reports have parameters. I am currently using Selection formulas approach. I would like to know if there is a big penalty in performance if I am using this approach vs. callling stored procedure, and bind it to the report. Most of my reports returns > 2000 records if no data are filtered. I speculate right now that the CR eng ...Show All
.NET Development Can't start a Windows Service in Win2000 that i developed in VS2005
Hi, i have created a Windows Service, wich task is to write a single message in the eventlog, The service won't start on my Win2000 servers. I also tried to run it on a few other machines, WinXP and Win2003, and it works fine. It does the task like it should and there is no problem with it. I developed the service in VS2005 and im using .Net 2.0. The installationtool i used is "installutil.exe" that comes along with .Net, so if anyone ...Show All
Windows Forms How to Prevent WebBrowser Control from reproducing with Ctrl-N?
Hi, I have a WebBrowser instance in a UserControl derived class using .Net 1.1 and C# in a Windows Forms application. How can I prevent a new window from being generated when the user clicks inside the browser and presses the Ctrl-N key sequence I've tried handling the following AxWebBrowser events: BeforeNaviate2 ClientToHostWindow NewWindow2 NewWindow3 I must be missing something... Thanks in advance for any h ...Show All
Architecture Windows Service event description
Please inform me if there is a better forum for this question. We have a Windows Service that posts events to the event log. When looking at these events in the Windows Event Viewer, a URL labeled "For more information, see Help and Support Center at http://go.microsoft.com/fwlink /events.asp" is added to the bottom of all our descriptions. Obviously, the Microsoft Help and Support Center has no knowlwdge of our service. How do we replace ...Show All
.NET Development DataGridView columns change visible to true after Merge
Hi all! I am using VS 2005 and I have a problem with displaying data in DataGridView control. It is using BindingSource as data source, which is using DataSet as data source. DataSet contains data retrieved from WebService. I have set visible properties to false for some columns in DataGridView, including first column. Problem that I found is that after I use DataSet.Merge method to merge binded DataSet with data retrieved from WebServ ...Show All
