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

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

SoftAdmin

Member List

Adam-CCI
ProJester
halfpint
Simon_Lee
macadam
ckebabo
anandj
paulKing
JonasBergstrom
howe356
Ðãv? S. Â???????
sammour80
Cindy Keil
Deza
daz2006
Julien Lavigne du Cadet
Dave299
RemcoJVG
Remeard
Ruhina
Only Title

SoftAdmin's Q&A profile

  • Windows Forms All Green Lights and No Critters

    I have installed 1.2 Terrarium on 2 machines of mine. (Behind a firewall, port 50000 opened and NAT support checked) All lights are green but i dont get anything coming into my terrarium. I have this thing running for at least 24 hours so& ...Show All

  • Software Development for Windows Vista Does the compatibility tools work in Vista(64-bit)?

    Hi, I have to use the Visual Test but the mt.exe can't not work in the Vista, I wanna try to use the application compatibility tools provided by microsoft.com, unfortunately this compatibility tools just for 32-bit Vista, so I can't installed it, does microsoft provide the tools for 64-bit Vista I've searched it for so long time, or I just miss somethings thx ^_^ ...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

  • Windows Forms Delete multiple directory in file system

    Is there any way we can delete multiple directory at the same time without cleaning the children I have over 200 folders on the project and I don't really want go one by one to delete the content inside the folder before deleting the folder itself. When I'm trying to delete it is saying: Cannot delete folder, folder is not empty or it might contain excluded files, which are not shown. I can't beleive I will need to do one by one.... ple ...Show All

  • SQL Server Running SSIS package

    My boss want to close access to xp_cmdshell for any logins including sa. He afraid of possible fraud when somebody having sa login will be able to make operations on the company's network. In this situation (see above) I have two questions: 1. Is it possible to run SSIS package by SQL Job without corresponding utility 2. Is there any replacement of the osql.exe utility in order to run file containing sql script I mean may be SSIS ...Show All

  • SQL Server Convert row data into Column

    Hi members I got the result set as shown below (By executing another query i got this). Month Status Count ===== ====== ===== April I 129 April O 4689 April S 6 July I 131 July O 4838 July S 8 June I 131 June O 4837 June S 8 May I 131 May O 4761 May S 7 But, I need the same result set as below Month I O S ===== = = = April 129 4689 6 July 131 4838 8 June 131 4837 8 May 131 4761 7 Can anyo ...Show All

  • Visual Basic Problem installing VB6

    Just for the record, i've tried this Off the CD normally, i've created an ISO and mounted it, i've even copied the entire CD to the HD and tried installing it from there. Same problem every time. The problem is that when i run setup.exe to install the program, it crashes "setup.exe has encountered a problem and needs to close". Doesn't matter if i run the file myself, it's it's though the CD or mounted ISO's autorun, it's always ...Show All

  • Visual Studio Express Editions Plz help me understand the code behind dataBindingNavigator in c#.net2005?

    hi I am learning c#.net 2005 by building a project with a ACCESS db, now in the data source explorer, i can directly pull the entire dataSet onto the win form. there will be a bindingNavigator automatically generated, when i right click on the navigator and click on "view code",  the code behind it is:         private void ordersBindingNavigatorSaveItem_Click(object sender, EventArgs e)   &nbs ...Show All

  • Smart Device Development out of range exception

    To all vb developer i have a label which use to store an address,however it is impossible for me to retrieve the address from database to store in the label. The error message show that out of range exception....., i check my label and the max length is enough to store for the whole address. So do any one know whats wrong with it Your information is incomplete so it's impossible to help you. Please see th ...Show All

  • Visual Basic Permission Troble

    How can i load my databse on certain computer within a network...it says i dont have permission to do this due to the fact that it was opened exclusively under an Adminstration setting..How do i change this Well i used the form wizard and made the connection through my .MDB file and i put the data grid onto the form so that when the update button is clicked the datagrid is filled with the dataset information...Now i want my form t ...Show All

  • Visual Studio Team System TFS Mapped Folders - WSS

    Our project is using TFS for both source code and all project requirements, design and management documents.  We have set up numerous TFS groups to control read/write access for our various project roles.  We have been having a lot of problems with novice business analyst users attempting to add documents from outside the local folder areas for which they have write access priveledges in the corresponding server folder areas.  ...Show All

  • Windows Forms How to: Webbrowser NewWindow and Navigating equivalent to axWebbrowser

    At first, I enjoyed the new webbrowser control but then I noticed that the args provided by the events NewWindow3 and BeforeNavigate of the axWebBrowser had not been implemented in the new control. Arg. Good news, the guys from Microsoft gave us the a workaround recently in C# and said they will publish a sample soon on MSDN. In the mean time, here is some VB.net code inspired from Microsoft's C# that will give you 2 new events an ...Show All

  • Visual C++ vc++8.0 bug: access violation upon call of any CImageList methods

    I have sucessfully imported and compiled a complex MFC 6.0 project from vc++6.0  into vc++ 8.0 (MFC 8.0). It contains several subprojects (libs and dlls). In vc++ 6.0 those project linked MFC6.0 statically and after I imported it to vc++ 8.0 I set the linkage of MFC8.0 to "shared". However when I try to compile and link the project in vc++ 8.0 in release mode (debugmode works fine) I get an acess violation in afxcomctl32.inl. This happnes w ...Show All

  • SQL Server Can a Snapshot report be created programmatically?

    Can I create a Snapshot report with parameters programmatically in RS 2000 or RS 2005 If this can be done what is the command for it Thanks. Yes.  The report has to be set to Snapshot Execution and has to have default values.  The SOAP method to call is UpdateSnapshot. If you want to create a history snapshot then you can call CreateReportHistorySnapshot. You can not set the parameters when calling these parameters.  ...Show All

  • SQL Server How to Fetch the Recrods from MS Access and using it in Script Task Using Control Flow Tools(Execute SQL Task)

    Hi I have an application like fetching records from the DataBase(MS Access 2000) and results i have to use in Script Task. At present i have used the record fetching query,connection string in Script itself. I would like to use in Independently. Is there any Tools like (Control Flow Tools like Execute SQL Task) are there to fetch the result set from Acccess and can use the fetching results in Script Task.... Thanks & Regards Deepu ...Show All

©2008 Software Development Network

powered by phorum