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

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

mbaclawski

Member List

Jack210
Osprey
JørnDev
Steveinbeloit
JimTan
amazingsunday
Woyler
johnof
jrc_11
Jon Watte
Roger Mitchell
cplusplus1
lancasm
71M
NotTaken
Amit Vasu
perrs
oystagoymp
Sarath.
Kandisa
Only Title

mbaclawski's Q&A profile

  • Smart Device Development Saving State...

    When I try to 'save state and exit' from file menu, the message SAVING STATE... is displayed but nothing seems to happen. SAVING STATE... does not disappear and nothing is saved. I have tried device emulator V1 and V2. NK.bin is made using device emulator bsp, but I also tried SMDK2410 bsp - with the same result. Any ideas Dear friend, Similar topic is found and answered. Check it. Thanks! http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1460053&SiteID=1 Zero Dai - MSFT ...Show All

  • Visual Studio Express Editions Instance of Class and context

    Hi, I have a project that contains the following: Form1------------------Form AccountsForm-------Form Search-----------------Form AccUpdate-----------Class I have created the following instances of the above AccountsForm in Form1 and called it ObjAccountsForm Search in the AccountsForm and called it ObjSearch AccUpdate in Search and called it ObjAccUpdate My question is When I need to reference, forexample, the instance of the AccUpdate Class form within my project I am having to type the full context to its instance Form1.objAccountsForm.objsearch.ObjAccUpdate. somepublic property in this Class My project contains many more Class's, and I have had to draw a table to keep track of where each instance of a ...Show All

  • Visual Studio 2008 (Pre-release) Asp.net WCF client

    How can I have an asp.net web application access a WCF server I have seen a lot of examples on how to access a WCF server from a windows application, but I can't find an example of how you do this from asp.net. In an asp.net I don't have the "Add service reference" option as I have on a regular windows application. Thank you! dear pablo i have added 2 files at app_code folder those r created by svcutil(named output.config and service.svc) but i cant use it.can u suggested me what should i do now.to use web services with my web pages. regard dipak ...Show All

  • SQL Server How to divide a row data to multiple row in one table by SSIS?

    Hi, Experts, I have a data table from a old system. There are 10 data fields stored in one row at this table. How can I seperate those fields into another table to be 10 rows Any component in Data Flow can I use (I have tried several component...) by the way, the original table is a large table, contain 3,000,000 rows. Thanks for your all assistance. Amar Khaira wrote: How can we loop and get columns dynamically rather than hardcoding. I have have 300 columns Its not possible for a package to change the metadata of its pipeline at execution-time. period. The only way to achieve this is explained here: http://www.sqljunkies.com/WebLog/knight_reign/archive/2005/12/31/17731.aspx -Jamie ...Show All

  • Microsoft ISV Community Center Forums Scripting

    HI, Do anyone has a script than checkes if a certain service is running,and If not it restart the service Cheers These forums are for topic discussion for developers relating to Windows Forms Application development using the .NET Framework. Please redirect your issue to a forum that better suits your problem. Thank you and good luck. ...Show All

  • Visual Basic COM interop using exe instead of dll

    hello, i have a program that is used both as an exe, and as a COM dll instantiated in a VB6 program. maintaining this has been a pain in the butt, so i would like to know how i can just use the exe and not have to compile the dll at all. i have made my exe COM aware, but everytime i try to instantiate it i get an error. do i have to use regasm to accomplish this task all th docs discuss dll's, and do not explain anything about exe's. please give an example if possible. I have tried this: compile exe run regasm to create tlb (regasm myprog.exe /tlb:myprog.tlb) but reference in vb6 causes errors. does not cause errors with dll. thanks, Daniel Unfortunately, .net doesn't support the no ...Show All

  • Visual FoxPro VFP 3.0 on XP

    I need VFP for a small project, and I don't want to spend USD 600 for a new version (is there a beta version still available ) Is it ok to install VFP 3.0 on Win XP Thank you, Tor Henrik Beta is not available anymore. In any case you should not deliver software based on a Beta version as it is bound to be slow and buggy. That's why it's in Beta. VFP 3 will install but you are talking of the oldest, buggiest, less-capable VFP version. I would reconsider. ...Show All

  • Visual Basic Populate FlowLayoutPanel with clickable Images

    Hello all, I want to create a kinda simple application that looks in a predefined folder for *.exe files and displays an image in the FlowLayoutPanel for each of the exe files. The thing I can't manage is the click procedure. I suppose I will need an two-dimensional where I will add the exe path and the image path or name. I'm not very experienced with vb.net and also didn't work with arrays yet. Any help is appreciated! This is where I got to so far: -------------------------------------------------- Public Class Form1 Dim a As String Dim b As Array Dim pic As New PictureBox Private fileData(2, 1) As String Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load For Each foundFi ...Show All

  • Visual Studio VSS get latest folder contents

    Multiple people are working on the my project I have assigned one a form to each one of them and then they have couple of common folders where they keep on adding supporting files used in the project, Say like macro files or image files or the database that are being used in the project. Now after they checkin their contents ,I am trying to get the latest version of files in those common folders but I am unable to get all files that they have checked in although VSS correctly display files checked in by them. So my question is cant we just do get latest for a folder instead of doing it for the whole project is it not supported or something is wrong in my Vss database creation or is there something else that needs to be done. A ...Show All

  • SharePoint Products and Technologies Custom incomming Mail Handler

    How can i catch all incomming Sharepoint mail, and do custom things. I need a List with more than one email aliases. Like a custom SPEmailMap. Or an custom like "public SPList GetListFromEMailAlias(string alias)" Handler Regards If you look at the SPEventReceiverType Enumeration you will see that you can catch all the incomming mail that a list receives, with the EmailReceived event. http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.speventreceivertype.aspx ...Show All

  • Visual Studio Express Editions Switch Camera Drivers with Vidcap

    Hi, i'm currently trying to modify the sample program "VidCap" .. I want the program to take pictures of 2 cams alternating in equal time intervals. I've modified the button "Capture selected Frames" to take images in equal time intervals.. Now i tried to change the drivers with the "capdriverdisconnect" and "capdriverconnect" commands. But the program only tries to change the driver, when i switch the "capCaptureSingleFrameOpen" command off (it's in the "dialogs.c" - CapFramesProc) Now, my question is: How can i make the program to change the active camera driver during the capture progress I also tried the vidcapInitHardware implemented in "VidCap.c" but it makes no difference.. I hope, you can help me... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3D objects render wrong after Enabled = false

    I have two GameComponents, one for my scene, and another for my menu. When the user pushes the start button, I set Enabled to false on the scene, and true on the menu. Then when I close the menu and set Enabled to true for the scene again, the objects are not rendered properly. Specifically, the objects are not z-buffered any more. The last object rendered is on top of objects that are closer to the camera. The implementation in the game components is to only run the code in the Update and Draw methods if Enabled. Is there a setting that I should be checking after returning from Enabled = false Why does the rendering change http://blogs.msdn.com/shawnhar/archive/2006/11/13/spritebatch-and-renderstates.aspx ...Show All

  • SQL Server How can I place a value from my dataset into the page header?

    My report has a parameter of "End_Date" which is used to create my dataset from a stored procedure. In the dataset, a column called "Begin_Date" is returned with various other information used in the report creation. Currently, the parameter "End_Date" is used in the page header as part of my report title. My user's whould also like to see the "Begin_Date" value in the page header. Both End and Begin dates are unique values occuring once per report run. How do I get the "Begin_Date" contained in my dataset as a value to be displayed in the page header title many thanks Thanks rakam, it worked like a charm.... I didn't realize you could referenc ...Show All

  • Software Development for Windows Vista Designer unable to load .xolm files

    Hi, I am trying to add a Sequential Workflow with definition expressed as Xaml and user code in a separate code file but due to some unobvious reasons it is not showing up in the designer,Can anybody help please The problem has solved mystically :) The single change I have done is installing Ajax dlls which have no relation to WWF Anyways , thanks to everybody who answered this thread ...Show All

  • Visual Studio Toolbar tabs order

    Heya all, Is there anyway to arrange the order of the Toolbar tabs in the toolbox of my DSL Thanks for any assistance, Clemens Clemens, Do you mean arranging the "items" in the toolbox for your language if so, (as far as I know) the order of the items is the same as the order of your "tools" at design time in your DSL explorer (Editor\Toolbox tabs\tools). You can change the order of the tools items In the DSL Explorer by selecting them, right click, and use the "Move Up/Move Down" command items Edward ...Show All

©2008 Software Development Network