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

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

Huwwuh

Member List

Dmitry Vasilevsky MSFT
kainoa
Cat the Dark
Eddie Hulme
Amol Wankhede
Lex1957
GuidoBrunner
pbiffar
Gaudéric
Jothishankar Velayudam
LucasM
Larry4321
Sulaco
micronax
blankmonkey
Gregor Bussmann
RoyDean Leighton Jr
mcfin
GOOOGO
Robaster
Only Title

Huwwuh's Q&A profile

  • SQL Server Unable to read local eventlog (the parameter is incorrect)

    In trying to setup alerts and activating them, an error occurs in the sql agent log of Unable to read local eventlog (the parameter is incorrect) The full messages from the Windows NT Logs shows: Event Type: Error Event Source: SQLSERVERAGENT Event Category: Alert Engine Event ID: 318 Date:  03.11.2005 Time:  17:14:47 User:  N/A Computer: RESYSHADOW Description: Unable to read local even ...Show All

  • Visual Studio Team System Unit Testing Forms - Accessing Controls

    I'm unit testing an extremely simple VB form with a button and a text field. My test method looks like this: <TestMethod()> Public Sub btnHelloWorld_ClickTest() Dim target As Form1 = New Form1 Dim expected, actual As String target.Show() target.Activate() Dim accessor As HelloWorldApplication_Form1Accessor = New HelloWorldApplication_Form1Accessor(target) accessor.txtWorldID.Text = "1" expected = "HelloWorld1" Dim sender As Obj ...Show All

  • Smart Device Development Web Service Consumption

    When I tried to call a XML web service, any function will fail with a "WebException" in the emulator. The Web Service is fine since I might call it inside a windows desktop project. Do I need to configure the Emulator or do some special for the Smart Device app to call a web service I am using vs.net 2005 and PPC. Any feedback will be appreciated. Please check that you have done following thing ...Show All

  • SQL Server About Login Account

    Hi everyone, I have a simple question for you which is too important for me. My question is about logins in my own(local) server. I know that my local server(my computer's server) has to default login account which are called sa and BUILTIN/ADMINISTRATOR. While I am using my own server, I do not know which default login account is used by my Server since I use windows authentication while connecting to the Server. Another question is that while ...Show All

  • Visual C# Access Web Form member from it’s hosted windows user control

    Hi. I have a web app that uses a IE hosted windows user control. I would like that, somehow, lounch an external event from that hosted control that I could catch in my web form’s code behind or set a web form’s member value. Does anybody know how to do that I would appreciate any suggestions! Thanks in advance! First off you need to define your interface. This is a simple interface declaring the events you wi ...Show All

  • Windows Forms printing

    Hi This is the first time I am using the printing class. What I want to do, is perhaps like everyone else, customize the layout of a page and print that page, putting in the appropriate values and so on. How do I go about creating such a page, where I can position, say, a logo on the top center of the page, then a line below that, the address and so on - like an application type form layout. how can I achieve this in C# (.NET 2.0 ...Show All

  • Smart Device Development sql connection error

    I am getting following error: Error 1 The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:\Documents and Settings\Adnan\My Documents\Visual Studio 2005\Projects\Mobile5\Mobile5\Form1.cs 20 4 Mobile5 the line which caused problem is System.Data.SqlServerCe ...Show All

  • Smart Device Development Issue connecting to network machine from emulator.

    I have the emulatro version installed with VS 2005 CR Team edition. Here are the steps: 1) Start the Device Emulator Manager 2) Right-click on Pocket PC 2003 SE Emulator and click Connect. I get the emulator window. 3) Right-click on Pocket PC 2003 SE Emulator and click Craddle. The ActiveSync connects and I get the Connected Synchronized message. 4) Use the Internet Explorer and connect to a web site. I get the page back. 5) Go under File Explo ...Show All

  • Smart Device Development .obj/.exe files geneerated by VS2005 are 3x the size generated by eMVC++

    We are finding that the .obj/.exe files generated by VS2005 are much larger than those generated by eMVC++ with similar compiler/linker options set (all debugging options have been turned off). Running a stirngs utility against the .obj files produced a huge number of '$Mnnnnnn' references, where '$M' was constant and 'nnnnnn' was an ever increasing integer. Compiling such that .asm files are produced showed that these references seem to be asso ...Show All

  • Software Development for Windows Vista Lies?

    On http://msdn.microsoft.com/windowsvista/downloads/getthebeta/default.aspx Microsoft says: Download the Latest Windows Vista If you are not already a member of the Windows Vista beta program, there are still two ways to obtain the latest public CTP or beta version of Windows Vista. MSDN Subscriptions - If you have an MSDN Subscription (Operating System level or higher), you can download the latest version of Windows Vista. ...Show All

  • Microsoft ISV Community Center Forums dbclick listbox additem

    Hello there, I have created two listboxes and wish to allow double clicking of items. i.e, double click on a partciular item in listbox1 will add the item into listbox2. i have tried various ways of going about to get it right but failed. Private Sub List1_DblClick() List2.AddItem List1.List(List1.ListIndex) End Sub can someone advise me or point out my mistake Thank you very much. Astrov You're code is v ...Show All

  • Windows Forms Source code, server and future

    So as several of you have noticed, the source code for 1.2 hasn't been released yet.  I am trying to figure out what is the best approach for releasing the source code and the future of Terrarium 1.2.  Here are the current thoughts.&n ...Show All

  • Microsoft ISV Community Center Forums VBA books

    Can anyone direct me to a good book on using and implimenting VBA in MS applications I have been using MS apps for many years but never dug into VBA at all. I have been taking courses preparing me for the MOS certification exams and was introduced to VBA and would like to learn more but can't afford any more instructor led courses. Any help would be greatly appreciated. Thank you Jerry Here's a free o ...Show All

  • Windows Forms check box treeview

    I am using 1.1,can i selectively display checkboxes in treeview,instaed of default checkboxes for all nodes thks ...Show All

  • Visual C# Usage of DataView in my custom DataBase Class

    I make one database class, in which there is a dataView method. In the aspx file, this method was invoked with the purpose to display the data in database. But here the aspx file failed to display the data, not even the error message in the catch block. Can anybody tell me why cs file: using System; using System.Data; using System.Data.SqlClient; namespace database { public class DBClass { private SqlConnection conn; ...Show All

©2008 Software Development Network

powered by phorum