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

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

LazyDBA

Member List

Demchuk
Freeweight
lauramc
jpmv
Paulaps
Parthenan
s_rookie
Experienced
Dan Rux
CsNetworks
reggie greiner
arturm
Wheelibin
Belee
Tramp
Venkatn
l99057j
Dot Net Guy
pshaw
didi7
Only Title

LazyDBA's Q&A profile

  • .NET Development WSE2 and ASMX

    i've done a reasonable amount of work with ASMX, and some exploratory stuff with WSE, but what I want to know is, where are the resources for working with these two together anyone got any good links +1 as well on the Hassan book and the resource. I happen to think the Hassan book is the single best in this area IMHO ...Show All

  • SQL Server INSERTs given me the BLUES

    cstring = cstring + "VALUES('%" + txtWatchID.Text + "%','%" + txtcenter + "%'" & _ cstring = "INSERT INTO tblNEW (watch_id, service_center_num, repair_envelope, store_number" cstring = cstring + "date_purchase, transaction_num, cust_fname, cust_lname, product_code" cstring = cstring + "value_watch, failure_date, service_date, failure_code, repair_code" cstring = cstring + "service_request, store_number_senditem, register_number, street_address" cstring = cstring + "city, state, zip_code, area_code, phone_num, product_desc, service_center" ...Show All

  • Visual Studio Sourcesafe 6.0 in VS2005 Professional

    I just installed VS2005 Professional and couldn't find SourceSafe on the installation disks. Searching here I find out that it is no longer included! I'm stunned. I'm a one person programming consultant and have always used VSS to make sure I can back out of changes and keep track of the evolution of my code. I don't need the rest of Team System (and can't afford it). And I can't afford the $500 or so to buy VSS 2005 separately. So, I am hoping that I could continue to use SourceSafe 6.0 with VS2005 Professional. When I go to Tools/Options/Source Control, the "Current source control plug in" only has "None" in it. Is ther ...Show All

  • Windows Forms Combobox as a Column header in datagrid???

    Hi, Is there a way of having a 'Column header' as a dropdown list 'Combobox' in a Windows Forms DataGrid. I know I can create an entire Column of type Combobox by deriving the DataGridColumnStyle but that does not solve my problem! One other possibility is to add the Combobox control at runtime to the Columns but then again I was not able to& ...Show All

  • Visual Studio Express Editions Creating a Database in Visual C++

    In the SQL browser on Visual C++ the menu is greyed out to create a new database. I cannot seem to find out how to create a data base. I have SQL server installed. It is in the menu to create a database, but the menu is greyed and will not function. ...Show All

  • Visual Basic Desk band

    Does anyone know how to create a Desk Band using vb.net I can only seem to find C expamples, does this mean that it's not possible or mearly that it's going to be very difficuly. It's possible, but not recommended because of the reasons outlined here http://blogs.msdn.com/junfeng/archive/2005/11/18/494572.aspx While a desk band isn't really a regular shell extension, some of the same problems apply. ...Show All

  • Visual Studio 2008 (Pre-release) Binding Transform doesn't work?

    I'm trying to bind a transform DP to another transform's DP. Isn't that workin <Canvas>         <Rectangle Fill="#FF8800" Name="r1" Width="80"                    Height="{Binding Path=Width,ElementName=r1}">             <Rectangle.RenderTransform>                 <TranslateTransform Y="10"/>             </Rectangle.RenderTransform>      &n ...Show All

  • Software Development for Windows Vista Sequential Workflow Cancellation

    This question has appeared before but never with a clear answer. When would a SequentialWorkflowActivity execute its cancellation handler The SDK sample "CancelWorkflow" does indeed "cancel" the workflow by raising an exception, but this isn't a "cancel" in the sense that the cancellation handler runs. I have not been able to find a scenario where the cancellation handler runs, yet it seems emphasized by the designer. What am I missing Scott - a CancelHandler on a SequentialActivity gets fired when it is a child of a parent that is executing multiple children in parallel (ala the ParallelActivity) ...Show All

  • Visual Studio Team System Error 28925. TFServerStatusValidator:Calling the Team Foundation Server ServerStatus Web service failed.

    I followed the .chm file to the letter installing Team Foundation Server RC on Windows Server 2003 Standard Edition using Domain user accounts specified and running all the windows updates and installing all the patches. But I get this error. Error 28925. TFServerStatusValidator:Calling the Team Foundation Server ServerStatus Web service failed. I had two warnings come up about memory requirements before installing but that was all. I'm running this as a VM on my local machine and it's connected to the DOMAIN I'm working in. Any ideas [02/22/06,20:52:26] Microsoft Visual Studio 2005 Team Foundation Server - ENU: Install(): bAttemptInstall: ...Show All

  • Windows Forms Can I change how Publish.html looks like?

    Hay! I'm new in Click Once publish and I don't know where to find any information regarding changing how publish.html looks like. I'd like to include in it my company logo and so on. Is there any tamplate on wich is based on Where can I change background color, fonts... And I don't want to change publish.html everytime I publish my app. Is there a way to make this changes only first time Thank you for your help! Hi pinkpanter, One of the solutions is, you could manually edit the publish.html file in a web-editor (eg. VS05, Dreamweaver & etc). Is that what you are looking for ...Show All

  • Visual C++ C++ Error:Common Language Runtime Not Loaded

    Hi anonymous! I have just installed C++ Beta Express 2005.  All instructions for installation were followed, I removed all previous versions of .NET betas, SQL server, etc before installing this new beta product. Have you done the correct order of uninstall See: Uninstalling Previous Versions of Visual Studio 2005 http://lab.msdn.microsoft.com/vs2005/uninstall/ You also can use the unofficial removal tool: http://blogs.msdn.com/astebner/archive/2005/04/19/409555.aspx (but it seems that the site is currently not available) -- Greetings Jochen My blog about Win32 and .NET ...Show All

  • Visual C++ Microsoft Visual C++ Runtime Library error question

    I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2.  Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information. I am not certain where to post this question and problem.  Your assistance is greatly appreciated.  Currently, I am using Firefox as my back-up web browser.  I have seen a similar Problem. The Culpret was a corrupted Mc ...Show All

  • Visual Basic Problem with own TextBox in VS2005

    Hey NG So, I don't know, if this is an bug of VS2005 or if I offers this problem I made a new control member. It belongs to System.Windows.Forms.TextBox. I extended the "normal" textbox with some features. Now, sometimes my VS2005 crashes. (OK-It's Beta) - But when I reopen my project, all Forms can't be displayed correct - Because of an error with my control member. - After rebuilding the project (without errors) the forms are displayed correct, but my controls are gone. Now, I could add my control member again on the form - that works - but I can't give it the same name than before. - There I have to delete following code: Friend WithE ...Show All

  • Windows Forms Datagridview

    hi mark, pls I want you to show me step by step on how I can create custom controls on datagridview. Example: making a datepicker to sit on top of any selected cell in a particular column. regards chiomike20000 Hello, The help topic How to: Host Controls in Windows Forms DataGridView Cells provides code for hosting a DateTimePicker in a cell. This is not a step-by-step topic, but the code is about as simple as it can get for hosting arbitrary controls. There are several APIs to override or implement, but each one is only a few lines long. I hope this helps! ...Show All

  • Visual C++ Visual C++ compiles much slower on dual core processor

    The Background:  I recently upgraded from a 2GHz AMD Athlon machine to a 3.2GHz Pentium D dual core processor, thinking that my Visual C++ (.NET 2003) compile times would decrease significantly.  In fact, it went the other way round.  One of my library projects requires 11 minutes to compile on the AMD machine, but takes 25 minutes on the dual core machine.  My entire set of projects compiles in about 4 hours on the AMD machine, but in 8.5 hours on the dual core.  The same slowdown occurs with the .NET 2002 version and VC6.  I am awaiting delivery of Visual Studio .NET 2005 (apparently Progra ...Show All

©2008 Software Development Network