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

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

IEQ

Member List

Jon Braganza
teacake.the.cat
jkw84
omar_rapid
JatinShah
Abhishek_SE
Yassi
chooinggam
mario.muja
Sarah Cartwright
Helen999888
Keith Newton
alphonso
James Lean
dc75
Derek Burnham
vtortola
RossDempster
Feng26
John Middleton
Only Title

IEQ's Q&A profile

  • Visual Studio Team System Team Explorer source control disabled always

    Hi all, I am using VSTS team explorer and even though i an given Contributor rights i an not able to do any source control. All the options are disabled. All my friends wiht the same permission is able to perform add/modify/checkin/checkout operations. WHen i do "run as" in my friend's machine, i an able to get access. I even tried uninstall-reinstall option. doenst work out. Can some one help me out!!! Thanks, Murali ...Show All

  • Software Development for Windows Vista How to handle instance state of old version workflow?

    Hi, every one. We are trying to use state workflow to handle our sales order process. We create a new instance of the workflow for each new order as the new order is created.  As order is approved/shipping/closed, workflow instance handle it’s state. This works perfect. But when user changes the workflow definition, the old instance cannot load! Firstly we consider about keeping all version of workflow class in one assembly  But this will lead the workflow definition assembly growing large forever. Because usually a sales order need several month to be processed and user need change the workflow frequently. So there will be a lots of old version instance stay in our database. ...Show All

  • Visual Basic passing variables between forms

    I am having serious issues trying to take data from one form and passing it to another form... I have a 3 form new employee application that gets information from the new employee in textboxes and then sends it to a database... my problem is that once i make an instance of the form: dim theFirstForm as new Form1... and dime theSecondForm as new Form2. i cant seem to figure out how to access it and store it in variables... so that on the third form i can access it and populate a database with all the information. My programming teacher made the suggestion to make a new class and send all the info to the class and then on the submit button access it from there and then populate the database... any suggestions on the best way to do this i hav ...Show All

  • Microsoft ISV Community Center Forums How to re-connect an Excel.Application variable to a disconnected Excel instance?

    Hi, Automating Excel is wonderfull. I program it quite offen and I quite enjoy it. I have a question: When a program with new a Excel.Application is broken and stopped, the created Excel instance will be deattached to any VBA variable. In this case, I need to be "End Process" manually in the window task manager. I do this more than 50 times in one day of programming. Without doing this, I once had found more than 20 Excel instances in the task manager. It is terrible. I tried following, the program broken at J=27 in my 1Gbyte RAM notebook. Dim J As Byte, mExcel(1 To 50) As Excel.Application For J = 1 To 50 Debug.Print J; Set mExcel(J) = New Excel.Application Next Stop My question is how can I scan all curre ...Show All

  • .NET Development Two references on the same instance

    if a parent object has a reference to an instance of MyClass and one of the child object (part of an IList property of the parent object) of parent has a reference to the same instance of MyClass, when i try to serialize the parent instance, will the formatter serialize one instance of MyClass will it be the same for binary and soap formatters ...Show All

  • SharePoint Products and Technologies Language Pack installer issue

    I have Office SharePoint 2007 installed on Server 2003 and using SQL Server 2005. Also installed is Designer 2007 and all available SDK's. When trying to install InfoPath 2007 and Forms Server 2007 I am getting a error: "The Lanuage Pack of this system is not supported by your system". Although it would seem obvious that I downloaded the incorrent installers, I do not believe this to be the case since I have tried each of them a couple times in addition to having someone else download the installer for me. Anyone heard of this before or have any ideas Thanks, Greg I meant to follow this up sooner but forgot. I found out what the issue was in case anyone else ever comes across it... "s ...Show All

  • Visual C# "<pre>" and "_pre_"?

    What does "<pre>" and "_pre_" respectively mean in the following code The code is at: http://west-wind.com/weblog/posts/1499.aspx   public static string DisplayMemoEncoded( string Text) {       bool PreTag = false ;       if (Text.IndexOf( "<pre>" ) > -1)       {             Text = Text.Replace( "<pre>" , "__pre__" );             Text = Text.Replace( "</pre>" , "__/pre__" );             PreTag = true ;    ...Show All

  • Visual Studio Express Editions running functions

    Hi All, I am new to C#, so my question may seem a little weird: I have this code: private void PrintPages () { PrintFirstPage(); PrintInformation(); } What I want to do, is that the user loads a page in the browser and I print it right when it is displayed. It is working fine, no problem. I want to print an "information page" after it. My problem is that the document the user loads is 10-15 pages long, the information is 1. As I see everything is sent to the operating system ( ) after the last "}". I was trying to find a way to send the contents of PrintFirstPage BEFORE PrintInformation is processed. I don't seem to find a solution. I have tryed Application.DoEvents(); bet ...Show All

  • Smart Device Development programming with HTTP connection through GPRS

    Hello everyone, I am developing a Windows Mobile application, using C/C++. It is an agent using HTTP(S) to communicate with server. And now I am using Cradle to test the application and it works fine. Now I want to test it using GPRS connection. I am wondering whether I need any change in my code Environment settings Do I need to change any settings in order to have better performance In GPRS, is it the same as connection using Cradle to communicate with HTTP server thanks in advance, George Thanks Manav! Does GPRS support HTTPS mgaur_MSFT wrote: Unless you're specifically asking for Cradle or GPRS connection your program should not require any change. Manav ...Show All

  • Visual Studio Express Editions resizing, noobish

    How can i resize the window and make everything dock like this [---------------------------------------- (X)] | | | a button | | | |_________________________________| would turn to this: |--------------------------- (X)| | | | | | | | | | | | | | |__________________________________________________________________ and so on.. that way it doesnt get all messed up Right-cli ...Show All

  • Visual Basic need help with offsets for LayoutKind.Explicit - unravelling a returned struct from unmanaged into managed

    Mathew Gertz pointed me in the right direction I believe in an earlier post. My P/Invoke is returning valid values for 'name' below at field offset 0 and other values as I can see in QuickWatch. StructA below is passed and returned from the unmanaged C++ dll with valid values. An error is thrown however; System.ExecutionEngineException was unhandled   Message="Exception of type 'System.ExecutionEngineException' was thrown." I would like to try Mathew's idea of using LayoutKind.Explicit rather than LayoutKind.Sequential which I am currently using. If I had <FieldOffset(0)> for the first member of StructA, can anyone help me with how the rest would look I would say Offsets would increase by     1. 4 after each Integ ...Show All

  • Software Development for Windows Vista Error calling events on a suspended workflow

    Hi, I'm running a state machine workflow, and trying to fire events on an existing instance, but getting the following error: {"EnqueueItemOnIdle cannot be called on suspended workflows."} System.Exception {System.InvalidOperationException} I tried calling the Resume() method on the WorkflowInstance immediately before raising the event, but that didn't make any difference. Any ideas how I can "un-suspend" the instance to allow events to be raised to it Many thanks, David Cowell Is your workflow suspended Do you have Suspend activities in your workflow or call instance.Suspend() from the host If so, calling instance.Resume() and the enqueing an event may s ...Show All

  • SQL Server windows server 2003 query

    I am following the MCTS Self-Paced Training Kit for Exam 70-431 (implementation and maintenance of sql server 2005) and one of the prerequisites is that I have Microsoft Windows Server 2003 running on my computer on an NTFS file system (NTFS) partition. Now am I right in thinking Windows Server 2003 is an operating system. If it is can I install it alongside XP Professional which I am currently running. I am currently afraid to go ahead with the installation as I am worried it will overwrite XP, which would be disastrous as I have a great deal of data on it. Thanks vik Are there some functions of SQL Server 2005 which work on Windows Server 2003 and not on XP Professional   If it is the case th ...Show All

  • Visual Studio Express Editions messenger tutorial

    I'm fairly competent with c# (thanks to this site), however i have no expirience with any sort of network coding, i was wondering if anyone could point me in the direction of a simple messenger tutorial, where two people can just send messages back and forth in visual c sharp express for me to get the hang of simple networking in a program. thanks in advance Matt Hi Matt ! This article on the CodeProject might be what you are looking for. (On the code project site you can find - beside many other topics - many articles about network programming of which the most come along with demo sourcecode ) http://www.thecodeproject.com/cs/internet/messengerx.asp This article describes a chat s ...Show All

  • Commerce Server Extending catalog search, best practise?

    I'm currently working on a project in cs2007 starter site where I need to extend the catalog search. What I need to accomplish is that when a catalog search has been performed I would like to present a number of filter dropdown-controls based on the searchible properties of the products in the search result, to give the user the ability to filter the search. It should work like the starter-site browse page but I want the filter controls to be generated based on the search result rather than on the selected category. What is the best way to tackle the problem How can I generate the dropdown-controls for the filter based on the search result Regards, Johan. Johan, It sounds like you are attempting to build a guided search. You may wa ...Show All

©2008 Software Development Network