Software Development Network Logo
  • Visual Basic
  • Windows Forms
  • Architecture
  • SQL Server
  • Visual FoxPro
  • Visual C#
  • Smart Device
  • .NET Development
  • Visual Studio
  • Visual J#
  • Windows Live
  • VS Team System
  • Microsoft ISV
  • Windows Vista
  • Visual C++

Software Development Network >> Will George's Q&A profile

Will George

Member List

HS-Immeronline
armagane
Rahul Ohri
Alains
Keith714
help_me_please
Gajab
Cathal
Papy Normand
Jean_Boreman
Bukola
VBNET_Fanatico
kvaughan
objKiran
WaltM
Magneto
lloyd
Daniel Baum
Shail29301
AlisonW
Only Title

Will George's Q&A profile

  • Software Development for Windows Vista TransactionInDoubtException

    Source: System.Transactions.TransactionInDoubtException: mscorlib Text: The transaction is in doubt I'm getting the following error is a very specific circumstance and I don't understand why. I've got a single unavoidably long running transaction (~90mins) that I run from a .net component against a SQL Server 2000 database. If I invoke my component from MMC.exe (COM based root) I'll often (eventually) get the above error message. However, i ...Show All

  • Visual Studio Team System Load testing questions

    Hi, I am trying load testing by using the VSTE beta2, I could not figure out how to enter 5 different user name and password during the load testing setup. In order to view the test report, I need to have reporting service, do I have to install SQL 2005 Reporting service or I can still use SQL 2000 Reporting service Thanks, Ming D Thanks Ed. Your reply is very helpful. I learned how to do the ...Show All

  • Visual C# Adding controls to a windows from from XML

    Hey howzit, i have a method below that loops through an XML document and adds textbox and checkbox controls to a panel based on the xml content. However the performance is not great all at...one can see all the controls are they are being displayed and it looks sloppy...is there not a better way of doing this public void DeSerialize(XmlDocument xmlDoc, int currentPage) { XmlNode rootNode = xmlDoc.DocumentElement; foreach (XmlNode pageNode in ro ...Show All

  • Visual Studio Visual Studio 6.0 on Win XP

    I have just purchased a new computer. It uses Windows XP Media. I need to have Visual Basic installed. I have a copy of Visual Studio 6.0 that I never used before. When I run the setup program I receive an error stating that it can not be installed. But under programs, I can see the following components under Visual Studio 6.0: Microsoft Visuao Studio 6.0 Tools Microsoft Visual Basic 6.0 Microsoft Visual C++ 6.0 Microsoft Visu ...Show All

  • Windows Forms Serialize Class

    Hi there, I wrote a Webservice to send emails. This Webservice takes an objectarray for the attachments. This is the class for the Attachments: Public Class Attachment          Private aByteArray() As Byte     Private strName As String = & ...Show All

  • Visual C# Cancelling Asynchronous Calls

    hi i want to cancel an asynchronous call ....on some event. I m unable to find out how to do this .... Any help will be highly appreciated. Thanks in advance. as I know, you can have inherits the controls and overrides the OnXXXXX function to cancel the events that the OnXXXX and Control triggered or if you would like to cancel asynchronous call on custom class interact with windows form controls using threading, you can have a ...Show All

  • SQL Server Debugging / Breakpoints

    Hi, I didn't play around with breakpoints to much, yet. So today I created a package with 2 variables, which both raise their change event. I added a event handler for that just to show the name of the variable which initiated that event (system::variablename) in a messagebox. I added two scripts to the main workflow, one changes one variable, one the other. To see what's happening I placed a breakpoint on the script in the event handler. ...Show All

  • .NET Development Mht Email (Html Archive)

    It is possible (out of the box) to send Mht email now in .NET 2.0 I've taken a look at LinkedResource & AlternateView and I'm able to send out emails. However, there is no documentation on what is going on behind the scenes. http://msdn.microsoft.com/library/default.asp url=/library/en-us/e2k3/e2k3/_clb_sending_a_web_page_by_smtp_mail_using_cdosys_vbs.asp offers some insight into this... ...Show All

  • Visual Studio Express Editions MDIList

    Hi, I am currently looking at MDI forms and can not see the mdilist property for a menu item. The MS help for creating mdilist menu options instructs to set the mdilist property for the selected top level menu item to true. There seems to be no such property http://msdn2.microsoft.com/en-us/library/7aw8zc76(VS.80).aspx Any ideas Ron sorted http://forums.microsoft.com/MSDN/ShowPost.aspx PostID= ...Show All

  • SQL Server Image Property from Business object in Reporting Service 2005

    Hi I have a question from Reporting service 2005 I use Business Objects in My Report and one of My object's property's type is "Image" or "BitMap" when i Drop that property in my report and set value in "Fields!MyPicture.Value" and Run that then i see "#Error" when i drop an "Image" from Toolbar and set that in "Database" and set value in "Fields!MyPicture.Value" and ...Show All

  • Visual Basic How to: Custom Implicit/Explicit conversion in VB.NET 2003

    Hai .....,          I would like to define some custom Implicit conversion function within my VB class. How can i do that. I have seen samples in C# but not in VB. Can anyone please help me on this Hemant, Jay provided you with this link as a resource: http://msdn2.microsoft.com/library/yf7b9sy7(en-us,vs.80).aspx ...Show All

  • Visual Studio Express Editions Extending the Personal Web Site Starter Kit

    I have read the article on extending the Personal Starter Kit  by Bill Evjen. There are 3 image files that he makes a reference to, that I cannot find.             <table width="90%"><tr>                   ImageUrl="../Images/button_sitecontent.gif"    &nbs ...Show All

  • SQL Server Is there a as400/db2 native provider to extract data?

    Is there a as400/db2 native provider to extract data Dear Wenyang - I'm not sure what Greg's issues are but I'm having problems with OLEDB connection to AS400. When I try to read from an AS400 LIB into a dataset (Visual Basic .NET 2003) I get the error "Memory Allocation Error". I would greatly appreciate any help you can provide in resolving this issue. Here's more details on the exact problem I'm experiencing: A “Memory All ...Show All

  • Windows Forms Make Simple Binding to Control/Class Property Two-way?

    We're using C# in VS 2005. We've successfully bound a DataGridView to a collection of Widget objects using the generic BindingList<Widget>, and the binding is 2-way. I also understand we could have used another collection mechanism and implemented IBindingList. Now we've bound a TextBox's Text property to a custom property of a single UserControl instance, and it displays the initial property value. However, changes to the UserContro ...Show All

  • Visual Basic Scroll Bars, and transfering info from one form to another

    Hi, I am quite new to programming, and I am wondering how you get scroll bars to work, and also, how to transfer data from one form to another (if that is possible) Thanx Yeah and about transerting data from one form to another, there are many ways to do it but I'll show you one easy way to do it :)   Dim MyForm as New Form2   Form2.ShowDialog()   'When the form is closed the code will proceed fro ...Show All

©2008 Software Development Network

powered by phorum