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

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

mikebk

Member List

AmitJ
gkousi
Beat
Jon Brickey
rah_sin
BPScully
NaveenPN
The Only Chester
Galin Iliev
Jake Pearson
DRoden
hadas_r
Eric Gooden
THE RED SNOOKIE
TedHoward
Code Sailor
sharon sharon
Dark Yoghurt
Sanjukta
KRosenvold
Only Title

mikebk's Q&A profile

  • SQL Server got a problem when try to connect to a sqlexpress database with c# desktop application,t hx a lot!

    hi experts, I have sqlexpress installed, I can connect to it with my c# desktop application, connection string is: "server= 192.168.0.3.\SQLEXPRESS,1921; user id='sa'; password='*****'; Database='EvoHealthSQLex'; Integrated Security=True" as you can see 192.168.0.3 is that machine's (with sqlexpress installed) local Ip address, however I need to set it to be assessible through the Internet, so I set the port forwarding service in my router, so it's actually Ip address should be: 62.31.81.210 and I think it is working, as I can view the default website on that machine by typing in http://62.31.81.210/ in IE. however, when I try to ...Show All

  • Visual Studio 0xc000000d Error Installing Visual Studio 2005

    Hi, I've been trying to install Visual Studio 2005 Standard Edition on my machine, but i got the followin error 0xc000000d when it is starting the installation - i just start collect information and fails. I already install SqlServer 2005 standard edition and it works fine - eventhough i had a hard time installing it, since i had installed the beta 2 from the tech ed. but now it works fine.   Can somebody help me on that     best Regards Do you see any logs files created in your temp dir that look like dd* or vsmsi*   ...Show All

  • Visual Basic Can anyone here tell me the shipping date and the price of vb/vwd 2005

    Now I'm kickiing a project, I'd like to dev it using the vb/vwd2005.But I dont know the shipping date and price of vb/vwd 2005 :( Can anybody tell me - Mike Hi, Detailed pricing information can be found from this link: http://msdn.microsoft.com/howtobuy/vs2005/ There is no guaranteed ship date as yet. Last when I heard it was Sept 2005 for the final version. Regards, Vikram ...Show All

  • Visual C# How to: Write an ActiveX object in C#?

    I know ActiveX is kind of stoneage but I have to write one... So. How do you go about writing an ActiveX object (not neccessarily a control) in C# This example http://www.c-sharpcorner.com//Code/2003/March/ActiveXInNet.asp is not a real ActiveX object it doesn't register itself in the registry. This example http://www.devhood.com/messages/message_view-2.aspx thread_id=16569 doesn't work. That is correct.. You can call it managed or unmanaged (technically managed), although it is still a "real" COM application. I usually refer to my C# COM objects as "unmanaged C#". Not because they are, b ...Show All

  • Windows Forms Web Browser Sizing

    How do I set the height, width, top and left of a form to the Web Browser Control's web page specification in VB .NET 2005 Basically like in VB6 or with the AxWebBrowser control you have subs that say SetHeight and what not. Can someone please help me out here Thanks! Well if any body knows, I am still waiting for the answer on this one. I got the WB.Document.Size.Width to work but it not able to get the new windows size. I have been testing with java like I posted above. Please help! ...Show All

  • Visual Studio Team System Customizing Code Analysis

    Hi, I understand that you can customize the code analysis for a specific project. However, I've been asked 2 questions and do not know how to work it out: Can the configuration made by someone in a specific project be exported to a different project Is it extensible so that internal coding policies be checked And if so how can I do this Thanks, Luis Thanks David, It worked out fine. Regards, Luis ...Show All

  • Visual Studio Express Editions Is this a Publish bug???

    . . . or am I just doing something wrong Here's the situation: I'm attempting to publish my application on CD with all prerequisites included on the CD. My first Publish attempt gave me an error message saying I need several prerequisite files. I located the prerequisites and put them in a folder on my hard drive. I then went to Project|Properties|Publish|Prerequisites. I made sure that the appropriate boxes were checked and then selected "Download prerequisites from the following location." I clicked "Browse", then the "File System" tab and then located and opened the folder containing my prerequisites. When I ...Show All

  • Visual Studio Team System Is there any client to access Source Safe in VSTS similar to the one that we had in VSS

    Hi I wanted to know if there is any way where a person can view a source control explorer for a team project without actually opening the IDE Is there any client available which lets us view the TFVC The Team Foundation Client (found on the installation media in the TFC directory) is the stand allone version of Visual studio with only the team explorer. You are free to install it on as manny machines you like as long as you have a Client Access Licence for the named user that connects to the Team Foundation server. There is no web access available at this moment to provide a central approach ...Show All

  • SQL Server Dynamic Percentile Lines

    Is there a way, on a horizontal bar chart, to place custom percentile lines that cross all the bars vertically: | | BBBBBBBBBBBBBBBBBBBBB | | BBBBBBBBBBBBBBBB | | BBBBBBBBBBBBBBBBBBBBBBBBBBBB x axis 50th 75th Thanks, Can1 ...Show All

  • Visual Studio Set Sort Field and direction at run time

    Hey all, I'm having problems with VS 2005 (VB) to alter the sort field and the direction (asc or desc). The sortfields are already written into the report design (non-embedded reports) - but for some reason the sort won't take and does not get displayed. To complicate matters there are several groups on certain reports. Does anyone have any ideas on how to do this Regards, Hena ...Show All

  • Visual Studio Team System Team System Terminal Server Session

    Dear Team system Team, I am really interested in try to test the VSTS, however my 512 MB PC doe snot match the requirements for the database tier(with its warehouse) and the application tier. So It would be a good idea that you do what you did during the alpha of VSTS, you provide us with some terminal server user account so we can fully use and debug VSTS, I remember that it was for 30 testers and it was like a queue, the one that did not use the product enough just lost it place. Diwik <BetaID=460332 /> We will have a Hosted Experience available, certainly by the time we ship the product.  It's unclear if we'll be able ...Show All

  • Visual C++ VC++ 2005 B2 error C3766:'ClassXXX' must provide an implementation for the interface method 'foo'

    Hi All: I have complied the code from MSDN library for Vs2005b2, which is the example of 'interface class'. The codes are as follows: //========================================= // mcppv2_interface_class.cpp // compile with: /clr using namespace System; public delegate void ClickEventHandler(int, double); // define interface with nested interface public interface class Interface_A {    void Function_1();    interface class Interface_Nested_A {       void Function_2();    }; }; // interface with a base interface public interface class Interface_B : Interface_A {    pro ...Show All

  • Software Development for Windows Vista Clarification about Scheduler services and Workflow Hosts

    Hi there... I have some questions about the scheduler services and workflow hosts. I'm building a WF application using a State Machine workflow and ASP.NET. I' ve read few times that is better use the ManualWorkflowSchedulerService than the DefaultWorkflowScheduler service. I know the differences between them, the first one donate a thread where the workflows instance will be run, this means the workflow instance is synchronous with the Host. DefaultWorkflowScheduler service it's different, creates threads for the workflow instances, this means the workflow host is asynchronous with the host. If my host  ...Show All

  • Visual Studio Express Editions Problem getting Makefiles to run

    Hi, Can anyone point me to a tutorial for importing a makefile into VC++ 2005 Express I want to compile some samples in the Platform SDK (there don't seem to be compiled versions available anymore).  There are no .sln,.dsw, .prj files in the folders, just files called "makefile"... Thanks, Philip nmake 8.00 and some other useful tools are included in the VC++ 2005 Express VC/bin folder (where the "Visual Studio 2005 Command Prompt" puts you). I suggest watching the video on "Editing and Compiling Existing C++ Files in VC++ Express" near the bottom of the page at http:// ...Show All

  • Visual Basic Post-deploy error 0x80070005 returned - What to do?

    Post-deploy error 0x80070005 returned after calling '\Windows\wceload.exe /noui \Windows\System_SR_enu_wm.cab'.  Device Connectivity Component  This was a program that ran on windows ce 2003 and is not running on 2005 after conversion.  I can find no help on what to do here.  Any help would be appreciated I should add that I am running this on a Dell Axim X51 Microsoft Windows Mobile version 5.0 OS 5.1.1702(Build 14366.1.0.1)  Target Platform Windows Mobile 5.0 Pocket PC SDK.  Hello, I have the same problem with an Axim x51v!! Have you any answer for the problem Thanks! ;) Ger ...Show All

©2008 Software Development Network