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

Software Development Network >> Jimmy Wu's Q&A profile

Jimmy Wu

Member List

originsnone
Ufirst
ko712000
shakinbacon
Ricky Wen - Microsoft
Xferla PhoenXs
Michael Walker
deadlock07
alexander.wf
zahid.masood
ITSMEAGAIN
Debutant0
Gurjeet
mbcoop
simha
Olim
moomooman123
TechMonster
Nick Guerrera - MS
Greg Fiore
Only Title

Jimmy Wu's Q&A profile

  • Visual Basic 2005 .Net Nightmare

    As a visB programmer who has been happily coding very successful applications for many years, I have been shocked at the verbose incomprehensibility of the .net framework. Where is the wonderful Basic language that has served so well for so long Is there a way to disable all the garbage in VisB 2005 in order to just write simple single thread applications in the Visual Basic language I have been unable to get even the simplest microsoft SDK examples to run in .Net. I really don't want to invest in learning a language as complex and dense as the .Net applications, I don't believe I will ever need ANY of this functionality. The whole IDEA beh ...Show All

  • Visual Studio Team System Error 28100.Error loading Event web service.

    Hi,   During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine.   Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log Are you attempting a single server or duel server TFS install At what stage of the installation process are you getting the error   Easiest way is cut and paste the relevant error stack trace. ...Show All

  • Microsoft ISV Community Center Forums DataGridView and ComboBox Column Problem

    Hiii all I have a problem in DataGridView, and i need help. I use DataGridView has column its "column type property" is ComboBox ok..., i want to add items into every cell of type comboBox, i want to add items in a cell of type comboBox different from items in another cell. this line adds items in all cells of type ComboBox Column1.Items.Add( "value" ) please help me Thnx Hi, I'm just wondering what software your developing with. Are you developing an Access database and the problem your having is with creating a form, or are you developing in .NET need more information. ...Show All

  • Visual Basic Reproducing a File.Copy ArgumentException

    Hi, I'm trapping System.IO.File.Copy exceptions and cannot reproduce a ArgumentException when 'sourceFileName or destFileName specifies a directory.' as documented. Does not Work: Catch argument As ArgumentException When IsDirectory(sourceFileName) Or IsDirectory(destFileName) ... error messages Catch argument As ArgumentException ...error messages Does: Catch io As IOException When IsDirectory(sourceFileName) Or IsDirectory(destFileName) Any suggestions on how I could correctly recreate the ArgumentException - thanks Hi, ...Show All

  • Visual Studio Inherit from a Report?

    Can I create a base report that all other reports inherit from ...Show All

  • Visual C++ help deciphering an error...

    When I try to compile my application that is a console application dependent upon a setup file I recieve the following error: Linking... LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16 Debug/runga.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. runga.exe - 2 error(s), 0 warning(s) Could anyone tell me what it means and suggest a possible solution Thanks Alan Homer But your project settings seam to be for a Windows GUI program. Check the linker options under System. Seams that Windows (/SUBSYSTEM:WINDOWS) is selected. Select Console (/SUBSYSTEM:CONS ...Show All

  • Windows Forms Secure lookup data & component

    Please can someone help with some senarios for the following. I need to create a component that gets passed 2 parameters, it then performs a calculation on those parameters and lookup data and parses back the result. 1) The component needs to be able to work with existing applications (VB, Delphi etc.) 2) The lookup data needs to be secure, encrypted.  In V ...Show All

  • Visual Studio Express Editions VBProj conversion

    I attempted to load the sample files included with 2 MSDN articles. The conversion process was not successful with the following messages: The project file C:\Documents\Roger\Projects\Lottery\ExcelObj\ExcelObjectModelVB.vbproj cannot be opened The project type is not supported by this installation. I had actually clicked on the Project: C:\Documents\Roger\Projects\Lottery\ExcelObj\ExcelObjectModelVB.sln The same occurred for the file: C:\Documents\Roger\Projects\Lottery\WindowsForms\ OfficeExcelRelatedRecordInsert.sln The first file is associated with the article: Understanding the Excel Object Mod ...Show All

  • Windows Forms Enabling IIS compression breaks NTD deployment

    For the last couple of months, I have been scouring the internet for reasons why my NTD application would not deply from my Windows 2003 server, but works fine from a Windows 2000 server.  I had tried all of the suggestions I found in various forums without any change.   Then last week (4/19/2004) n message appeared in dotnetjunkies.com forum on&n ...Show All

  • SQL Server DataBase Connection

    hi everybody; my questions about when database connection : i am when connecting database latter receiveing exception error.Error is : An unhandled exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in System.Data.SqlServerCe.dll codes : SqlCeConnection cnn=new SqlCeConnection("Datasource=\\My Documents\\Business\\LOREAL.sdf"); cnn.Open(); // Exception is here help me.. can i doing Mehmet, Try the code below instead - it fixes your connection string and provides you with a way to get more information about specific exceptions you may encounter using SQL Mobil ...Show All

  • Windows Search Technologies Problems searching with German IMEs

    I have found that when using a German language keyboard, I sometimes receive no search results for terms that yield several results if the keyboard language is U.S. English, or anything else for that matter. For example, a search for the term "ipass" yields 623 results on my machine with English as the keyboard, but 0 results when the keyboard is switched to German (Germany). A search for "ipas" returns the expected set of results. I have tried the latest version of WDS Enterprise, and also the current 2.6.5 beta. With the current release version, the term "telekonferenz" would return no results, but "te ...Show All

  • Visual Studio 2008 (Pre-release) Local and Remote DB?

    How does a local/remote scenario work with DLinq and entity cache Say I have a NewsGroup sorta app that reads new posts from a server and saves them to a local SqlExpress db. On startup, you read objects from local, but want to read any new objects from remote db if they exist. How does that work Same objects, so how does things like Add/Update work Is there going to be conflict between the two dbs with same objects Looking for something that will help me understand this scenario. TIA If I understand your situation, you have 2 different sets of objects: one that originates from a method that retrieves posts from some service, and a ...Show All

  • Visual C# passing a string (varchar) to a stored procedure

    Hello, I am using VS 2003 and SQL 2005. I can successfully pass an integer to a stored procedure and have it execute correctly, however when I try to pass a parameter with a string, it bombs out when trying to load my dataset. If I run the stored procedure directly on the server, it works great and returns the two rows, its just passing it in C# where it fails. It is a simple query looking for any row with the last name of "Brown". Here is my SP. ALTER PROCEDURE [dbo] . [sp_arj_query_patients] ( @Lname varchar ( 50 ) --I have confirmed this is the correct datatype and length in the table. ) AS SELECT ...Show All

  • SQL Server Decoding Decimal Form of HRESULT from ErrorCode

    I have an OLE-DB Command transformation that inserts a row. If the insert SQL command fails for some reason, I use the "Redirect Row" option to send the row to another OLE-DB Command transformation that logs the error on that row to a "failed rows" table. In this table I log the ErrorCode and ErrorColumn values that come with the error path from the first OLE-DB Command. OK, that's all working great. However, here's the kicker: there's no error description value. The ErrorCode value, naturally, is the decimal form of an HRESULT--for example, -1071607696. Without some further information, however, this code is not useful f ...Show All

  • Visual Studio 2008 (Pre-release) Line Cross

    Hi there, what's easiest way to detect a line cross (without calculating it 'manually') I have 2 lines, need to detec whether they are crossing. Thanks Maybe this sample could help you… http://www.windojitsu.com/blog/tictactoefx.html http://www.windojitsu.com/tictactoefx/tictactoefx.xbap That’s a really great InkCanvas sample! This sample finds out if two lines in the InkCanvas is a X or a O via this methods TicTacToe.Recognizer.IsX() and TicTacToe.Recognizer.IsO(). And the IsX method checks if the two lines cross each other. (intersection) ...Show All

©2008 Software Development Network