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

Software Development Network >> C#loup's Q&A profile

C#loup

Member List

John avis
Topple
nharendt
Scott_Wolter
Armored77
Tres London - MSFT
SomeGuyInVA
Devon_Custard
Ngoc Bui
java1974
calloatti
Zycl0ne
Blaze Stratos
NiklasSolna
constm
jen
Mido#
hye_heena
wayne_p
GrindEspresso
Only Title

C#loup's Q&A profile

  • Windows Forms About new TABLEADAPTERS in VS2005 ***URGENT**

    I have a generic subrutine that saves the data and one parameter is a DataAdapter as Dataadapter. [code] Public Sub SaveTableChanges(ByVal dtDataTable As DataTable, _ ByVal daDataAdapter As SqlClient.SqlDataAdapter, _ ByVal drDataRowState As DataRowState) SaveTableChanges(dtCompanies, daCompanies, DataRowState.Added) SaveTableChanges(dtCompPriceList, daCompPriceList, DataRowState.Added) [/code] Now I am trying to ...Show All

  • Windows Forms JIT Debugging

    Ok im still new to this but how in the world do i enable JIT debugging on my windows form application and where do i do it. i have the following code <configuration> <system.windows.forms jitDebugging="true" /> </configuration> But i place it in my form but it doesn't work anyone know what i should do or where i should place it Hi, I think things have changed with Beta2. Did some R&D and ...Show All

  • Visual Basic HOW do you make VS2005 Server Explorer Show Stored Procedure Columns

    VS2005 server explorer only shows stored procedure parameters, no columns. I've searched high and low for a place to turn this on, if that can be done. In VS2003 it was possible to view the columns that a stored procedure returned along with its parameters.  What's up Anybody know how to view the columns. That's a real help when making sure column names in code match their stored proc names. Hello      ...Show All

  • Visual Studio Team System Error in creating a work item via the webservice

    Hi, I am writing a java webservices client to interact with the work item database. I have written some test code to try to create a new work item in the database. I used a packet sniffer to figure out exactly what parameters need to be set in the soap calls. Anyhow I am getting the following error from the server. Can anybody help me figure out what is causing the error thanks.. faultCode: {http://schemas.xmlsoap.org/soap/envelope/} ...Show All

  • Software Development for Windows Vista interactive services

    We have an existing interactive app that performs communication between the UI and a Windows service (both directions) via windows messaging and the manipulation of the interactive desktop. Our service creates a window in winsta0/default. The UI is running in winsta0/default. Yet, on Vista, the UI fails using FindWindow() to get the service's window handle. I've verified at runtime that both the thread creating the service's window and the ...Show All

  • 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 ...Show All

  • .NET Development Time out (Sleep)

    I have a data adapter that times out while executing a Stored Procedure. How can I have the web application wait on the results to be returned I have pasted some of the code below. DataSet dsBPMActivityReport = new DataSet (); //Open Connection cnSandbox.Open(); //Execute Query and bind Dataview adpBPMActivityReport.Fill(dsBPMActivityReport, "BPMActivityReport" ); this .GridView1.DataSource = dsBPMActivit ...Show All

  • SQL Server Sql Sever 2005 developer install problem on win XP pro

    Hi, I installed the file SQLDEVia64.exe but when try to install getting error: %1 is not a valid win32 application There were 2 files for download: SQLDEVia64.exe and SQLDEVx64.exe Both looks like 64 bit...from where can i download the 32 bit version or product or What can be real issue of the above error Thanks --Harvinder You do have the IA 64 version of the product. You can go to http://www.microsoft.com/ ...Show All

  • Visual Studio 2008 (Pre-release) WPF and non Microsoft OSes...

    Hi, We just started to make a web / win application with WPF. I know that you've to install WinFX on Windows XP to see the web application, but what about the non Microsoft OSes. Will be there a player like "Flash Player" or something else for this OSes   There are no available runtimes of WPF/E available yet.  We'll make sure to update this forum when the first preview version ...Show All

  • Visual Studio Deploying to an Itanium 2 server

    We need to deploy a ASP.NET 2.0 web application using Crystal Reports to an Itanium web server. Where can I find the redistributable files for Itanium The only redistributable that I found in Microsoft Visual Studio 8\Crystal Reports\CRRedist\X64\CRRedist2005_X64.msi seems to be for x64 only. Hello, There should be a file for the IA64 installed with Visual Studio 2005. The path would be the same as abo ...Show All

  • Visual FoxPro I really confused

    Hi, I really confused..what is the different between Visual FoxPro and Visual Basic and Visual Studio.. ..which one better.. ..what features for each programs.. ..when to choose each program.. Please help me.. Thanks, Jennifer Visual Studio (VS) is a development environment with multiple languages/tools in it. Visual Studio version 6 had Visual Foxpro (VFP) in its family of languages/tools. Afte ...Show All

  • Windows Forms Diagram Editor

    Hi! I was wondering if anyone can advice me or point me to samples that can help me to build a diagram editor. I'm thinking of something like a simplified version of Visio for my code generator. Any ideas Hmm... shouldn't you  ...Show All

  • Visual Studio Logos in Report Header

    Hi Everyone, I'm doing a project with local reports. In my reports the logo comes from the database thus I've to use a 'Database' image.My report logo is inside a report header alone with other info. The problem I have is that I cant refer to Database fields inside the report header. I got round this by having the other report header fields as Parameters. I also tried to cross-refer the image from an hidden image box located inside the report b ...Show All

  • Visual Studio Express Editions Ignore white-space characters

    Does anyone know how can I ignore white-space characters(using a function maybe) I want this to happen when comparing two strings.To be more specific when,for example, I write "<hey>" I want in the string comparison to be perceived as correct with "     <hey>" or " <hey> " but not "< hey>" or "<h ey>".I tried with escape sequences like \b or \t but this is for one instance(or as many as you have ...Show All

  • Visual C++ Using map as DLL function parameter

    Hi, I'm trying to create a map object in main program and give pointer to this map to function from dll as parameter. When then I want to use this pointer in the dll function every attempt at iterating the map leads to program crash. It is peculiar because methods as size and even access to first pair of the map works normally. Thank you for help. That's the problem with statically linking the CRTs. As you shoul ...Show All

©2008 Software Development Network

powered by phorum