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

Software Development Network >> Alex Yakhnin - MSFT's Q&A profile

Alex Yakhnin - MSFT

Member List

DotNetFireball
MON205
polymorphicx
Alvin Kuiper
Alastair Q
leozworld
Ruurd Boeke
Ankit Jain
Rassol
Lars Brange
Vojislav01
osamaT
KimberlyL
Doug Holden
platinumbay
Sacristy
Eric Cann
Paulnz
Jonathan Hart
azbluesky
Only Title

Alex Yakhnin - MSFT's Q&A profile

  • Visual Studio Express Editions Creating a WebBrowser

    Working to create a webbrowser, and using some of the msdn webbrowser code. Was wondering how i would set up the URL textbox so that when the page changes (using back/forward button) it also changes the text in the box to the appropraite URL. Thx. I know this is going to sound really bad...but how do you make a document completed event ...Show All

  • .NET Development Simulating hardware faults

    Hey, I'm trying to do a project where I'd like to simulate 'hardware faults' that occur during the execution of functions from the base class library. Basically, during the execution of a method, I'd like to flip a bit in the memory that the method is using. I've been looking around and have found nothing on how I might be able to do this in the base class libraries because I don't have access to their source code like I do for my own methods. Anyone have any ideas Thanks, Michael It's not that hard. Just starting a .NET program is enough to generate several hundreds of page faults. It just happens that there is code around that puts a pretty little bow on top of that fault, doing the &q ...Show All

  • SQL Server SQL SP1 Failed - Failed to read registry key: PendingFileRenameOperations

    Hi, Im trying to installed SQL SP1 and I get 'cancelled' status on the Database Services product. If I open the SQL9_Hotfix_KB913090.log I see a bunch of 'Failed to read" errors. Im not very good at debugging SQL Logs, could you please assists me or tell me where to look 02/15/2007 15:09:58.436 ================================================================================ 02/15/2007 15:09:58.436 Hotfix package launched 02/15/2007 15:09:59.405 Product discovery successfully completed during the install process for MSSQLSERVER 02/15/2007 15:09:59.405 SP Level check successfully completed during the install process for MSSQLSERVER 02/15/2007 15:09:59.421 Product language check successfully completed during the install process ...Show All

  • SQL Server Newbie questions on processing cubes

    A few months ago i overtook a datawarehouse solution in our company, as the developer that was in charge of it decided it was time for a new job...I had never seen this Analysis Services before, so it is quite a challenge to know what exactly is happening here... The issue is we have around 13 cubes and 20 dimensions or so, and some dimensions are shared among cubes... The whole database containing cubes/dimensions is processed daily and this takes 6 hours!! I can see the previous developer just made a quick SSIS Package with a SSAS Task in which he just chose the database and its selected as process full... Thats all... Here comes some questions then: 1- Is this optimal at all, or is there a better way of updating our cubes The i ...Show All

  • Smart Device Development SMS sent item folder

    using mapi for window mobile 5.0, i noe that PR_SENDER_NAME represents the display name of the sender in inbox. What about the display name of the receiver for messages in the sent item folder You will likely find better support for MAPI on one of the Windows Mobile forums. Windows Mobile API : microsoft.public.pocketpc.developer microsoft.public.smartphone.developer Windows CE API : microsoft.public.windowsce.embedded General programming (not VisualStudio related) : microsoft.public.windowsce.app.development Native compilers : microsoft.public.windowsce.embedded.vc ActiveSync : microsoft.public.pocketpc.activesync ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Scorched Tanks for Windows (and 360)

    Hey, Continuing my habit of starting more games/projects than I can ever hope to finish, I decided on Thursday I'd write my own version of Scorched Tanks in XNA. What I've got so far is by no means close to being a game, yet, you could probably "play" around with it for 5 minutes or so, so call it what you will. It's working on 360 and Windows (without code changes of course) which is good news. What I've zipped is really just a work in progress for people to play around with and ask any questions (should there be any). The code is, as with all works in progress, fairly atrocious, so I'll keep it to myself for a bit but if by a miracle I've done something and you want to know how I'll happily tidy up the relevant bits and post it. ...Show All

  • .NET Development How do I send mail using C#?

    Does anyone have a code snippet that shows how to send mail from c# Not that everyone cares, just that maybe one or two do. Here's how to post an email to an Exchange Server mailbox over http using WebDAV. public static void SendEmail(string server, string mailbox, string password, string to, string subject, string body, bool secureHttp) {  string httpProtocol = secureHttp "https://" : "http://";  string mailboxUri = httpProtocol + server + "/" + mailbox;  string submissionUri = httpProtocol + server + "/" + mailbox + "/##DavMailSubmissionURI##/";  string draftsUri = "http://" + server + "/" + mailbox + "/drafts/" + subject + ".eml";  string message = "To: " + to + "\n" +  "Subject: " + subject + "\n" ...Show All

  • Visual Basic Do nothing in a while loop

    I have a while loop that runs until one of two conditions are met. 1) A timer elapsed 2) A COM object raises a event that is done doing a task This works great but while the program, it's a window service, is running, it utilizes 50% of my CPU power. How can I make the service do nothing when it's in the while loop My code: With Timer1 .Interval = maxTime * 1000 .Enabled = True Dim i As Integer Do While Not ReadyState And .Enabled i = i + 1 Loop .Enabled = False End With that is bad design. It will take up the CPU as you have mentioned because there is nothing to do/its going fast in the loop. you can add a Thread.Sleep(200) to sleep the threa ...Show All

  • Visual C++ C++ declaration of Large number Variable type

    I want a variable to hold a very large numbers (10 bytes, 80) bits and looks like this in decimal 1208925819614629174706176 (25 digits) how do I declare this as a varaible in the begining Plus I am also using pow(,) function and it keeps throwing up an error. James ( james2003g@hotmail.com ) James2007 wrote: ok! forgive by naiveness, but what GNU do. went onto the site and read it. but I can't quite understand what it doesn't. Is it some kind of library that I can add into my complier. I have Microsoft Visual Studio 2005, which it doesn't mention as an option. There are very few instructions on the page! GNU is an organization, or society if you will. GMP is a big numbers library they've r ...Show All

  • Commerce Server Error with search function

    Hi,, I get the error "The specified source join-key is not valid." when I try to use the starter site function search. I'm using an InnerJoin, configured in my Web.config: <joinTable              targetTableName="CatalogoOCS_it-IT_Catalog"              targetJoinKey="[#Catalog_Lang_Oid]"              sourceJoinKey="oid"              joinType="InnerJoin"> </joinTable>  My join works fine in the products list but doesn't work with search. Does anybody knows the solution Thanks, F. ...Show All

  • SQL Server Closed conversation endpoints not being purged

    We have been having a problem with service broker for quite a while now and searching on these forums and more generally on the web has not yielded any kind of answer... Our application utilises service broker within a single database (there is no cross database, cross instance or cross server communication). There are approximately 12 queues which are used to varying degrees. A few of the queues have a throughput rate in the order of up to 100s per minute at peak periods. In some scenarios we are able to make use of persistent conversations but the majority of messages are sent on their own conversation or in small batches on their own conversation. Some time ago we found that the database was growing in size more than expected d ...Show All

  • Visual Studio 2008 (Pre-release) How to expose a Webservice at two addresses: one with http, the other with https?

    How can I expose a Webservice at two addresses: one with http, the other with https I tried the following, but unfortunately I can only access the first service: < xml version="1.0" encoding="utf-8" > <configuration> <system.serviceModel> <services> <service name="Webservice1" behaviorConfiguration="Behavior1"> <host> <baseAddresses> <add baseAddress=" https://myhost/Webservice"/ > </baseAddresses> </host> <endpoint contract="IWebservice" binding="basicHttpBinding" bindingConfiguration="Binding1" /> </service> <service name=&qu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where do I start

    Hello fellow gamers, I am the newb next door and I need someone to tell me where to start. Where is the best starting point in the road to a professional game designer Do I start with 2D games Or 3D It also depends on if you know how to program in C#. If you're new to C# look here; http://msdn.microsoft.com/vstudio/express/visualcsharp/easytolearn/ I found this very helpful. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. gamepad in windows

    hello i'm making a game using the xna game studio express, but i want to use the windows gamepad, i have already mapped the keyboard keys, but i see that the gamepad is supported only for xbox 360, there is any way to map the windows gamepad buttons Just a note that you can use the wired XBox360 controller on your PC. You just have to download the drivers from MS. So, you don't have to go out and by another controller if you already have an XBox360 (unless it's a wireless controller). ...Show All

  • Visual Studio Express Editions Best way to insert images or tables into a rich text box

    Hi. Recently ive been looking at Rich Text Boxes, and ive realised they can hold images and tables. At the moment ive been using opendialog.showdialog () dim pic as new image=image.fromfile (opendialog.filename) clipboard.setimage (pic) richtextbox1.paste () Is there a way to insert an image like that without using clipboard (so the user doesnt lose the clipboard data!!) and also does anyone know where i could get a table control (a dialog with border and formatting options for a rtf table) http://www.textcontrol.com/images/features/tables_a_zoom.gif Thanks! The clipboard is the easiest way to get images into a rich textbox...as far as the user is concerned you can check the clipboard for data...store the data in a variable and ...Show All

©2008 Software Development Network