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

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

oracle47

Member List

Jason Foster
pradeepp
Lummox
Alexander_H
Hua Chen - MSFT
FlashFan
Tall24Kris
PatrikB.
Sekhar T
Gnugs
JHMiller - MSFT
gcs_78
SLIDER 82
Broomandan
JR_runnfool
greenmind
Thomas Kionka
CostanzaFV
Peter Stuer
Mahmoud Amereh
Only Title

oracle47's Q&A profile

  • Windows Forms Doubleclick interrupted by MessageBox

    Hi, in my app I use a TreeView control. Single click means selection of an item and filling some information about it to some different window. Doubleclick does the same plus the item is moved to the root of the tree. So far so good. Problem is that during the process of "filling information" about an item, some exception may be thrown. I use MessageBox to present the exception to the user. But the MessageBox "eats" the second click of doublecli ...Show All

  • SQL Server Autocomplete combobox

    Dear all, I have a parametrized report which displays the available values for the parameter in a combobox (dropdownlist). I need to make that combobox autocomplete what the user types. Is there any way for that ! Thank you. There is no way out of the box to do this.  You would have to write your own code to accomplish this.  You could use the .Net 2.0 ReportViewer control to display the report and then ...Show All

  • SQL Server Problem configuring password property for oledb connection.

    I'm creating an xml configuration file to hold the connection string including the password (sql server authentication).  My package protection level is set to 'EncryptSensitiveWithPassword'.  I set up my connection manager and I check the 'Save my password' box. The  'Test connection' button reports that the connection is OK.  I enable the package configurations and I go through the Package Configuration Wiza ...Show All

  • Visual C# Browser Helper Object, problem with SHDocVw.DWebBrowserEvents2_Event.DocumentComplete

    I'm writing Browser Helper Object (IExplorer plug-in) in C#, Microsoft VS 2005, Framework 2.0. 1. I implement interface IObjectWithSite and add event handler for events SHDocVw.DWebBrowserEvents2_Event.DocumentComplete and SHDocVw.DWebBrowserEvents2_Event.OnQuit in function SetSite : [System.Runtime.InteropServices. ComImport , System.Runtime.InteropServices. Guid ( "FC4801A3-2BA9-11CF-A229-00AA003D7352" ), System.Runtime.Int ...Show All

  • SQL Server ADOMD.NET 8.0 dependencies for connecting to both AS 2000 and AS 2005

    I've got a C# application developed with Visual Studio .Net 2003 which uses Adomd.net (8.0) to access cubes on SQL Server 2000 Analysis Services as well as SQL Server 2005 Analysis Services. In the MSDN reference page I noticed that I can set the connection parameter "ConnectTo=Default", and now, after installing the SQL Server 2005 Client Connectivity components, I can make connections to both AS2K and AS2K5 from my development machin ...Show All

  • Windows Forms catch ENTER Key in my textbox

    i have two textbox in my form i want change focus between two textbox with Enter Key help me please thx us for your ans. One way of going about it create a custom control inheriting from TextBox control and put up the following method in the class protected override bool ProcessDialogKey( Keys keyData) { if (keyData == Keys .Enter) return base .ProcessDialogKey( Keys .Tab); ...Show All

  • Visual Studio Express Editions Express .img [Image] files cannot be burned to disk with Nero as stated !

    The webpage where you download Visual Express Beta 2 image files states that you can use Nero Ultra Edition 6 to burn these .img files to disk. This is incorrect. When I attempted to open any of these .img files Nero responded with an error message stating that the file format was incorrect. I haven't bothered downloading and trying Roxio as I really don't want to have to purchase two cd rom writing progra ...Show All

  • Visual Studio Team System Work item type definitions- XML document, why not XSD schema ?

    Watching the tutorial video on customizing work item types, I notice the WI type definitions appear to be XML documents, not XML schemas. For example, http://s3bhatia.members.winisp.net/images/global/MyTypeAfterChanges.xml Are work items stored as XML documents in the database If so, is there any great reason why type definitions are not XML schemas, but XML documents Do schemas get created "behind the scenes" I would have thought that XSD sch ...Show All

  • SQL Server Left Outer Join

    Hi All Dudes and Dudesses Please help... I've got Two tables, Problem and Breach, in DB Support. The main Table (Problem) has a primary key on field Number and I retrieve most of my data from this table but the other fields are irellevant. The Breach Table includes fields: Number & Keyword. I use an Left Outer Join to connect from Problem.Number to Breach.Number and retrieve the Breach.Keyword if any. If there's no records in Breach it s ...Show All

  • .NET Development GridView wont display records if LIKE is used in Query

    I have an Access Query named "TestQuery".  The Query selects users with "678".  Condition is: Phone LIKE "678*". Any time the dataset that is used by GridView1 is assigned to "TestQuery" it doesn't return any records. (Even though in Access it does). If I modify "TestQuery" and make the condition anything that doesn't include a LIKE it works. Am I missing something Vincent Fournier Ken is correct.  You're seeing differe ...Show All

  • Windows Forms Constituent Properties

    I've developed a usercontrol that has a datagrid with a label below it.  Because the grid has so many properties I just exposed it as a property of the usercontrol like this: [Description("The grid portion of this user control")] [DesignerSerializationVi ...Show All

  • Smart Device Development Network connectivity to the device emulator.

    Greetings, I need to test connectivity to a PocketPC app that has a listening socket. I can' enable the TCP Connect Transport in a computer wich uses a DSL USB modem to access the internet, only in computers wich use a Ethernet adapter. But even in the computers that I can use the TCP transport, I can't get an emulator to connect to another one, even though each one get publicly visible ips outside the network, and they can ini ...Show All

  • Windows Forms ** Urgent ** - Time

    I have a statusbar1.panel(0).text that displays minutes in string form. Could someone explain how i can convert these minutes into hours and then display in the same place. Many Thanks. Petang Many thanks for your time Omlet, Code is as follows:- ...Show All

  • .NET Development How i get new ID after inserting data in table through command.ExecuteNonQuery

    Hi,    I want to get newly inserted ID after inserting data in table. I am using command object's ExecuteNonQuery. I don't want to use MAX in another query. Is there any way to do. I am using ad-hoc query not a storedprocedure. Also i don't want to use @@identy because it is a global variable and at the same time if any other insert statement fires the value of @@Identy Thanks in Advance..... Mahseh... @@identity is limi ...Show All

  • Smart Device Development VS2005 and eVC++4 binaries?

    Can I debug a binary built with eVC++4 (for Pocket PC 2003 SE) using VS2005   If so, how   For example, in eVC++4 I can do File/Open Workspace, navigate and select my exe file, and then Build/Start Debug and I'm off and running.  But if I try that with VS2005 using File/Open/Projects-Solution it opens it fine as a Solution but when I start to debug with F5 I get a message box saying "Unable to start program 'C:\...\Debug\sea.exe" ...Show All

©2008 Software Development Network

powered by phorum