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

Software Development Network >> Mo Han's Q&A profile

Mo Han

Member List

Henry Hahn - MSFT
Moritz Pfennig
kajaGugu
Seabhcan
Richard Carpenter
ddm
FALCO
Maxime LABELLE
John Shores
JoeWood
sangelis
Aaron T.
DSATISH
alejoespinosa
tcorrigan
ISW
matrixo
Rudolph Scott
PerL
Michael Walker
Only Title

Mo Han's Q&A profile

  • Visual Studio Express Editions VC-EE Redistributable Executable?

    Hi, I live in a country where ISP's have harsh restrictions on download usage. And would like to save a copy of Express Edition that doesn't require me to download 60mb~ every time I reinstall the program. Does anyone know if a "redistributable version" exists which would allow me to install it without an internet connection I ask this as nearly all other Microsoft software I've come across has this option. (.NET Framework, Service Packs, DirectX, etc) I admit I'm not very good at finding what I'm looking for :( The closest thing I could find was that page with the 500mb ISO files which probably included the 400mb worth of MSDN extras. Thank ...Show All

  • SQL Server view ignoring order by - used to work in sql 2000

    This works fine in  SQL 2000, but not in SQL 2005 I have the following view: CREATE VIEW [dbo] . [viewServicesAll] AS SELECT TOP 100 PERCENT dbo . services . serviceID , dbo . services . serviceDescription , dbo . services . accountCode , dbo . accountCodes . abbrevName FROM dbo . services INNER JOIN dbo . accountCodes ON dbo . services . invoiceAccountCode = dbo . accountCodes . codeID WHERE ( dbo . services . expired = 0 ) ORDER BY dbo . services . serviceDescription When I select * from the view, it orders  by the serviceID (which is the primary key of the services table) It should be orderin ...Show All

  • .NET Development Microsoft JET Database Engine

    I recieve this error when I try to login to my site: Microsoft JET Database Engine (0x80004005) Unspecified error /Asp/Report/View/OpenDBConn.asp, line 17 Usually I would just have to restart the server and the problem would correct itself. Unfortunately that isn't working anymore. Here is the Code: <% Dim Conn ' --- Find Database Path --- 'DBPath=Left(Request.ServerVariables("path_translated"),InStrRev(Request.ServerVariables("path_translated"),"\")) ' --- Create Instance of Connection Object --- Set Conn = Server.CreateObject("ADODB.Connection") ' ---------- ...Show All

  • Visual C# how to open a new window

    Hi, I wanted to open a new window (form) by clicking on a button, but not sure how to do this. I'm using Visual C# 2005 (which includes .net) and using the Windows Application project. Thanks Bruce Hi... You could create the form. And with clicking on your button, you call the form's constructor by creating an object. And with this object you call the form's show()-method. Greetz, Finch. ...Show All

  • Visual Studio Team System Error TF60024

    I tried to run VSSConverter on a fresh install of TFS and got the following error: TF60024: Unable to create the database on Microsoft SQL Server due to the following error: CREATE DATABASE permission denied in database 'master'. Thank you, Alex Well maybe that is the problem, as you can read in this article, you must have also administrative permisions on SQL Server Express, http://msdn2.microsoft.com/en-us/library/ms181247.aspx So, maybe, check the rights of this user, to see if he has permissions on SQL Server. ...Show All

  • Visual Basic Need a VB6-to-VB.NET translation

    I have a block of VB6 code to be translated into VB .NET if possible. The block of code reads as follows: Option Explicit Private Sub cmdClose_Click() Winsock1.Close End Sub Private Sub cmdConnect_Click() Winsock1.RemoteHost = InputBox _ ("Enter remote host (IP address or name)") Winsock1.RemotePort = 1066 Winsock1.Connect End Sub Private Sub cmdSend_Click() If Winsock1.State = sckConnected Then Winsock1.SendData InputBox ("Enter data to send") Print "Sending data to" & Winsock1.RemoteHostIP Else MsgBox "Not currently connected" End If End Sub Private Sub ...Show All

  • SQL Server Analyzing MDX query evaluation

    Are there any tools or tricks for looking at how an MDX query is evaluated in SSAS 2005 Something that indicates how aggregations are being used, for example - sort of like a SHOWPLAN for MDX. As you might know, AS 2005 MDX query execution events are now captured in SQL Server Profiler. What's not as clear from the docs (that I've come across, anyway) is the aggregation usage info available via SQL Profiler. This was well explained at the recent SQL PASS Conference, in Session 108: "Understanding Analysis Services 2005 Aggregations from Every Angle", by Dave Wickert a ...Show All

  • Software Development for Windows Vista Workflow with Visual Studio Express

    Is it possible to use Win Fx with the Visual 2005 Express versions If this is possible, what can I do what software I need No. Here is the text from the installation point for the February CTP on the supported versions of Visual Studio:   Required Visual Studio Versions: The released version of Visual Studio 2005 is required. The December CTP version of WinFX is NOT compatible with this version of Visual Studio 2005. You must uninstall the WinFX CTP and Windows Workflow Foundation Beta 1 before installing Beta 2 of Windows Workflow. The Express Edition of Visual Studio 2005 is not compat ...Show All

  • Visual C++ How Design Line(or Function like Sin(x)) in Picture Box??

    Hi! I don't Know that VC++ has a control for design line or... like VB please help me! I just can design line on DialogBox.I want design in Static variable (like PictureBox or StaticText). A picture box hosts a picture. You'd do better just to draw your line in the OnPaint handler of your form. There is no design time support for drawing a line that I know of. ...Show All

  • Visual Studio 2008 (Pre-release) The SDK installation allways fails

    Did anyone find a successful setup of the SDK It allways failes. All I need is the svcutil.exe I need help The download site for the Windows SDK is here . The page contains a link to a CRC utility that lets you verify that your download went OK and the file wasn't corrupted. If you're getting errors installing, let us know exactly what they are. One problem I'm familiar with is installing the SDK from a network share - try copying it locally first. It seems the FxCop installation is a bit touchy about being installed from the network. ...Show All

  • SQL Server Change "Report is being generated"

    Hello, I develop some application using SQL Server Reporting Services 2005 to Russian customers. They usually don't know English well. That's why I really want to change phrase "Report is being generated" to Russian words. How can I do it I tried to fing this phrase in configuration files or registry but there wasn't success. Thank you, Hi, If I change the language of the browser, the language of the "Report is being generated" changes. Not sure if you have already tried this. If you have, then I'm guessing the Server doesn't have Russian language capabilities. I tried in Russian and it didn't work. Tommy ...Show All

  • Visual FoxPro Http Post

    I need to simulate an http post and retrieve the Resulting Html source Code. How can I do this Thanks, Sammy Check: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=321114&SiteID=1 ...Show All

  • Visual Basic how to update rows in an mdb data source??

    hi everybody , I'm a beginner student in vb.net,and I'm working on a very small project as a homework,and I've some questions which I ought to search for their solutions via any   source . I need to make an (Update )button in most of my VB forms,which enable me to update any row elements in the datasource in Access through each form , for example: I've a form about CustomersData as (Cust_No,Cust_Name,Cust_Address,Cust_Phone...etc) when the user want to update one of the customer data ,s/he will display this customer data through the search method in the form and this customer data will appear in the textboxes in the CustomersDa ...Show All

  • Windows Forms Datamember property 'tablename' cannot be found on the DataSource.

    Hello~~ I use the TypedDataSet and design the DataGridView appearance using DataSource and DataMember property. That is, I set the DataSource is TypedDataSet name and the DataMember is the table name of the typedDataSet. After setting, I can design the columns of DataGridView. At first, there is no problem even if I use this method. But, one day I've got as below error. Of course, after I delete the datamember property of datagridview, I can execute my program. But, if I use this method, I can't design the column of datagridview in design time. ========================================== Message : Datamember property 'tablename' cannot b ...Show All

  • Visual C# Printing A Windows Form

    I've done a bit of research and it looks like there is no real easy way to print a windows form. What I'm after if the ability to print my form, which contains only labels and one image. The main technique seems to be redrawing all of these controls to a graphic object, then sending that object to the print dialog. My question was, is there an easier way to print just a windows forms with labels, that has no buttons, or textboxes, etc on it Are there any free or relatively cheap components that can make this easier I've looked at the PrintForm for $299 but was hoping for a cheaper or easier way of doing this. Is there something new ...Show All

©2008 Software Development Network