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

Software Development Network >> BSOD2600's Q&A profile

BSOD2600

Member List

Christer O
ExchangeData
DotNet_369
Tom_MTB
AndrewRise
Tiaan
Panther37
Tatjana
Jim_SE
Zoheb Sait
DhivyaN
Michael Baarz
mortyqwerty
CRxyz
DerPhilipp
jrad
Mike Kushner
DBAMANI
Ana Azevedo
Glaciered Pyro
Only Title

BSOD2600's Q&A profile

  • Visual Studio 2008 (Pre-release) a problem with GetClickablePoint + regions

      Hi We encountered when problem with using GetClickablePoint/TryGetClickablePoint. We have a (large) window that has an open "hole" in it (region), and another (small)window is behind that first window, but is visible through the hole. When calling GetClickablePoint on the small window it is unable to find a clickable point, although clicking it is actually possible. Anyone has a clue - is this a bug or a design issue Any ways t ...Show All

  • Visual Basic Add New Data Source for My SQL doesn't work

    I have tried also installing and using the ODBC driver version 3.51 and the My SQL driver 3.1.8.  None of these work. What do I have to do to add a new MY SQL data source Michael I was told by two different Microsoft employees that Visual Studio 2005 Express Edition was the right version of Visual Studio 2005 for me to use for all of my needs including access to ODBC and MySQL data. They emailed me a link with a comparison of a ...Show All

  • SQL Server saving DTS package to sql server

    hi, I have a "Transfer sql server object task" in SSIS that transfers few tables from one database to another. The task works fine and the project is saved on my c: drive. I was trying to save the project on the SQL server and don't know if i am doing somehting wrong I have the following selections made: Package Location: SQL server Server: ServerName Authentication Type: Windows Package path: /TransferTables ...Show All

  • Windows Forms What permission is required for Process.Start()?

    If I do a Process.Start() in a medium trust environment, I get a SecurityException. This is not documented in VS .NET 2003.   What permission do Process & ProcessStartInfo require Frustrated in launching land. Mark Levison hi all, this is an  ...Show All

  • Visual Studio 2008 (Pre-release) binding to a function call instead of property?

    Hi, If I have following function class LanguageHandler { public static string GetString(string key) { } } Is anyway I can binding a textblock - text to the GetString function thanks/chong I thought you could specify a MethodName in ObjectDataProvider, no < ObjectDataProvider x:Key = " Code1DSKey " d:IsDataSource = " True " ObjectType = " {x:Ty ...Show All

  • Visual Studio Team System Error importing one's own process-template

    Hi, I have created my own TFS Process-Template and am getting the following error when trying to integrate my own queries: [code] 09.07.2005 03:08:47.870 | Module: Engine | Task "Currituck.WIs" completed with success | Completion time: 0 seconds 09.07.2005 03:08:47.870 | Module: Engine | Thread: 23 | Running Task "Currituck.Queries" 09.07.2005 03:08:47.870 | Module: Currituck | Thread: 23 | Query Found: Name = 'All Meine Tickets', Location = 'T: ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Unable to load Microsoft.DirectX.dll in Visual Studio 2005 Pro Ed

    I recently installed Visual Studio 2005 Pro Ed. For some reason I cant run my Managed DirectX applications from the new vs. It compiles successfully but whenever i reach some code (in runtime) which uses the Microsoft.DirectX.dll i get this exception: "The specified module could not be found. (Exception from HRESULT: 0x8007007E)" The funny thing is that it works fine with earlier versions of Microsoft.DirectX.dll. And the latest version (of dx) ...Show All

  • Windows Forms Where to report bugs in the framework?

    Hello, well, I don't claim to be a perfect programmer, but I stumpled accross some bugs in the new SDK2, are there any offical websites to report bugs Here is some example: If e.Node.Nodes.Count = 1 Then     e.Node.Nodes(0).Expand()     If Not e.Node.IsVisible Then         e.Node.EnsureVisible()     End If End If The line e.Node.EnsureVisible causes the pro ...Show All

  • Smart Device Development Smart Device application for windows CE. NET and java web Service

    Hello, I’m trying to develop a smart client application for Windows CE.NET using Visual studio. This application invoke a jax-rpc web service deployed in Sun Application server edition 8. When i invoke one method that returns a boolean, gives me this error: error: "An unhandled exception of type 'System.Web.Services.Protocols.SoapHeaderException' occurred in System.Web.Services.dll Additional information: JAXRPC.TIE.01: caught exception while ...Show All

  • SQL Server Using Partitioned Views in SQL Server 2005 Standard Edition

    We currently use partitioned views (over horizontally partitioned tables) in SQL Server 2000. The tables are partitioned by month. This works extremely well for our needs. In evaluating SQL Server 2005 Standard Edition, we are finding some issues trying to get this to work properly. A select against the view results in a table scan. Does anyone know if partitioned views have any issues in 2005 SE We are not doing anything different in 2005 SE th ...Show All

  • Windows Forms Datagrid link label column

    Hi all, I want the code to make a column as link label column in windows vb.net datagrid Thanks in advance Custom Column Style is in order, check out this link http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44 Also do a search on this list, you&nb ...Show All

  • Windows Forms Why can't I hide a form in it's load event

    Hi I have a feeling that calling me.hide() in a forms load event doesn't work due to threads because when i use a timer to call it from the load event it  works. Can someone please give me a detailed reason why thanks in advance ...Show All

  • .NET Development Programmatically creating a PPTP/L2TP server-side session via ASP.NET?

    I have a need to monitor and accept a PPTP or L2TP connection from a remote VPN client and dynamically create a VPN session just for that client.  What's a good approach to this problem  Perhaps I've overlooked a Win32 call, but I think I'm going to need an end-run manipulation of address books or other non-obvious methods.  I need to implement this in ASP.NET. Any ideas or pointers is greatly appreciated ...Show All

  • Visual FoxPro SELECT statement is showing unwanted display of data and is not passing data to a table.

    I'm using a SELECT statement to pull out data from a table... that is working great. What I'm trying to do is feed the selected data to a different table using REPLACE so that it can be used by a report. All of this is triggered from a command button on a form. Here's the code for the CLICK property of the button: SELECT store, stock, year_1, make_1, model_1, auction1, transport, recon, sold_for, fees, net_check, result ; FROM wholes ...Show All

  • Windows Forms Datagrid link label column

    Hi all, I want the code to make a column as link label column in windows vb.net datagrid Thanks in advance Custom Column Style is in order, check out this link http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44 Also do a search on this list, you&nb ...Show All

©2008 Software Development Network

powered by phorum