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

Software Development Network >> Nikolai Bochkarev's Q&A profile

Nikolai Bochkarev

Member List

Sam Dela Cruz
KumarG
Chris O
SROMERO
halflife28
syncter
**Bob
BoneCrusher
Daniel Papas
croarty
amwoodwork
Daring
biswajitdash
N S S
Winman
Estragona
GaryInJapan
Dinesh Chandnani
nirbhay194133
Dharmesh Gandhi
Only Title

Nikolai Bochkarev's Q&A profile

  • Visual Studio disconnect sourcesafe from visual C++

    Is there an easy way to disconnect and reconnect a project in Visual C++ 6 from the sourcesafe We have a very large project with lots of directories and subprojects. I branched the project to another directory tree, but VS6 insists on checking out from the original branch. Is there an easy solution Thanks, Maor If you script a little code to read the DSP and DSW files, you can scrub the control info very ...Show All

  • Windows Forms Using seletedRTF in rich text box to build tables.

    I am using a rich text box to populate sections of a document from a database.  I am also dynamically building tables with rows and cells with in the rich text box.  Everything seems to be working well except for sentences that are bigger than the cells.  Instead of the cells expanding to fit all of text, it allows the text to run out of the cell.  My question is, is there a way to have the rtf cell expand to fit a ...Show All

  • Visual Studio 2008 (Pre-release) Expression Tree processing sample: WmiLinq

    Hi all, lately i've been playing with expression trees somewhat similar as Dlinq. I came up with an sample WMILinq library that enables you to query directly against WMI using an LINQ like syntax like this: Lets say we want to query some process information.  For instance, query the processes which have more than 20 kernel threads:   using (WmiContext context = new WmiContext(@" \\localhost ")) {      &n ...Show All

  • SQL Server Is it possible to install SQL Express with SQL standard Edition

    Hi, I have installed SQL standard Edition in my computer for one project. We want to kick off a new project, and intend to use SQL Express, Will anybody advise me whether I can install SQL express when SQL Standard Edition is there or I need to remove SQL standard Edition first and install SQL express Thanks a lot Haihong Yes absolutely you can install them side-by-side. You are limited in the number and flavors of SQL Server inst ...Show All

  • Visual Studio 2008 (Pre-release) Find Client Address Inside WCF Operation

    Hello, I'm writing a WCF application using Indigo Beta 2. I have created a service which listen on http address using wsHttpBinding and a client which create a proxy using ChannelFactory<> class. Everything works well except that I want to find the client address (client machine name) which send the message. When I was working with WSE I have assigned the ReplyTo element in the message on the client and on the service I read thi ...Show All

  • Visual Basic AnalogTVTuningSpace and MSVidCtl

    I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as desc ...Show All

  • Windows Forms How to populate a listbox with a complicated query

    How to populate a listbox with a complicated query  I created a query in the KeywordSetTableAdapter SELECT KeywordSets.KeywordSet, KeywordSets.ID FROM KSGroups INNER JOIN (KeywordSets INNER JOIN KSGroupKSAssignments ON KeywordSets.ID = KSGroupKSAssignments.KeywordSetID) ON KSGroups.ID = KSGroupKSAssignments.KSGroupID WHERE (((KSGroups.ID)=5)) ORDER BY KeywordSets.KeywordSet Fill a datatable method: FillByKSG5 Return a datatable method: ...Show All

  • Visual C# help a beginner please how to make this software?it with dictionary and chat and ....

    maybe my question so stupid~ please for give me~ i want make this software to help some japanese learn english and can put it into a game but most~ use it at desktop. i think it need thoese function: english dictionary; english <-> japanese dictionary; IM chat; file share,any file had index at server,can load a file from each other, seen like emule and bittorrent and Ares; storage ask and answer like a forum or knowledgebase; i dont know h ...Show All

  • SQL Server List all databases accessible by a login

    Hi all. I am new to SQL-DMO so sorry if what i am asking is really easy. Is it possible to get a list of all objects (including databases) which are accessible for a particular login. So far I have: Dim oSQLServer As SQLDMO.SQLServer Dim oSQLDatabase As SQLDMO.Database Dim oSQLLogin As New SQLDMO.Login Dim oUser As New SQLDMO.User oSQLServer = New SQLDMO.SQLServer oSQLServer.Name = _oSQLServer.Host ' Check se ...Show All

  • .NET Development Need someone to review a .net application....it urgent

    Hi, I am a graduate student in California and I have designed a nice .net application that I need for someone (i.e persons) to review. The application is here: http://net.evirtualworld.com/ Here is the website that I designed as well (using html, php and .net technology) http://www.evirtualworld.com/webdesign1/best-design-flash-site-web.php http://www.evirtualworld.com/webdesign1/best-design-flash-web.php http://www.evirtualworld.com/webde ...Show All

  • Visual Studio Team System Why I can't delete a folder in Source Control Explorer?

    I create two folders under the root of a project in Source Control Explorer, but later find that one of them could be deleted but another could not(the "Delete" command in context menu is grayed). Why Thanks! The most common reason would be that it's not mapped in your workspace.  Is it already greyed out ...Show All

  • Visual Studio Express Editions VB express

    Can I ccreate ASP pages and smart device applications using VB Express You use Visual Web Developer for ASP.NET apps.  CF apps I'm not sure, but I bet MSDN could tell you. ...Show All

  • Software Development for Windows Vista Sharepoint Workflow Template for VS 2005

    Hi, We're trying to build workflows to use with WSS 3.0. I've already installed the WinWF extensions for VS 2005 Beta 1.2 (compatible with Office 12). I want to create a Sharepoint Workflow Template like the one Pravin demo'd at the PDC so that we can use the in-built activities for Sharepoint. A document mentions that we need to create a Sequential Workflow Application and then add 2 references: We found the 1st reference buried deep i ...Show All

  • Visual Studio Team System Import WebTest & load test result into another computer/repository

    Hello, With VSTS CTP August, I try to import load test result into another computer/repository, I get the following error : Could not read repository : Could not access the load test result repository : An error has occurred while establishing a connection to the server. provider : Name Pipes provider, error 40 - Could not open a connection to SQL server I use the following case to import the LoadTest ComputerA I Create a new webtest and run ...Show All

  • Visual Studio 2008 (Pre-release) Getting started with the XmlFormatter

    I'm moving to using the WCF because the Xml rendering capabilities of .NET 2.0 don't support cyclic output (without writing it all myself). Specifically, I have a class structure that has the cyclic references and I want to serialize the classes out to a file on disk. It will then later be loaded and code execution will continue where it was left off. In my old (abbreviated) code: System.Xml.Serialization.XmlSerializer writer = new System ...Show All

©2008 Software Development Network

powered by phorum