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

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

Mike12

Member List

soniaarora
brokenrulz
TFSFailedInstall
C.R. Hinners
Evok
Evan Lin
Joshua Yates
Mark Christopher
MauroJu
Nikolas134886
Squall Leonhart
ecca30
logogamer
KevinInCincy
Snafi
williambeaker
Abbyy
Stuart Massey
Ling A
Simeon Antonov
Only Title

Mike12's Q&A profile

  • Visual Studio Express Editions Registering Express Edition on 2 Computers

    Hi. I installed the Express Editions at work.  I then went to each product's Help menu, and clicked the "Register Product..." item.  I logged in with my Passport, verified my information, and received a Product Key that I pasted into the Registration Form. Sometime later, I installed the Express Editions on my PC at home.  I also went to each product's Help menu and clicked the "Register Product..." item.  From home, I logged in with my Passport, but instead of being taken to a Product Key that I could enter on the Registration Form, I was taken directly to the page that thanks everyone for registering. I am NOT using the ...Show All

  • Visual Studio Express Editions "Create New SQL Server Database" command in VWD is disabled

    When I right-click "Data Connections" in the VWD Database Explorer pane, the "Create New SQL Server Database" command from the popup menu is disabled. It was not disabled in Beta 2. Anybody else having this same problem Anybody know how to fix it Thank you!  Hi There Hey CyberBob123 The "Create...... Command" is disabled in Both VWD and VB Here...... In VWD Click On Tools.... Click on Connect to Database... In Database file name(new or existing): Key in C:\DB.mdf or Whatever.... Click OK.... PopUp will ask if you want to Create It Click Yes..... Vole New Database...... Cheers Bronco Billy "Beer and ...Show All

  • Software Development for Windows Vista Custom Activities don't appear in the toolbox when activity library project is in Solution folder

    Hi I have a custom activity library. If I put it into a solution folder and rebuild my custom activities disappear from the toolbox of my workflows. I have the activity project referenced. Deleting and readding the project reference doesn't help. Putting the activity project in the same solution folder as the workflows doesn't help. If I move the project out of the solution folder to be directly under the solution and rebuild the activities reappear. The workflow projects can be in solution folders as long as the activity library isn't. This is occuring in the Feb Winfx CTP, can someone let me know if this has been fixed in Beta 2.2 or is ...Show All

  • Visual FoxPro seek char+date

    dear all, i seek stockist code+invoice date but failed to seek. why what i had done... use invoice shared index on code+dtoc(inv_date) to invoice.idx set index to invoice.idx seek code+dtoc(thisform.txtInvdate.value) but failed to seek. thanks. here is the sample code i get fr www.tek-tips.com Databases and tables ReBuild your CDX index files faq184-1033 Posted: 23 Aug 01 (Edited 19 Nov 04) ********************************************************* ** Author Subramanian.G ** Function to rebuild CDX index ... this does.... ** First deletes the index and then recreates them * ...Show All

  • Visual Basic VB Dummy

    I have inherited a vacation request form.  In the start and stop dates there is a macro.  Right now when somebody tabs onto the start or stop date a calendar comes up for the year 2000.  You can change it and select any other date you wish but I would like the calendar to pop up with the current date.  I am enclosing the macro below.  Is there any entry I can insert or deltete to make this happen   Thank you for any assistance with this.  Option Explicit Public sDate As String  'used to write value from calendar form to form field Public fFlag As Boolean     'did they c ...Show All

  • Visual Studio Sourcesafe Internet Plug-In and Shadow folders

    I recently setup Sourcesafe 2005 with the internet access so an employ can telecommute. Everything seems to be working fine except when a file is checked in using the internet plug-in, the file does not get copied to the shadow folder. The shadow folder is setup correctly. If you check in a file using a LAN connection in Visual Sourcesafe Explorer, the file copies correctly to the shadow folder. It is only when using the internet plug-in that it does not copy to the shadow folder. Has anyone else come across this problem before I am not seeing this repro when I tried it. Are you shadowing the entire d ...Show All

  • .NET Development ObjectFromLresult Interop Question

    I am attempting to get a reference to the currently open IE browser objects and am having trouble getting a call to return the desired object. I am getting the handles for the browsers objects by enumerating using the Interop call: [DllImport("user32.Dll")] public static extern int EnumWindows(IECallBack x, int y); This is working fine and I am able to both the IEFrame and the "Internet Explorer_Server" window handles. I then do the following with the 'handle' of the "Internet Explorer_Server" window: uint lMsg = RegisterWindowMessage("WM_HTML_GETOBJECT"); object icpc; IntPtr lRes = ...Show All

  • Windows Forms Visual Stuido Push-Pin Panel

    Does anyone know if you can use the push pin panel that visual studio offers in your own programs If not, is there a good example on how to mimic the functionality Thanks Eric There is no such control in the standard Visual Studio control set. However, this FREE docking library offers all of its functionality, and it is very nice and well coded. Check it out! ...Show All

  • Visual C++ Console Programs in Visual C++ 2005

    Here's the problem ... with new and frustrating behavior in the 2005 version of Visual C++. In the 2003 version, when Ctrl+F5 is pressed to compile, link and run a simple console program, the compile/link/run sequence takes place and a console window opens to show the running program.This is fine and has worked well for years. Now, all of a sudden, in Visual Studio 2005, when the same sequence is followed, pressing Ctrl+F5 causes the entire screen to go completely blank (and black) and stay that way until the program actually starts to run. In other words, it is impossible to follow the progress of any of the compile, link and run steps ...Show All

  • Windows Forms Test Certificate Signing problem

    Hi, I have created a test certificate using VS 2005 and installed it in the Trusted Root Certification Authorities and Trusted Publishers. I have set my manifests to be signed by this certificate. Then I am publishing it into an intranet zone ie http://<machinename>/<appname> When i try to download the application from the same machine, I get a "The publisher could not be verified" prompt, and the publisher name is coming as "Unkown Publisher". Is this a bug, because I have the certificate installed on the same machine, even if I get the prompt why am I getting an "Unkown Publisher" as the publisher name Thanks, Kunal ...Show All

  • Windows Forms Cursors.WaitCursor not sticking... help?

    I've got button click event that calls and does some stuff with a web service. While that is happening I'd like to have the Cursor be in "wait" mode. (i.e. Cursors.WaitCursor - the hourglass)   However - even though I set that, shortly after the web service communication begins, the cursor reverts to the default cursor.   How do I make that W ...Show All

  • Visual Studio AS 2005 server report data source with Windows identity impersonation

    To implement role based security in AS, I need the for the authenticated user identity to flow from the Web browser to RS to AS. RS and AS are on separate servers. For a SQL Server datasource, I can simply use stored credentials and select the option to impersonate the authenticated user. For AS, I am getting rsErrorImpersonatingUser and "non-Windows user credentials were supplied for a non-http connection to Analysis Services" from RS. This seems to suggest using HTTP with AS datasources. However, the environment is an intranet with single logon authenticated users, ruling out forms security and AS over HTTP.  Kerberos is not available ...Show All

  • SQL Server DBO Thing Doesn't Appear by Table Name

    Hi, we are trying to simply import an existing MS Access 2003 table to MS SQL.  I've gone through the export routine (the "upsizing" wizard in Access), but my Coldfusion app does not recognize the resultant MS SQL table as a real database object.  It doesn't even include DBO next to the table name like all the other "real" tables that were made directly from within MS SQL.  Is there something else I'm supposed to do   Thanks - and yes, I'm new at this. ;) You can post your response here but feel free to drop me a direct reply at my website (which should hopefully be included in this message). For anyone that's inte ...Show All

  • Visual Studio 2008 (Pre-release) Path Rotation

    Hello, I have a path, consisting of a number of lines. How do I rotate it (basically I need 90, 180, 270 and 360 degrees rotation) + I need no animation.   Thanks. This should show you what you need to know. ...Show All

  • .NET Development oleDbCommand Fill error

    Hi, I have a dataset that is filled from a OleDBCommand that reads an excel file. This dataset is a typed dataset with a specific definition, meaning that it has some fields of type Double and others type string. For some strange reason when I tried to the Fill from the OleDbCommand I got an error that said: "Input string was not in a correct format. at System.Data.DataColumn.set_Item(Int32 record, Object value) Couldn't store < > in Colname, Expected type is Double." The Excel file has around 1500 records but in that column (Colname) in the first data row doesn't have any value but if I put a number it works, It ...Show All

©2008 Software Development Network