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

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

deys

Member List

WillfinDavid
dutchtrader14
nadir
N Adams
SugarJade
davidvl
Schreiber
stanb
JamesBeyak
John atcg.dna
John T. Campbell
noslen
bernie_e
BW
Brian Grunkemeyer
Sreekanth Ammisetty
Moumst
pkouzov
Charlie CHang
Roberto Santos
Only Title

deys's Q&A profile

  • Visual Studio 2008 (Pre-release) Peer Channel performance

    Hi all! I am building a p2p application using WCF and the peer channel and one of the requisites of this application is to be able to send the higher number of updates per second. While doing some profiling, I noticed that server was sending (at least the sending method executed and returned) at the rate I had specified but clients were receiving at a variable rate. For instance, I specified an update rate of 170 miliseconds on the server and logs said it was sending more or less at that rate. But the logs on the client side were different: they showed a quite variable receiving rate (i.e. 171, 12, 189, 12, 231, 11, 171, 12, 232, ...Show All

  • Windows Forms Datagridview restrict to numeric input

    VS2005 CTP July Am I the only developer on the planet that needs to restrict a Datagridview column to numeric input with Minimum, Maximum and decimal places I have searched high and low.  Does anyone have working code that lets you use a NumericUpDown control as a cell in a DataGridView control This is such a BASIC function for a grid control that I just can't believe that Microsoft does not have it as part of the datagridview control columns. I have tried converting the CalendarCell class in MSDN Magazine/ April 2005 Cutting Edge but I cant get the column to allow input of the decimal point and the NumericUpDown control will only d ...Show All

  • Windows Forms global app config file?

    Hi, I have a solution consisting of several forms applications and they all share common configuration properties.   Rather than duplicating these settings in all of my .config files (app1.exe.config, app2.exe.config, etc) is there a way to point all of my apps to the same config file    Thanks Take a look at <A href="http://dotnetweblogs.com/pwilson/posts ...Show All

  • Visual Studio Team System Warehouse Cube Won't Process - B3Refresh Upgraded OK

    Our B3Refresh install upgraded successfully to the release version without throwing any errors.  Unfortunately our Warehouse cube won’t process. When the OLAP cube attempts to process, I'm getting Event 3000 errors in the event logs.  Detailed Message: Processing OLAP failed Exception Message: MdxScript(Team System) (64, 46) The '[Str]' function does not exist. The END SCOPE statement does not match the opening SCOPE statement. MdxScript(Team System) (66, 1) The END SCOPE statement does not match the opening SCOPE statement. … Exception Stack Trace:     at Microsoft.AnalysisServices.XmlaClient.SendExec ...Show All

  • Visual C# Detecting if a program is running on Terminal Services

    I am writing an application which will be run on Terminal Services. Is it possible to get the name of the remote system running the application via TS So far the only luck I've had is getting the name of the TS server. Have a look at the post in this same thread by Gorm. He shows a Win32 API that you can call to retrieve this. Simply use the DllImportAttribute to call this method. If you have found some VB code to do this, it is very easy to convert VB -> C#, they are very similar. ...Show All

  • .NET Development how to save data to the database

    where shall I find simple database application, I had an application it saves data only when it is running and not the database. ...Show All

  • Visual Basic FileInformation, File Comments from File summary tab.

    If you right click on the file in windows XP or Server 2003 probably other OS as well (not sure) in properties you will see Summary tab. There are in simple view fields Title, Subject, Author, Category, Keywords, Comments. How in VB.Net I can access those fields I need if possible read / write access. I could not find it in System.IO.FileInfo, or in System.Diagnostics.FileVersionInfo. Any other places I could look have you tried using the DSOFile.dll Try this link, http://support.microsoft.com/ id=224351 cheers V ...Show All

  • Visual Studio Visual Studio SDK Tech Preview Now Available

    For the details, see Allen's blog post . ^bump^ please respond i have a project that i want to release to the public. ...Show All

  • SQL Server Pre-installation problems

    Well, first i say pardon because my english is very poor. I need some help because i’ve got a problem. I install first the WindowsInstaller v3.1 and the install type that all is ok, but when i go to install Net Framework 2.0 i obtain an error that says don’t find the windowsinstaller.   I go to the administrative tools/services and see the WindowsInstaller Service is stopped and  if i try to start it give me a error 997. Can you help me to solve this problems.   Thanks a lot. Regards. Silverblade. Edit: The problem dissapears with the uninstall and reinstall the windowsinstaller and some of the secur ...Show All

  • Visual C++ How to decide the errors

    hoh to decide the error C2039 a exist... i have 2 forms, form1 and form2. in form1 i have a button, and when i click in this button, will open form2. whats the code to do this ...Show All

  • Visual FoxPro [URGENT] help extracting FoxPro DBF Encrypted fields

    Hi everyone. I'm working with a Foxpro DBF database, but I'm not using Visual Foxpro to read the data. I'm doing this from C#.Net. In fact .. I've never really used Foxpro before. My problem is as follows: In C# and Crystal Reports .. a lot of the string fields simply return blank strings (i.e. "") When I view the table in FoxPro, they are fixed-width character fields, and browsing the table shows that they contain a bunch of special ASCII characters. A # E I know that the data is there, because when I run the FoxPro application which came with the database files I can see the actually data (actually numerical decimal values). So . ...Show All

  • Visual Studio 2008 (Pre-release) DLinq provider?

    We are in the middle of developing an ORM system in C# 2.0. The system differs from conventional ORM tools in that the data classes are maintained through a userfriendly interface. The system dynamically maintains and compiles both the codefiles and database. The system has built in logic for handling user access, revisions, relation fields etc.  At the momement we are developing a query object for retrieving data and are looking into using syntax similar to Opath or NHibernate. Will we be able to support DLinq with our system through implementing DLinq interfaces or making some sort of a DLinq provider http://www.webscape.n ...Show All

  • Visual C# updating the UI with progress bar while Business Layer in process

    Hi I'm developing a windows based c# application. How do I update the UI with progress bar while Business Layer in process where my BL is in a seprate Machine in the same network. I tried by placing a thread to update the progress bar and at the same time BL function will also execute. But this doesn't seems to be working properly. can any one sugest any methodolgies for this Regards Karthik Uhmm, it "didn't work" because    OK, here it is... and yes, it works... TWO different ways!  Take your pick!     public partial class Form1 : Form     {  & ...Show All

  • Smart Device Development Pocket PC 2003 emulator and Sql Mobile

    Hi all, I compiled up a simple SQL Mobile application on vs2005beta and deployed to the PC 2003 emulator. However when it runs it fails with an error message 'the application <> requries a newer version of microsoft .NET Compact framework than the version installed on this device'. the src is from http://samples.gotdotnet.com/quickstart/util/srcview.aspx path=/quickstart/CompactFramework/samples/sqlcedbcreate/sqlcedbcreate.src Not sure what is going on here. The assembly is using the CFv2.0 and SQL mobile V3.0. Is there some mechanism for the emulator to display a more verbose error Any help is appreciated. -lp ...Show All

  • Visual C++ copying a dialog box

    I realise this if for 2005 but hopefully you can help, i have visual studio 2003 and i'm using the c++ sharp,  i have a dialog box in one old resource file (rc file) that i want to put into another resource file (rc file).  How do i copy over just the dialog, i have tried the old copy and paste etc but it doesnt work, and there doesnt seem to be a way to import just a dialog any ideas thanks hi.. I worked with VC++ Projects,in my carrier i came across editing of resource file,in some situation i also need to copy some resource paste in to other resource files. we can do this easly but should ...Show All

©2008 Software Development Network