Gary A. Bushey MVP's Q&A profile
SQL Server SSRS 2005 & Sharepoint portal
how to integrate reporting services 2005 with Sharepoint portal There are new Sharepoint Portal Server Webparts which can be used to display reports sources on a reporting services 2005 instance: http://www.microsoft.com/technet/prodtechnol/sql/2005/2005ssrs.mspx HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Windows Forms One process triggering an event on another process
I am currently trying to turn an application I have, into a single-instance application. Detecting if another process is already running isn't all that hard and I use a Mutex for that. The problem I am having is the following : I want to bind my application with a certain extension, this way, when in a file explorer that file type is opened, it should open my application and open that file. Except, when my application is already running, then ...Show All
Visual Studio 2008 (Pre-release) GridView representation of XML
Hi, I am trying to display the contents of an Xml Document in a GridView. An example of the the Xml is as follows; <Table> <Column>Name <Cell>Dave</Cell> <Cell>Pete</Cell> </Column> <Column>Age <Cell>32</Cell> <Cell>26</Cell> </Column> </Table> I want the GridView to look as follows; [Name] [Age] Dave 32 Pete 26 That is, in tabular form. My Xaml ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
SQL Server OLE Db Destination task in ASYNC_NETWORK_IO wait state
I have established an SSIS dataflow that should move 20,000 records from a source table to a target table. Only new records should be added to the target table – existing records should be ignored. The problem I am reporting occurs when the target table is initially empty (there are no existing records, so everything should come over). I am using the Slowly Changing Dimension task to limit inserts to new records. The ...Show All
Visual Studio Express Editions Get value from gridview column
How to get value (text) from gridview control in VB. textbox.text = (value in column2 of selected row in gridview) TextBox.Text = DataGridView1.Item(1, DataGridView1.SelectedRows(0).Index).Value BTW, I suggest to don't use "TextBox" as a name for a textbox, this make the programmer confuse... ...Show All
Windows Forms How to group items for common property change in a form?
Hello all, I need to display different pages of controls and visualization according to which item I choose in my explorer bar. The way I am doing it now is changing the "Visible" property of each item to true or false according to Explore ...Show All
.NET Development How to handle multiple requests simultaneously using HttpListeners?
Hi everyone, I would like to create a small Http-server that can handle multiple requests at the same time. I tried to use HttpListeners but I wasn't able to figure out how to serve multiple clients simultaneously. Instead, when 2 request come in at about the same time, the second request is only handled after the first request is finished. The code for my Http-server: using System; using System.Collections.Generic; using Sys ...Show All
.NET Development Email Server
All, I am trying to create an email server using VB.Net 05, specifically the .Net.Sockets framework and are having some trouble. I have it setup where the TCPListenener will listen on say port 8080 and wait for a client to connect using a Timer (100ms). When a client connects (through dnsreport.com) using the SMTP my app freezes and the request times out. To go into further detail. If I request my webpage through 8080 then the message that ...Show All
Visual Basic How to create user interface for Fileloader in VB.NET
Dear Sir/Madam, I am trying to create user interface in VS.NET that allow the user to choose and open a file (Browse) like MS Word, etc... It is like Fileloader in Java but I just don't know how to it in VS.NET Any help is greately appreciated. Thanks. Sincerely, Ramy. Hi Bridgette From the toolbox add an Openfiledialog to you form and name it OPNFD Private Sub Cb ...Show All
Visual C++ Mixing C & C++: Linker / name-mangling problem
Hello, I am forced to mix C and C++ and ran into trouble compiling and linking the sources under Visual C++ 2005 Express Edition. I have provided a trivial example to illustrate the problem: The header file defines a struct type named MYSTRUCT, cpp-file.cpp declares a global variable of this type and c-file.c declares the same global externally and manipulates it in a function. The linker complains about an unresolved symbol ...Show All
Visual Studio installproblem with Visual Studio 2005 Beta
By installing Visual Studio 2005 Beta, on a WindowsXP Professional OS, I get the following error: file not found: _9103_RTL_X86_enu_VCSharp_EE.cab HELP!!! Nicole Hi, If you are installing from CDs, try copying the content of all CDs onto a folder on the Hard Disk and run the Setup from Hard disk - that may help. Regards, Vikram ...Show All
Visual C++ Cannot make cyclic reference to value classes through arrays (C++/CLI)
Here is an example: ----------------------------------------------- value class Class2; value class Class1 { public: void method(array<Class2>^ arr); // Error (use of undefined type) }; value class Class2 { public: void method(array<Class1>^ arr); }; ------------------------------------------------ Although Class2 is pre-declared, the compiler throws a "use of undefined type 'Class ...Show All
Visual Studio Express Editions silly ?
hi guys i feel like a fool this is prob so easy to do . ok i have a project im working on and i wish to lock the size of the form so the user can not change it once it is running i have looked at all the options in properties_form1 but can not see how to do it i would imagine it to be there some where. thnx for all ur paticence as i ask what must seem very silly 's Change FormBorderStyl ...Show All
Software Development for Windows Vista Wireless Keyboard Issues
Firstly can I apologise if I have the wrong forum for posting this, I'm new here and UI (user interface) seemed to be an appropriate place to post this. If it is the wrong place a suggestion as to where would be more appropriate would be appreciated. I am evaluating Vista Beta 1 ... and I am getting problems with my keyboard (a Microsoft "Wireless Natural" Multimedia Keyboard) where I have to virtually fight with the keyboard to get it to ac ...Show All
