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

Software Development Network >> Andrei Saygo's Q&A profile

Andrei Saygo

Member List

Kevin Kwan
ClausT
Larry T
SimplyPhil
sharathkumarmv
MotoJames
Philip King
CodyCooper
Eye5600
Yılmaz ÜNAL
Shaun Hill
Don Barber at WellCare
TFink
Mark Eliason
Emad Rangchi
Play4sure
hardday
kregger
kaushik saha
jeremy.jarrell
Only Title

Andrei Saygo's Q&A profile

  • Windows Forms Need ADO.NET Guru... Binding a Service and Forms App to Common Data

    I need a way for a continuously running, automated, custom code process to be able to bind to the same data as the windows forms app that can control the long running process. Here is the basic scenario: <HR> A couple of years ago the pro ...Show All

  • Visual Studio Express Editions Need Help to get a third party class working

    Hello, I’m absolutely new in c++ but I try write a programm to communicate with my Weather Station Interface. Normaly I use c# but it is so difficult to Handle this Interface that I decided to use c++ because there is someone who wrote a class to communicate with the Interface. I installed the vc++ Express Edition and the plattform SDK to use windows.h. But now I have a part of code where I get an compiler Error that is so "strange" th ...Show All

  • .NET Development DataSet Usage - Not saving to file

    Ok, my knowledge of the DataSet object is elementary at best, but I'll try to make some sense. I've added a MS Access .mdb file to my VC# project using the New Data Source wizard. Incase it's pertinent, here's the connection string (sorta): Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\db000.mdb;Persist Security Info=True;Jet OLEDB:Database Password=xxxxxxxxx Now, I want my program to count validate that there's at le ...Show All

  • Visual Studio Print server report directly

    I've seen the examples of printing an rdlc file directly, but how would I do this for an rdl file rendered by the reporting server Is it at all possible TIA Hi, I've just managed it. Please take a look at the following code and see what you think. It was pulled from a lot of sources and there has been alot of experimentation so there will be lots of loose ends (and because I don't understand much of it) I'm ...Show All

  • Visual Studio Team System <AspNetDevelopmentServer> Question

    I have this attribute before each of my web service unit test methods: <AspNetDevelopmentServer( "PlannerServer" , "C:\Visual Studio Projects\Planners\PlannersBusinessLayer" )> This will start up the web server before running the test. This works fine.  But what about when another member of the development team wants to run the unit tests, or if we want to run them automatically as part of our nightly build   Do we have to ...Show All

  • SQL Server SUM problem in SSRS 2005 report

    I don't know how best to explain this but will try. In my SSRS 2005 report, i have one group in my table.  In that group, I have a field that for each company record in my dataset, this field value is repeated for each record. This is a transactions table so you'd expect several records in the dataset for each company..that's not the problem. example data from dataset: TransID     CompanyID   &nbs ...Show All

  • Visual J# Passed value in ASP Pages

    Hi, I would like to know how to retrieve a passed value in J#. I have a new page and I want to access it's passed value. New Retrieved Page Example URL: http://test/default.aspx pageStatus=0 I have an int variable (int pageStatus;) in my default.aspx page and I want to assign this variable the value found in http://test/default.aspx pageStatus=0 What method do I use Thanks in advance, Allan Allan_M wrote: ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to create a new Texture from an existent Texture?

    How to create a new Texture from an existent Texture I have a bitmap file, first I created a Texture from a bitmap file by using function D3DXCreateTextureFromFile(). Now I want to create an another Texture from the existent Texture, and the new Texture's content is the existent one's bitmap but be rotated 15 degrees. For Example: the existent Textures have a horizontal line "-" on it's center , from the old Textures I can create another thre ...Show All

  • Visual Studio "interface not registered" when attempting to create or edit a macro ...

    Hi, Each time a try to create or edit a macro inside the Visual Studio 2005 ide, i get an 'Interface not registered" error... It's a fresh VS 2005 install (no beta previously installed), and i already attempted a repair, without success... I have the same error when i try to add a Script.Net task inside a SQL Server 2005 Integration Service package ... Anyone have an idea thanks. ben This appears to ...Show All

  • Software Development for Windows Vista Journal Playback disabled

    Is Journal Playback disabled in Vista Beta2 How do I enable it ...Show All

  • Smart Device Development Cannot start debugger

    Hello, I have been using VS.NET developing Pocket PC applications for over two years now, but all of the sudden I can no longer interactively debug apps running on the emulator.  Everything seems to start up fine - Emulator starts up, initializes, .NET CF installs, app under development installs, then... nothing (Output window in VS says "Launching Application").  I can start the application on the emulator by navigating to it using th ...Show All

  • .NET Development importing excel file into sql server

    Hello all, I want to import excel file into sql server 2000 using ASP.net . Similarly i want to write a data set to an excel file. Could this be done If yes kindly help me in this regard... If there is a sample code or a tutorial that would be perfect.. Thanz in advance . http://support.microsoft.com/default.aspx scid=kb;en-us;321686 How to import data from Excel to SQL Server View products that this article applies to. ...Show All

  • .NET Development sslstream client certificate validation error

    Hi, I have taken server and client program from MSDN2 for sslstream. in that code client certifiacte authetication is made false i want to enable that and do the code i have done some modification to the code but is giving error "RemoteCertificateNotAvailable" and i think that its not getting the client certificate at server side. So please can any one help me to do client server program using sslstream in which client certificate als ...Show All

  • Visual Studio Team System Create custom client to TFS Web Services?

    Since the TFS communicates with its clients (like Team Explorer) via the Web Services (default install at port 8080), I think it should be possible to create my own client (say an ASP.NET web app) that implements some of the funcationalities like work item creation/update/close, right It seems people have thought about this http://forums.microsoft.com/msdn/showpost.aspx postid=16054&siteid=1 but I can't find the Object Model mentioned in t ...Show All

  • Visual C++ Need a little help. Take a look please

    Hello! I'm a new to Visual Cpp, so please help me, if you can. I need to write to following sub-routine to count: x r y s =(x 1 a 1 +x 2 a 2 +x 3 a 3 ) r (y 1 a 1 +y 2 a 2 +y 3 a 3 ) s where x i ,y j =digits from another program module, S, R = should be entered by operator, a=unknown dogits. the program task is: to open brackets and make re-combine digits into next order: x r y s =(a j 1 a i 2 a k 3 ), where i,j,k=degree of the a x Thank you v ...Show All

©2008 Software Development Network

powered by phorum