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

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

Alexei_shk

Member List

Agent00
Carlaalst
weiran
ColoradoKid
Guard
Michael Hansen
Dipesh Agrawal
JaceHon
Lovericky
Bjørnar Sundsbø
cdaviduik
Ronan Shortall
Can-Ann
brhoom
Andrei Faber
H. Gøttig
Richard Vaughan
GS80
MPeter
Marteyn
Only Title

Alexei_shk's Q&A profile

  • Smart Device Development Enhancing UI for my samrt application

    Hi there, I am developing an application on smart device. I am facing some problems in finding appropriate 3d icons and custom controls (like 3d scroll bar) for my interface. Does anyone has any information from where I can get some nice icons and controls to decorate my application Regards Few more to add - http://www.newfreedownloads.com/Software-Developer/Miscellaneous/Instrumentation-Widgets-for-Mobile-Devices.html and http://www.componentsource.com/features/xgraphp/index3.html ...Show All

  • Visual Studio 2008 (Pre-release) Peer Channel: Internal exception in PeerFlooderSimple.IsNotSeenBefore

    Hello, I am trying to get the peer channel to process received messages and have run into a real snag. When I call an operation on the mesh locally, everything works (message received, operation invoked). When a remote machine makes the same call, it also works locally on that machine, but locally on this machine I get an exception when the remote message is received. I can see via tracing that the full message from the other machine was received, but it doesn't get processed. Instead, I get a NullReferenceException in PeerFlooderSimple.IsNotSeenBefore. Can anyone explain this Below is the error I'm receiving, followed by the message that caused it. The message just contains a contact record and some endpoint information. < Messag ...Show All

  • Windows Forms How to create a shortcut (ENTER hotkey)

    Hi all, I want to assign a specific shortcut to a button. I cannot see this property in VSTS so I understand is needs to be done in the code. Does anybody have a C# sample to do it Thanks, Bertrand This is correct, but in my case I actually need to perform the ENTER only when the focus is on a particular text box. But I will be more the ninterested to see the Form.AcceptButton code, do you have an example ...Show All

  • SQL Server Problem with Updatable Subscriptions

    Hi all, I have a problem with "Updatable Subscriptions" under concurrent transactions on both pub and sub effecting same data. At high level of concurrency it Subscriber starts giving error msg " Rows do not match between Publisher and Subscriber. Run the Distribution Agent to refresh rows at the Subscriber.".Please tell me any way arround for this. There was also a recent QFE fixed to address a similar issue, but like Gary said, it depends on how frequently you're updating the same data at both ends. The QFE fix will make it into SP2, but if you need the fix immediately, you can call CSS. ...Show All

  • Visual Studio Tools for Office Using webservices fro infopath forms in MOSS 2007.

    Hi, I am currently working on infopath forms in moss 2007. I need to retrieve and submit data from infopath to a webservice. I am able to do so in the offline mode, but when I publish the infopath form to sharepoint and open the infopath form in browser i receive an error that the form couldnt be submitted successfully. What could be the possible reason for this I have given automatically deterime security level trust setting to the infopath form coz if I give it full trust it cannot be published to the browser. Can anyone please help me -Thanks and regards, Bhavana Bhat bhavana.b@tcs.com Below is the stack trace. As you can see, the trouble is that some diagnostic/tracing routine wants ...Show All

  • Visual C++ vs2005 -> vs 6

    Hi all, Is there a free tool to convert vs2005 sln/vcprj to vs6 dsw/dsp Thanks You can use http://www.codeproject.com/useritems/WhidbeyProjectConverter.asp to convert the 2005 project to 2003 and then use http://www.codeproject.com/macro/vsconvert.asp to convert from 2003 to 2002 (7.0), and then use http://www.codeproject.com/tools/prjconverter.asp to convert from 7 to 6. It's a 3 step process as you can see. Might be easier to recreate a new solution, and manually add the required files (unless it's a huge project with tons of files and resources) ...Show All

  • SQL Server import ascii file with ssis and script

    Hi, i've question about how to import an ascii-file in a sql 2005 table. I want to import this file also with an unique key. There i first have to get the last key form the table and then raise this key. Next step is to use this key during the import. How do i have to do this in ssis Thanks in advance Olaf Olaf vd Sanden wrote: Phil, the script component propertie is 'Transformation', but still i can't connect a data covnversion and a script component add an Ole DB Destination The situation that i want in the data flow is: a 'Flate File source editor' > 'Data Conversion Tranformation editor' > 'OLE DB destination Editor' and also the 'Script Component' > 'OLE DB destination Editor' Sorry ag ...Show All

  • Visual Basic How to print a file Rich Text Format

    hey, Can anyone tell me how to print a file in Rich Text Format there are many examples on the forums. I hope these give you a head start: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=805077&SiteID=1 http://msdn2.microsoft.com/en-us/library/system.drawing.printing.printdocument.aspx http://msdn2.microsoft.com/en-us/library/system.windows.forms.printdialog.aspx http://msdn2.microsoft.com/en-us/library/system.windows.forms.printpreviewdialog.aspx ...Show All

  • Windows Search Technologies Outlook 2007 beta french

    I can't search with (instant search) outlook 2007 beta: include address book, message, etc. When I search, it's give me an error and say to reboot outlook. Otherwise, it's searching but find nothing. I have over 3000 contacts in my address book. I install WDS 3.0 like i saw in the forum, all the properties are okay. In a another count after a lot of hours to click and try nothing and everything, it started to work but I try to set all like the other one and it don't work. Hi Paul, Thank you for your awnser, it was clear. 1) I don't have Business Contact Manager 2) I uninstall the WDS 3.0, outlook 2007 beta is working 3) I reinstall the WDS 3.0, outlook 2007 beta don't work 4) Repeat the step 2 and install the WDS 2. ...Show All

  • SQL Server Process task hangs running bcp

    We are attempting to use Microsoft SQL Server Integration Services Designer Version 9.00.2047.00 to run a BCP command from a Process task. We are able to do so without a problem when running it interactively, but when run as a SQL Server Agent job the bcp process never completes and the job hangs indefinitely. We also tried using a Script task for this, with the same result. Has anyone else run into this problem Thanks, Ron We stumbled upon the solution for this, but it does seem that a glitch in SSIS may be the root cause. When running BCP in a Process task, the path to the BCP executable must be provided. When running a package interactively a UNC path name to bcp.exe works fine, ...Show All

  • Smart Device Development Device Emulator and XPe

    I have built Windows XP Embedded and everything is fine, but when I start Device Emulator and try to load saved-state file, I only see the message: "Couldn't read the saved state file". But when I do coldboot and then I try to save it, I see the message "Couldn't save the saved state file". I don't know where is the error, because in Win XP pro it is working normally. I think that I forgot to add some components in target designer. Thank for reply, but all these dlls are in system32 folder. Can you tell me which files depends on these dlls. Sorry for this stupid questions but I'm begginer. ...Show All

  • Windows Live Developer Forums Messenger Hangs

    I've downloaded the new Live Messenger, and it was working perfectly. I got the free gift for testing the Beta, and now it just hangs, and won't respond. I can't get in to the programme to remove the backgrounds and animated display picture. I even tried removing and re-installing, but it still does the same thing. If anyone else has had this problem, or knows how to solve it, can they please let me know. Many thanks. Lenoire77 That's definately not the problem... I regularly delete my temp internet files, and history etc. as part of good housekeeping - it still hangs. So definately not that simple for some of us. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 2D Sprite Rotation Issue

    For some reason my sprite will jitter while moving if I rotate to 270 degrees (it flips at exactly 270 degrees). Any suggestions float xSpeed = (float)(Math.Sin(Angle) * mSpeed); float ySpeed = (float)(Math.Sqrt((mSpeed * mSpeed) - (xSpeed * xSpeed))); if (adjustedAngle < 0) { ySpeed = ySpeed * -1.0f; } if (adjustedAngle < -180) { ySpeed = ySpeed * -1.0f; } if (adjustedAngle < 90 || adjustedAngle > -90) { xSpeed = xSpeed * -1.0f; } if (adjustedAngle < -270 || adjustedAngle > 270) { xSpeed = xSpeed * -1.0f; } ...Show All

  • .NET Development Security exception when write to event log

    Hi, I try to write to the event log using trace. I always get a SecurityException error on the last row cod. protected void btnEventLog_Click(object sender, EventArgs e) { // Create a trace listener for the event log. System.Diagnostics.EventLogTraceListener myTraceListener = new System.Diagnostics.EventLogTraceListener ("myEventLogSource"); // Add the event log trace listener to the collection. System.Diagnostics.Trace.Listeners.Add(myTraceListener); // Write output to the event log. This line raise the exception. System.Diagnostics.Trace.WriteLine("Test output"); } The message for this exception is : " Requested registry access is not allowed ". I have no ...Show All

  • Visual C# Is there a way to read .pdf files and write the contents to an array

    Is there a way to read .pdf files and write the contents to an array or do I need to convert them to .txt or csv before I can work on them ...Show All

©2008 Software Development Network