Software Development Network Logo
  • Visual Basic
  • SQL Server
  • Windows Forms
  • Visual FoxPro
  • VS Team System
  • Windows Vista
  • Visual C#
  • Audio and Video
  • SharePoint Products
  • Game Technologies
  • Microsoft ISV
  • Visual C++
  • .NET Development
  • Visual Studio
  • Smart Devicet

Software Development Network >> Alexei Baskakov's Q&A profile

Alexei Baskakov

Member List

Sammy1971
WL_07
AlexDav
-Sam-
Magnus Müller
ElliotHC
mostafa_pasha
Harrympower
Philly10407
Rahul Saxena
h1
MasterMind
qqterry123
JayaC
MigiTheGuru
AndrewBadera
HamidFULL
GiovanniFreda
WATYF
cmazur
Only Title

Alexei Baskakov's Q&A profile

  • Visual FoxPro How to email with Chinese characters

    I used the code provided by Dave M. as follow: loConfig = CREATEOBJECT('CDO.Configuration') loCdoMessage = CREATEOBJECT("CDO.Message") loCdoMessage.Configuration = loConfig loCdoMessage.From = "info@wantit.nl" loCdoMessage.To = "info@microsoft.com" loCdoMessage.HtmlBody = "Body text" loCdoMessage.Addattachment("c:\file.doc") loConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 loConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "yoursmtpserver" loConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 loConfig.Fields.Item("http://schemas. ...Show All

  • Visual Studio Express Editions FrameWork Question

    Hi there. How do i know the version of may FrameWork that i have Installed in may machine Ricardo 8a Check out this KB article . ...Show All

  • Visual Basic Watching a process.

    I'm having trouble with this. Basically what I'm trying to accomplish is a server restarter. It needs to look for the server to close. I was thinking just look for the process to close. But I'm not sure how to do it. Could someone help please Sorry I should have been more specific. Server is refering to software and no it's not registered as a service. I could have it registered as one. But I would much rather understand how to do it this way. ...Show All

  • Visual Studio 2008 (Pre-release) A question on DataContract

    Hi! I'm new to WCF, and I've got a question regarding DataObjects / DataContract. As far as I understand, DataConract provides a way to send custom objects, serialized in one of the formats, across the wire. So, at the server side I could have data objects that implemented properties and methods to manipulate those properties (or at least setters with some business checking). That's good. Now, if I build a proxy using VS2005, it reads the contract and constructs a "copy" of my class, with all the published properties, but of course, all business logic goes away. That is logical in many ways (louse coupling, interoperability,...), but let's say I'd like to use the same implementation (shared data objects assembly ) on ser ...Show All

  • SQL Server windows programs to run on PDA's

    I am moving a VS 2003 Pocket PC app to VS 2005 and when I deploy the app from Visuyal Studio 2005 two sqlce cabs are deployed (in addition to the sqlce30 ones) namely sqlce20.dev.ppc.wce4.armv4.CAB and sqlce20.ppc.wce4.armv4.CAB. Now as I have documented in another thread ( SQL 2005 Mobile : The file is not a valid database file ) this gives me problems when I want to access the database being produced by replication. So I'm trying to eliminate the need for these cab files. My pocket PC application uses two of my DLLs the first of which is my Business Objects. When I deploy this to my PDA I get the following build output ------ Build started: Project: BO, Configuration: Release Any CPU ------ C:\WINDOWS\Microsoft.NET\Fram ...Show All

  • .NET Development really i need to know what xml really do !!!

    hi i spend a lot of time understanding what really can xml brings to me something great i read the following XML was Originally designed to meet the challenges of large-scale electronic publishing, XML is also playing an increasingly important role in the exchange of a wide variety of data on the Web and elsewhere. and , XML is designed to describe data and to focus on what data is. but i didn't understand great meaning for it !!! i need to know someting really very good for it and how can it do something great for my apps in .NET ,, thanks in advance. thanks for reply i stoped at < xml version = " 1.0 " encoding = " utf-8 " > < department name = " Software " location = " ...Show All

  • SQL Server "OR" Condition in MDX?

    Hi! I'm new to MDX and have a simple problem with apparently no simple solution in MDX word, according to discussions, e.g. http://groups.google.com/group/microsoft.public.sqlserver.olap/browse_thread/thread/25ea010035f3f097/8ab30ca61c23bbfd%238ab30ca61c23bbfd Is it possible to get records from OLAP cube, using OR condition to members of different dimensions Below is an abstract example using [Adventure Works]: select non empty {[Measures].[Reseller Sales Amount]} on columns , non empty { [Employee].[Employee]. AllMembers * [Product].[Product Line]. AllMembers } on rows from [Adventure Works] where [Geography].[Country].&[Canada] OR SOMEHOW [Reseller].[Reseller Type].[Business Type].&[Specialty Bike S ...Show All

  • Visual Studio Express Editions Labels with different records

    This might be hard for me to explain, but what i wanted to so is list say like 9 labels on a form. I want to attach the 9 labels to a dataset and display the data in order from 0 - 9 on each label. Fo example: label0 = database at index 0; label1 = database at index 1; label2 = database at index 2; label3 = database at index 3; ... Then i want to use a more / prev button to go through the data. How do i go about getting label0 to display a different record than label1. dbldown768, I divide your task in two parts: retrieving data from DataSet and show them in the Labels. Retrieving data from DataSet Public Class NorthwindDataSet Public Shared Sub Main( ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. HLSL Lighting: Wits' End

    I am using DxViewer to try my hand at my first HLSL shading adventure. For the life of me, I cannot get the sphere lit. It is black. I can't believe I'm the only one having this problem, but everybody seems to have lighting figured out. WHAT am I missing -- Jeff S. ///////// /// MyEffect.fx ///////// #include <sas\sas.fxh> int GlobalParameter : SasGlobal < int3 SasVersion = {1, 1, 0}; string SasEffectDescription = "HLSL Hands-On Workshop: Completed solution"; string SasEffectCompany = "Microsoft Corporation"; bool SasUiVisible = false; >; float Time <string SasBindAddress = "Sas.Time.Now"; bool SasUiVisible = false;>; float4x4 World <string SasBi ...Show All

  • Visual Studio Express Editions DataReader

    Hi I downloaded the c# express edition, the MS SQL server. However the DataReader object seems to be missing from the toolbar. Am I missing a download or simply not looking in the right place ...Show All

  • Windows Live Developer Forums Announcing v4 - 3D Mapping!

    Announcing v4 - 3D Mapping! Today at 2PM (PST) we launched v4 of the map control, and with it some pretty amazing additions to the VE mapping world. You can read all of the blogs and marketing materials (and of course, go to maps.live.com) to get all the “wow” stuff. Here I just want to highlight what I think matters to VE developers. The Good First, we also updated the v3 control (now, v3.2). The big change here—and this is also in the v4 control—is the ability to now turn off the location disambiguation dialog and easily build your own. Check the “Finding Information” topic in the SDK. The iSDK also shows how to do this, of course. The Great On to v4: The big change, of course, is that you can now sho ...Show All

  • Visual C++ Template Export

    Hello, I follow a somewhat strict coding standard for all of my programs, and each time I write a program I include a file banner and at least a function banner for the main function. I also make a change to the environment which consists of setting the runtime library to multithreaded debug (/MTd). It has become somewhat of an annoyance to do this for every project, so I decided it would be in my best interest to make a template. My projects to date have consisted of a single (.c extension) source code file, and for the time being will most likely not change from that. After creating a new Win32 Console Application (empty project), and adding a single .c file, I cannot choose File -- Export Template. (It is grayed out). Any help on ...Show All

  • Visual Studio 2008 (Pre-release) databinding bug, or am i just expecting too much? - master/detail with a combobox in the detail

    Hi, I think i may have run into a bug, maybe you'll say it's not a bug but it's not how i would have expected the framework to handle this particular case anyway... ....I'm running Vista with the feb CTP I'm setting the windows datacontext equal to an instance of a class that inherits from DependencyObject (trying to embrace the new way of handling changes in the UI / class). Then i have a listbox with it's itemssource property bound to a DependencyProperty called "Selected". I also then have a grid with it's data context set to the same path=Selected so that it shows the detail of the item selected in the listbox. This all works fine, the controls in that grid are bound to properties of the select item and i have those properties ...Show All

  • SQL Server escape characters

    Hi, I need to insert this command into a table, but I can't because. insert XXX set column1 = isnull ( Title , '' ) + case when ( case when title is null then 1 else 0 end ) = 1 then '' else ' ' end + isnull ( Last_name , '' ) + case when ( case when First_name is null then 1 else 0 end ) = 1 then '' else ' ' end + isnull ( First_name , '' ) + case when ( case when Middle_initial is null then 1 else 0 end )= 1 then '' else ' ' + isnull ( Middle_initial , '' ) END I don't know how to use escape sequence, I need insert just once thanks Alessandro, You could do something like this instead: ...Show All

  • Visual Studio Deploying .NET Application with CR

    So I've built a working application in VS .NET 2003 with Crystal Report XI and have created a setup file and all that. But when I goto run the report on another machine that does not have crystal report anywhere on it, and when my application goes to render a page I come up with the error "Get page or get totaller failed". What is the cause of this and how can I prevent this from happening on any machine this program gets deployed on Thanks! Hi, I know it has been more than 1 yr, hopefully you're can still shed some lights as to how to solve the problem if you've solved the problem (hopefully you did). I'm facing the same problem too. Have search the net and apparently it's crpe32.dll which is causing the pro ...Show All

©2008 Software Development Network