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

Software Development Network >> Gareth Osborne's Q&A profile

Gareth Osborne

Member List

Devil_Soul
Driescox
Tony Ayoub
ksvasan
adrian_sleigh
CrystalGeek
moonguy
dbrich
acs_atchyut
Marino Fourotunis
kline
Ramakrishnan Sharma
ProwlingPanther
Dabi
Joel W
Dspapi
Tharindu Dhaneenja
Dundappa Kamate
DusanMihajlovic
Maurice Maglalang
Only Title

Gareth Osborne's Q&A profile

  • Visual Studio Team System TFS Beta 3. When?

    When TFS Beta 3 will be released I read Somasegar's blog that points TFS Beta 3 will be released simultaneously with VS2005 RC1. At this time VS2005 RC1 already is released but TFS Beta3 is not. new blog, TFS Beta3 will be out about 14 days out... still in September ^^ http://blogs.msdn.com/rickla/archive/2005/09.aspx Thursday, September 15, 2005 5:37 PM Currently I think we're about 14 days out on those b ...Show All

  • Visual Basic Problem using PIA interop Assemblies for Modules and Forms in an Access Database

    Hi, I'm trying to copy from a database to another, modules and forms. here is the code I am using, For i = 0 To appAccess2.Modules.Count - 1 ListBox1.Items.Add("Modules " & appAccess2.Modules.Item(i).Name) appAccess2.DoCmd.CopyObject( updated, appAccess2.Modules.Item(i).Name, Microsoft.Office.Interop.Access.AcObjectType.acModule, appAccess2.Modules ...Show All

  • Visual Studio Text field prints trash

    When I preview a report with pictures and text fields, it looks normal. Then I print the report and the pictures are OK, but all the text fields are printing trash (garbage) characters. Wanted to post this follow-up as I have learned more about my problem. I have two printers: One a HP Laserjet 5si (w/Postscript) and another HP Officejet 7410 All-in-one. I have never had a printing problem with the 5si, so I never suspected th ...Show All

  • .NET Development Calling RaiseEvent over Reflection?

    Hi, I have a Event on my class and want to call RaiseEvent using Reflection. I don't want to use a workaround method which calls RaiseEvent for me ... I tried calling my EventInfo's GetRaiseMethod but it simply return nothing. How can I do this   Thanks TheGetRaiseMethod returns null for all events declared with the event keyword as explained in the MSDN help for the same. The documentation apparently is not as verbose as it shoul ...Show All

  • .NET Development Inteface with Smart Card reader

    Hi i m working on small project . In my project i have to interface with smart card .I m doing my project in C# 2005 . But i dont know how to program with Smart Card reader.how to read and write to Smart Card. Help me Contact the manufacturer of the reader and ask them for the protocol specification. Then use the .NET 2.0 SerialPort class to read the data. ...Show All

  • SQL Server AS2005 September CTP Memory Error

    I get "Memory error: While attempting to store a string, a string was found that was larger than the page size selected. The operation cannot be completed." while executing query set with cube browser in SQL Server BI Dev Studio. The same error I get while executing query with VB code (via ADOMD). The source of the error is AS2005 OLEDB Provider. One important information: I have installed Sept CTP on clean Windows XP Pro, there were no previous ...Show All

  • .NET Development ThreadPool and Webclient.UploadValues

    I have an app that listens on a multicast socket for some data then wraps that data in some XML and POSTs it to a web server for storage (the response from the web server contains no useful info so I ignore it). Early on I noticed that using Webclient.UploadValues was taking a fair amount of time and I was missing some of the multicast data coming in. I then tried using a ThreadPool to spawn off a separate thread that created it's own Webclient ...Show All

  • SQL Server Save Report .rdl including Data

    Where is the option in SSRS 2005 to save a report .rdl with data so I can send it to others for troubleshooting http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/msg/0d2569d2e55e392e >> microsoft.public.sqlserver.reportingsvcs > what is the .rdl.data file for From: Lev Semenets [MSFT] - view profile Date: Thurs, Aug 19 2004 2:35 pm Email: "Lev Semenets [MSFT]" < l...@microsoft.com > ...Show All

  • Visual Studio installing Visual Studio.Net

    Hi, I had been using the .net frameworks and the .net framework SDK from the microsoft. But now I want to install the VS.NET on my machine. Do I need to uninstall the .net framework and .net framework SDK from my machine before installing VS.net Thank you. No, they can co-exist on the same machine. Note that the SDK installation location will now dictate where VS will be installed to. If you want VS to i ...Show All

  • Smart Device Development SqlConnection - How to connect?

    Windows CE 4.2\.NET Compact Framework 2.0\VS2005 beta2\SQL Server 2000 I try to connect to remote database via SqlConnection class: SqlConnection con = new SqlConnection ( "User ID=fabdulov;password=123654;server=serverdf;database=storage" ); con.Open(); When I launch it on my PC - it works. But when I try to launch it on Windows CE - exception throws: Error symbol1.exe SqlException at SqlConnection.OnError() at SqlInternalConnection.On ...Show All

  • Windows Forms ToolStripButton - Form requires focus

    Hi, a form always requires focus for the ToolStripButtons to work. How Can I change that so I can directly click on a ToolStripButton when the form doesn't have focus Thanks, Tom Tom Frey wrote: Hi, a form always requires focus for the ToolStripButtons to work. How Can I change that so I can directly click on a ToolStripButton when the form doesn't have focus Thanks, Tom I don't think that's dire ...Show All

  • Visual C# static destructor ?

    So in an effort to try and improve my skills I'm going trough the spec. So around page ~33 I get bloody confused and install the express edition on my machine to spike some stuff out. The thing that confused me is the static constructor. I've learned the singlton pattern w/ a private contructor rather than the static constructor, so I have never really seen it before. But I was wondering how I would ever get rid of the structures that a ...Show All

  • Windows Forms Focus() method

    I'm using the following code while initializing a form. Although the form compiles with no errors I am not getting the blinking cursor in the component txtPlateNum. Am I doing something wrong here Public Sub New()         MyBase.New()  &n ...Show All

  • Windows Forms Docking one form to another

    New to VB.Net programming. I want to open Form2 from a button on Form1. Got this far.  Form2 has no border, I want it to appear to be part of Form1, (like a frame in a web page, everything else on the page stays the same exc ...Show All

  • Windows Forms global app config file?

    Hi, I have a solution consisting of several forms applications and they all share common configuration properties.   Rather than duplicating these settings in all of my .config files (app1.exe.config, app2.exe.config, etc) is there a way to point all of my&nb ...Show All

©2008 Software Development Network

powered by phorum