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

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

Dinglebob

Member List

Harry_MSFT
wilam
WhatEverCode
JosephH
Chris Riccio
santanu
agrt
Dion
nikhilkapur
Brian The Gaffer
joblini
Isaac Minovsky
Myron Marston
prathima.k
Dmorris
Rick2K
MJR_jagan
jrv1211
Kryton
corestar
Only Title

Dinglebob's Q&A profile

  • Visual Basic Help on Update String

    MyCommand.CommandText = "UPDATE PATIENTS SET LastName='" & tboxLastName.Text & "',FirstName='" & tboxFirstName.Text & " ' WHERE PatientID= '" & Val(tboxPatientID.Text) & "'" the application throws in another exception saying "No value given for one or more required parameter" and the debugger was displaying WHERE PatientID = '1", instead of '1' so I think its in the WHERE statement, I had tried different combination of quotes but to no avail.... You're not specifying any quotes at all. What does Val do It's completely superfluous here. If the ID is a number ( and it should be ), ...Show All

  • Windows Forms How to programatically control visiblity of tab pages without removing them from designer?

    I have a large tab control which consists of many tab pages. Depending on who the user is, different tab pages should be visible. setting a tab page to visible=false or enabled=false doesnt work (enabled=false causes all the controls on the tab to be disabled) Of course, the code to add the tab pages to the control is simple - i can easily write&n ...Show All

  • Visual Studio 2008 (Pre-release) inheriting from itemscontrol - not able to bind to itemssource

    I have a situation where I want to wrap a (custom)panel with some stuff (scrollviewer, track and some buttons). Therefore I created a new class that inherits from ItemsControl. In it, I use a style to set my panel as the itemshost. However, when I use this usercontrol, the itemssource is always null! < cft:TijdslijnVisualisatie Grid.Column = " 0 " Grid.Row = " 1 " DataContext = " {Binding ElementName=ComponentLijst, Path=SelectedItem} " ItemsSource = " {Binding Path=Periods.xxxx} " ItemTemplate = " {StaticResource xxx} " /> < ListBox Grid.Column = &quo ...Show All

  • Smart Device Development Can't debug CF v1.0 on WM 5.0 device or emulator.

    When I attempt to debug a VS2005 VB program which targets the compact framework version 1.0 on either the WM 5.0 emulator or an actual WM 5 device (Dell Axim x51), I get an error message which says, "Unable to start program '%CSIDL_PROGRAM_FILES%\abc\abc.exe'. Not Implemented" If I run the program without debugging (ctrl+F5) it works fine. Also, if I create an identical program with version 2.0 of the framework it debugs fine on the emulator.  I've been searching all over for some clues to this.  I have re-installed both VS 2005 and the WM5 SDK. (Yes, I did have VS 2005 beta 2 installed; but I followed the uninstall instructions ...Show All

  • Visual Studio Express Editions Visual C# express edition installation problems

    I have an ACER ASPIRE 1654WLMi laptop running XP Home edition. I have tried everything I can think of to install C# express edition on this computer. The installation seems to go OK but when I try to run the software I get a Package Load Failure - Visual Studio Common IDE Package. I would appreciate it if anyone might point me in the right direction. I am new to Windows XP having used Windows 98 previously. Thanks in advance Ken I hope this helps. Definitive list of workarounds for Package Load Failure errors in Visual Studio 2005 http://blogs.msdn.com/astebner/archive/2005/ ...Show All

  • Visual Studio Team System Question on Team Foundation Server Version Control

    Hi Robl, Is there a way to get a list of all fiiles that were changed since the last time the project was labeled, in Team Foundation Server Source Control. This is a very urgent requirement. Please help. Thanks. Narayan Let's discuss this in one place . ...Show All

  • Visual Studio Support for users with Team Edition products by small ISVs

    We've just received a bug report from a potential customer whose trial installation isn't working the way it should. Unfortunately, his installation is Visual Studio 2005 Team Edition, which we don't have access to (for us, I'm afraid the price is prohibitive). Although we can (and do) routinely test against VS2005 Professional Edition, given the scope of the additional features in the Team Edition, a successful test in Pro is not a reliable indicator of compatibility. To be anything like certain, we need to test against the Team Edition - even a standalone client installation without a corresponding TFS installation would almost certainl ...Show All

  • Visual Studio Datatypes supported by VS 2003 crystal reports

    Does crystal report support CLOB data I have to bind a stored procedure which returns CLOB data to my report. I am presently unable to do this. Do we need to specify some settings for this or is there any equivalent datatype in crystal reports. Please reply soon It is very urgent. Thanking in advance. Is there anyway to remove a sortorder in runtime I'm having a dynamic list of sort options, sometimes there is only one sort column, other times there are 2 or 3. The default is usually 1 column, how should I solve this Because you have to add sortfields at designtime, I've got 2 extra fields that is not ...Show All

  • Visual C# Email Verification

    Hi everyone,    I have a question relating to email verification. One of the things I do is run a couple of websites, I allow people to sign up for my newsletter and have several opt in forms (where people leave their details and get what ever I'm currently offering for free). About 10% of the people who leave details are leaving *** data - this obviously means that when I send out a mailing my bounce rate is 10% + This is acceptable for my service provider but it makes my stats meaningless. I've just written a piece of code to go and 'ping' a domain: System.Net.IPHostEntry objIPHE = System.Net.Dns.GetHostByName("www." + dnsName[ ...Show All

  • Visual Studio 2008 (Pre-release) AsyncCallback threw an exception

    I have created WIndows Service & deployed it on Win 2003 Server. This service just has Add/Multiply function. My WCF client is noramal WEB App. which is consumming this service the Service returns me the Result but after proxy.End MethodName ( IAsyncReslt ) gets executed it gives me the Error saying AsyncCallback threw an exception. Can anyone please help me on the same. Following is my Web Page Code. public partial class _Default : System.Web.UI. Page { NTServiceProxy p; protected void Button1_Click( object sender, EventArgs e) { PageAsyncTask task = new PageAsyncTask (BeginInvoke, EndInvoke, EndT ...Show All

  • Windows Forms Custom error messages (Datagird with FillSchema)

    Hi I'm using the following code to fill a datagrid in my form Private Sub FillGrid()          Dim DA As System.Data.SqlClient.SqlDataAdapter          Dim CN As New System.Data.SqlClient.SqlConnection          Dim DS As New DataSet          CN.ConnectionString="server=server1;database=TstDB;uid=sa;pwd=123"       & ...Show All

  • SQL Server Help referencing Report Path in SharePoint Report Viewer

    I put in a Report Viewer in one one my webpart buckets.  I'm trying to set the properties now.  I set the Report manager URL to: http://myservername/Reports The  problem comes when trying to specify the report path.    I'm not sure where this is stored...I just tried taking it from my URL when I ran the report but this doesn't work: Pages/Report.aspx ItemPath=%2fa_dashboard%2fa_dashboard Where exactly is the directory or path I need to poitn to and how do I figure out how it should be formed screen shot: http://www.webfound.net/reportpath.jpg Report Manager URL http://myserver/reports/ ...Show All

  • Smart Device Development PPC device problem w/ VS2005 application

    hello all, i have a program that i upgraded from eVC to VS2005 using the eVC++ upgrade wizard add on. i was able to successfully upgrade the application (or at least i think i did), and it compiled correctly in VS2005. when i transferred the app over to the PPC device (running PPC magneto) and tried to run it, i get the following error message: "The file 'app name' cannot be opened.  either it is not signed with a trusted certificate, or one of its components cannot be found.  you might need to reinstall or restore this file" i'm thinking the problem has to do w/ the trusted certificate, but not 100% sure, as i've never dealt ...Show All

  • Audio and Video Development Media Compression support

    By supporting the next wave of high performance media, won't there be a need for a new way to compress video/audio streams Our current system is flawed, rendering entire videos into raw streams would require vast amounts of hard drive capacity. I propose a solution to the media storage problem. Given that Media currently is stored in a playable format, meaning you can click it and instantly start playing it in media player, or whatever player you use, why not develop a simple system for storing this content when not in use. Let's get technical, and talk a little bit of math. Let's say you transcode (hexdump) an entire video to a tex ...Show All

  • Visual Studio Error in formula This field name is not known

    Hi all I have a report that is used in a .Net application . I am receiving the following error, "field name is not known", We have other reports that perform the same process and they work just fine. and also they works fine in crystal Designer Do anyone have an idea thanks in advance..... yeah this is the same issue we were seeing. Once deployed some reports that are identically the same as others are giving this error. Were you able to get any answer ...Show All

©2008 Software Development Network