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

Software Development Network >> Maria.'s Q&A profile

Maria.

Member List

Abhishek172
henk van noort
lcc.manuel
Nickthegreek
Cuno Evertzen
THE RAZI
BennyT
PrakashDgl
chadr - msft
BriceIt
GregStroud
Crilston
Jenny777
James White
HashPlus
Saila
craig0ss
Andrew Chapman
Vincent D. - Nolme Informatique
RonDielhof
Only Title

Maria.'s Q&A profile

  • Software Development for Windows Vista Using a Create Task Activity inside a While loop

    Hi I have developed a sharepoint sequential workflow. It consists of a while loop, inside which there are 2 activities (in a sequence)- 1. Create task activity 2. Code activity Code activity is used to set the test condition of the while loop. The loop executes successfully on the first iteration. But on the subsequent iterations, an error occurs in the workflow. My requirement is to create the task repeatedly as long as while loop doesnt exit. Is this possible Any suggestions would be valuable. Can you post the error you get so that we might be better able to help you debug it ...Show All

  • .NET Development SSLStream data out of order

    I am upgrading my FTP server to use SSL. I can successfully negotiate an SSL command channel in response to AUTH. I do synchronous I/O here, and all is fine. When the data channel is protected it immediately begins life as SSL. I use the same asynchronous I/O model for both SSL and non SSL modes, casting either SSLStream to a Stream, or casting the NetworkStream to a Stream to do the I/O. But when the data channel is SSL the data is arriving out of order. All bytes are always received, and the byte content is correct (just out of order). My question is, are there special restrictions, or setup required on SSLStream to do asynchronous re ...Show All

  • Visual C# how to format an email received through C# code?

      in my webpage i am receiving email number 5 from my yahoo account using the following code. ------------------------------------------------------------ POP3Client.POP3client Demo = new POP3Client.POP3client();   Demo.connect("pop.bizmail.yahoo.com");   Demo.USER("< my email id >");   Demo.PASS("< my password >");   Demo.STAT ();     Demo.LIST();      TextArea1.Value = Demo.RETR(5);   Demo.QUIT(); ------------------------------------------------------------- textArea1 is used to display the mail. am getting it work properly but th ...Show All

  • Windows Forms MDI Parent and panels

    I have created an MDI Parent. It contains 2 panels. One panel is used for navigation and the other to display child forms. In some cases i need to pop-up the child forms instead of viewing them in the panel. But then when the panel is visible i find that the poped up child form hides behind the panel. This problem got solved if i made the panel invisible. But then i want the panel to be visible and the pop-up child form need to be shown. How can this be achieved   Thanks and regards Madhu Srinivasan It sounds like you are mixing two different form architectures. Why are you using the second pan ...Show All

  • .NET Development Entering Table data error

    I'm using Visual Basic 2005 Express Edition Beta 2. I'm having a problem with the table showing up columns that I defined.  For example, in the pictures below, I've set up 3 columns:  Title, Rating, and Genre.  You can see the data type is fine, and i've set to no null entries.  When I go to enter data in the table, all that shows up is the first column, Title.  No matter how many columns I define, only one shows up in the table data.  I've included the error message too to see if anyone can figure out what it's trying to tell me.  Is there something I'm doing wrong   I watched the .NET Learning ...Show All

  • Visual Basic Safely Remove Hardware

    How to write vb code to unplug or eject the USB Storage Device safely     Does the device have a driver or DLL to control it The function you would want would be managed by routines in those most in a dll. if you can identfiy a dll in via the device manager, with luck you can obtain a lot of information examining the dll with depends.exe. I know depends .exe is in  <drive>:\Visual Studio 8\Common7\Tools\Bin. It may not be supplied with all versions of vs2005 if it's not, it's in the platform SDK.         ...Show All

  • Visual Studio 2008 (Pre-release) XAML Geometry - How can I do a reverse clip?

    Clip enables me draw only the area within a specified region. I want to draw everything BUT a specified region. Basically, I want to define a transparent ellipse, such that I can see whatever is underneath. Thanks NIK - I don't understand how Opacity would provide an inverted a clip. Here is a simplified version. The XAML below produces a red circle (the area clipped to display) on a white square. NOTE: Instead, I want a transparent circle through the red square, to reveal the white square underneath < Window x:Class = " WinFxGeometry.Window1 " xmlns = " http://schemas.microsoft.com/winf ...Show All

  • .NET Development Datatable From Datagrid

    As My ASP.NET page gets refreshed every time i clicked on runat server control having autopostback property true. Now as the view state of the DataGrid i am using is true so it retains all its rows and values. But my datatable which i have declared is initialized so how can i recover my existing datatable from my Datagrid. Ram Kinkar Pandey Infopro Inc. NOIDA, India > So what is your view shall i keep this in Session/Cache or make a DB trip again That's really a decision that needs to be made on a case by case basis.  Where do you see your application using the most resources, in DB round trips, or in the amount of state i ...Show All

  • .NET Development Unexpected Exception occurs when setting aspcompat=true

    David Thanks for your help. Here is my code for the page.  If I remove aspcompat the page is fine.  Also this has only happened since moving to beta 2 of Visual Web Developer. aspx <% @ Page Language ="VB" AutoEventWireup ="false" CodeFile ="test2.aspx.vb" Inherits ="test2" AspCompat =true %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server"> < title > Untitled Page </ title > </ head > < body > < form id ="form1" runat ="server"> ...Show All

  • Windows Forms Error when create Splash Form with a thread

    Hi I create a splash form in a thread and in the main form i have a WebBrowser control when I run it ...it error ...WebBrowser Control can't instantiated....please help me... splash form sf; mainform mf; ApplicationContext ncanh; public static void Main() { ncanh = new ApplicationContext(); Application.Idle += new EventHandler(Application_Idle); sf.Show(); mf = new QueryXMLDocument(); Application.Run(ncanh); } private static void Application_Idle(object sender, EventArgs e) { if (ncanh.MainForm == null) { Application.Idle -= new EventHandler(Application_Idle); ncanh.M ...Show All

  • SQL Server Reports in Landscape

    I am using Reporting services with ASP.NET/C#. How can I change print orientation of my reports to "landscape" Thanks, Rohit ...Show All

  • Visual Studio Team System Personas vs Actors

    Before nothing, I have to say that I'm new to this Personas approach, but I've read some stuff about that and what I understood was that the main point is to focus in particular users instead of a common profile. Well, I live in Brazil, here people don't use to be in the same company for too long (I always heard that in USA people use to work in a same company for a whole life), that creates a particular condition: if we focus in specific person, big are the chances that it would change soon, even during the development phase. With this in mind, would still be a good idea think about use of personas, or should we keep with the actors approa ...Show All

  • Visual Studio 2008 (Pre-release) Phantom Build Errors February CTP

    Since installing the February CTP I find my application fails to build and Visual Studio (Express Ed.) reported the following build error; "Error    10    The name 'MyApplication' does not exist in the current context    C:\ExampleApp\ExamplePage.xaml.cs" Immediately building the software after the error has been reported is successful.  Has anybody else found this problem With february CTP, i have some compilation errors in maepsace _Generated, i expose it in a post. To avoid this compilation error, i must close all documents, rebuild all solution and ...Show All

  • Windows Forms A Memory problem related to Window size

    After my program (a WinForm app) started, it cost about 70MB memory(from statistic of Task Manger). However, after I minimize the main window, it changed to 5MB, then I restore it to maximized state, it cost about 17MB memory. In all situation, the virutal memory cost is the same. Could anyone explains this Thanks! Hi Lei, The behavior you're seeing is actually true for all Windows applications, not just .NET applications.  You can find a decent overview of what's going on here: http://www.itwriting.com/dotnetmem.php -Shawn ...Show All

  • Smart Device Development how to connect to internet

    Hi, I have cradled my emulator, connected with activesync 3.8 and my desktop has cable internet. Now I'm trying to figure out how to connect to the internet on the emulator. Thanks for the help.   Vladimir Fedorov wrote: Once you have the emulator cradled you should have connectivity out of the box. One thing to do is to turn off the NE2000 emulation (File\Configure\Network Tab) before cradling the emulator. Thanks, Vladimir yes. NE2000 is turned off. emulator is cradled and connected thru activesync. When I try to open some website with PIE I get the msg "cannot connect with current connec ...Show All

©2008 Software Development Network