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

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

sss001

Member List

Sachit Kachraj
Muhammet TUR?AK
Michael_SQL
Big Dog 32
mustafa1974
SQL2K5
Lyle Bullock
simto
WereWolf
Geoff Krapf - MSFT
Asif Shehzad
zahidumar
spelger
JedrekMedrek
coesurf
Guillermo Proano MSFT
NoSoupForYou
thuyen
kwilk
ZSTRCZ
Only Title

sss001's Q&A profile

  • Visual Basic VB2005 and webbrowser control

    Hi, I am trying to use the webbrowser control as a list view for viewing files on the disque. My main purpose is to use build-in fonctionnalities like thumnails view withaout having to write code (reinvent the wheel). It works great but I don't know how to programatically control the way the browser display files. I mean, how to control the "view" property (list, details, thumnails, etc) of the web browser. I also would like to remove that menu pannel on the left. Can anyone help me Thanks, Patrick I think that the WebControls in Access and VB 2005 are not the same at all, because in my WebControl, the docum ...Show All

  • .NET Development Same problem ... Common Language Runtime Debugging Services

    Hi, We have installed a software PCDCTfor window and we are getting error on exe failling Reports. But failed and give following error message whenever we try to run a big reports/processes: PCDCT for Window.exe - Common Language Runtime Debugging Services Application has generated an exception that could not be handled. Process ID=0x710 (1808), Thread Id=0xa8(2688) Click OK to terminate the application. Click CANCEL to debug the application . We have click the cancell and found following detail PCDCT for Window.exe - No debugger found. Registered JIT debugger is not available. An atte ...Show All

  • Software Development for Windows Vista Radeon 9600 Mobile and CTP 5308 - Not working Error (10) and (Code 43)

    Hello! I have a Compaq R3000 Notebook (Intel 3.2 HT Model with the Radeon 9600 Built in). I just installed CTP 5308 and it detected my card but in Device Manager it states its not working. I have used the built in drivers and the Beta drivers from ATI and both have the same issue. Right after install I get an error code 10, but after a reboot I get : Windows has stopped this device because it has reported problems. (Code 43) Anyne have any ideas My GFX are so choppy without the driver... Thanks! Scott Hi, Had exactly the same problem in most of the previous builds, what I had to do to ge ...Show All

  • Visual Studio Team System TFS console or administrative tool

    Hi There, Is there any administrative tool available for TFS server to manage the administrative tasks or check the server status. I'm planning to upgrade B3F to RTM and don't have a way to find out the current version for TFS server, although i know it is B3F. There are a set of admin tools (not a common admin console). Refer to the following links for details on TFS admin operations and tools related to these http://msdn2.microsoft.com/en-us/library/ms181758(VS.80).aspx You can use GetServerStatus webmethod to check server status (Navigate to http://ATServer:8080/Services/V1.0/ServerStatus.asmx on your AT machine) You can ch ...Show All

  • Visual C++ wcsstr with a const return type in rc1 header

    Hi 40th Floor! > _CRTIMP __checkReturn _CONST_RETURN wchar_t * __cdecl wcsstr(__in_z > const wchar_t * _Str, __in_z const wchar_t * _SubStr); > > What's the deal with the "const" on the return in > > ...\Microsoft Visual Studio 8\VC\include\string.h > > when the docs I see show > > *wchar_t *wcsstr( const wchar_t* */_string_/, *const* *wchar_t* > */_strCharSet_/ *);* It seems that the docs (or the standard) are wrong :-) If the parameter is const then the return value must also be const. If the return valus would not be const, this could lead to GPFs... -- Greetings Jochen My blog about Win32 and .NET ...Show All

  • .NET Development Session dropping at random and always prematurely

    I've developed an application for our in-house use and it works nicely, except that the session are dropped by the server prematurely at random and no reason is given. This is a problem since most of the time users spend in the admin and I need the sessions there. - There are no entries on the server in the application logs or other logs. - The bin folder is not being updated or written to. - As far as I know the application is not recompiled by the server. (guess) So my question is, how to find out the reason for the problem Though it might not be necessary, I've also attached a sample application that ...Show All

  • SQL Server Replicate structure only

    I have a db and I only really need the table structures and defined functions/procedures from the db. A small sample set would be nice from each table, but not necessary. What would be the easiest way to accomplish this I'm getting the db from a server not connected to the new one so I either need to get the files and reattach or I need to just copy the structure/procedures in. thx If all you need is just object schemas, then it's probably easier to just script out the database objects and apply them to your db. If you don't mind having the data as well, just create a database backup and restor ...Show All

  • Smart Device Development writing Custom Data type in a file

    Hello everybody I would like to know, how can i write my custom data types to a file using System.io, just like i write my normal datatype using Streamwriter Thnaks To save your custom data type to a file you'd need to save all normal data types it consists of one by one. ...Show All

  • Visual C# common functions

    Hi friends am new to C# but not to programming ofcourse. i was writing a small program where adding some text to a text box.it took 1/2 hr to find out how to add a new line in the textbox . my question is what is best way find out common functions in C sharp (like string functions ,math functions etc., Thanks Everything in C# is in classes, because there are no global functions.  Unlike C++, in C#, static functions are NOT visible from an instance of a class.  So, type Math. to get a list of Math functions, string. to get a list of static functions for strings, etc.  If by new line you mean appending Environment.NewLine ...Show All

  • Windows Forms Updating the data in a datagrid

    I use sqldataadapters to populate the dataset that has a parent table with child tables I have a form with a datagrid, the datagrid has records from a child table that relate to the parent.  When a record is double clicked I open a new window to show all the data for the record and allow the user to change the data.  On accepting&nb ...Show All

  • Visual Studio Team System Reporting Services fails after upgrading B3R to RC

    After upgrading Team Foundation Server from B3R to RC I connected to a Team Foundation Server and opened a Team Project. When trying to read the report 'Work Items' in the Team Explorer I received the following error: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'dsStateParam'. (rsErrorExecutingCommand) For more information about this error navigate to the report server on the local server machine, or enable remote errors Opening the 'Scenario Details' report for instance works, but no report can be generated in Team Explorer because the 'iteration' and ...Show All

  • Visual Studio Express Editions Floating point problem

    hi While i was learning the new VC Express i encountered a problem: klasse.h------------------------------------------------------------------- class complex { float re, im; public : complex( float r, float i) : re(r), im(i) {}; complex operator +(complex c); complex operator *(complex c); }; ----------------------------------------------------------klasse.h------- klasse.cpp---------------------------------------------------------------- #include "klasse.h" complex complex:: operator +(complex c){ complex b = complex(0, 0); b.im = im + c.im; b.re = re + c.re; return ...Show All

  • Visual Studio 2008 (Pre-release) DLink -- Object DAC

    Hi, I am a system architect for fujitsu australia and we have developped something very close to DLINK in a SQL object DAC. I can't discuss the details of our implemetnation online but I would like to suggest a few things. 1- Being able to automatically map an entity to a table while still being able to exclude a few of the fields from being stored... (they may be calculated or even be UI centric) 2- Being able to have an ID inner class that would be stored flat in the database. That allows for the ID class to implement the IComparable for sorting purposes. 3- We have also found that it is important (in hierarchies) to manage the numb ...Show All

  • SQL Server Remote Connection problems, I've read many a thread on this and nothing has worked!

    Hi, I am trying to enable remote access on a SQL Server 2005 standard edition instance. I have enabled it in the properties using the Management studio and have enabled it under Sql Server Surface Area Configuration under "Database engine". But it didn't work. I know for a fact that my connection string is correct (I tested it on the actual machine) So I checked everything again and I noticed in the Sql Server Surface Area under "Analysis Services" there is another "remote connection" checkbox to be enabled, however it won't let me enable it there because it says the "Sql Browser" is not started. ...Show All

  • Software Development for Windows Vista SqlPersistanceService - Changing workflow class

    Hi, i changed workflow class(State machine workflow, I added 2 int private members, and couple activities inside one state) , compiled the assembly and deployed the new version on machine already runing workflows. I am using SqlPersistance service, does anyone know what will happen with my workflows that are already in database, to be exact what will happen with those that did't reach the state that I changed, and what with workflow instances that passed the changed state Thanks, Indigo Cowboy Let's say you have version 1 of type A and then you recompile and now you have version 2 of type A (the ve ...Show All

©2008 Software Development Network