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

Software Development Network >> Alex Nechiporenko's Q&A profile

Alex Nechiporenko

Member List

MahendraB
mickey arnold
DineshMurali
Ryan.Kelley
Deicide
PsyB
SebastienR
Amit Sharan
PERECil
juan blanco
WILLPOWER
newbob
CommonGenius
Dave Huntley
Gerardo Rossi
Eduardo Cobuci
Allen White
prreddy
Ashish
ChristosK107730
Only Title

Alex Nechiporenko's Q&A profile

  • Smart Device Development print from ppc to networkprinter

    how can i print from a ppc to a networkprinter I've tried to move the file to the printer task file (which is shared) but i get io exception. If i does this from another desktop in the network it works fine... When i go look on my ppc and try to reach the shared printer task folder i can see it on the file explorer but i can't open it.... does anyone know what's the reason for this and maybe a solution Is it also possible to send a file to ...Show All

  • Windows Live Developer Forums Visual Studio Only?

    Is Visual Studio .NET 2003 or above going to be a requirement for MSN Search API developers   I know it's early yet, however that's the only SDK I see and there's no information indicating anything else will be available. I ask because some of us have been developing API's (Google, Yahoo!, eBay, Amazon, etc, etc) for a long time now.  You're going to be missing out on an awful lot of really good developers if you're going to have the r ...Show All

  • Visual Studio Team System Switching between different editions

    I have installed Visual Studio Team Suite 2005. I have initally set it to Web developer mode. I am a novice learner and want to see the features for the different editions like Architects, Developers, Testers...How can I switch between these modes....where is the setting in VS 2005 Thanks Vinod PMP, MCP USA You can switch the Visual Studio settings by opening the Visual Studio 2005 command prompt, type de ...Show All

  • Windows Forms dynamically creating a ContextMenuStrip

    ok, I am wanting to dynamically create a context menu strip using an existing menustripitem from the form, I used to do this by creating a context menu and merging the differant main menu item i need to the context menu then when the user click the context menu it just fired the main menu item code. The problem I am having is that if I use context .Items.Add( this .child2ToolStripMenuItem); then the main menu strip item is removed from the main ...Show All

  • SQL Server Connecting through ODBC

    Did anyone try fetching data from any database which is connected through ODBC. If so can you please share the details. In the data flow task of SSIS there is a facility for only oledb and not thru ODBC. From what I understand, ODBC was not implemented by MS in SSIS. See thread here ...Show All

  • Visual J# ZipFile.close() not working as expected

    In my app I need to unzip a file and then delete that zip file. But the J# library doesn't seem to dispose of its handles properly on close. The code below will ALWAYS cause an access denied exception... I'm not even unzipping it, just creating a zip file, closing it, then trying to access that same zip file. ZipFile zf = new ZipFile( "../../InputZip/foo.zip" ); zf.close(); // Try to access the file... try { ...Show All

  • Visual C++ Post-build events in VC++ 2005 always running

    Why are post-build events (Configuration properties - Build Events - Post Build Event) executed regardless of whether any build occurred in the main part of the build If nothing changed in the project, i.e. the main build never occurred because it was already up to date, a post-build event is still run. In VC 6.0 when the build was up to date, the post-build event did not run which is the behavior I desire. Should this be filed as a bug o ...Show All

  • Visual Studio VS2005 Pro Install problem

    Only response from setup is: An unknown error occured while copying files to your temporary folder. Setup will now exit. Log file shows time, but no text. Made sure that temporary folder is empty and read/writeable when doing the install and get the same answer. Running XP SP2. try copying the CD layout to your hard drive and install from there. There might be an issue with your actual media during ins ...Show All

  • Windows Forms Toolstrip and inherited forms

    Hello, I try to use an master form with an menustrip and a statusstrip with several items. I set the prperty modifier to public and created an inherited form from the master. I tried to add additional toolstripitems either to the menu or to&nbs ...Show All

  • SQL Server variables in sql command

    Hello I have an existing DTS package and I convert this to Integration Services but now I have a problem: i have in my dataflow an OLE DB SOURCE and an OLE DB DESTINATION In the source I have the following sql command: IF '<<FullLoad>>' = 'Y' BEGIN  SELECT *  FROM  Maintenance_Departments END ELSE BEGIN  SELECT *  FROM  Maintenance_Departments  WHERE Last_Updator_Date_Time BETWEEN '<<StartDate ...Show All

  • .NET Development Multiple FTP commands via one connection

    Another FTP question.  :) What's the best way to use the 2.0 Framework to send multiple FTP commands during one connection The FtpWebRequest class seems to make a separate connection for each command.  I'd like to connect/login once, send two or more FTP commands, receive the response to each, then disconnect.  Karen   mahjayar wrote: For that request where you want to close it you c ...Show All

  • Visual Studio 2008 (Pre-release) Generating proxy on the Duplex example

    I can compile and run the WCF Duplex example no problem, but when I use SvcUtil.exe to regenerate the proxy (without changing anything), the contract parameters become custom types with the same name as the containing method. I am running the full February CTP combo Any clues DickP // the original public class CallbackHandler : ICalculatorDuplexCallback { public void Equals( double result) ... public ...Show All

  • Visual C++ Dialog Handle and Application Handle

    Hi, I'm beginner id VC++, would anyone tell me how to get current dialog's handle and current allication's handle (with and without MFC) with thanks. mohammad Mir mostafa wrote: Would anyone tell me how to get current dialog's handle and current allication's handle (with and without MFC) Application Handle: You can retrieve it from WinMain() or DllMain() (it's the first parameter passed). Pass it as a parameter to eve ...Show All

  • Visual Studio Team System Newbie needs sample "clean-build" script to study and run

    Are there any samples of "clean build" scripts that I can run prior to allowing code check in (The code needs, at least, to compile withtout errors or it can't go into source control). I was unable to locate this type of script on the TFS RC disk. Also, where is the script language used documented TIA, Barkingdog There are no samples for this yet. We are comtemplating one but it will take t ...Show All

  • SQL Server Column Grand Totals

    Is there a slick way to add grand totals to my report so far, in my report table I have the following sections TableHeader1 TableHeader2 Group1 Footer1 I added one of the same fields from my Group1 to Footer1....but it's not summing correctly. I have this in my footer right below one of my Group Fields: =SUM(Round(((Fields!FeeGoal_AZ.Value) / Fields!FeeSchedule.Value) * 100)) totals are accurate...I just needed ...Show All

©2008 Software Development Network

powered by phorum