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

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

Mojca

Member List

BobH
CharlieCharlie
Fredrik Wassberg
aHAB
gabigpa
kavallo
Kitz
105
Roger Garrett
Pubsnack
**Bob
PareshGheewala
Mark with unique display name
Jesse Bradlee
newbie777
Tom Bowersox
TokenWorks
c0r3l
Laurent
Johan L
Only Title

Mojca's Q&A profile

  • Windows Forms Problem with applications launched from a html link.

    Hi. I'm building a smart client application and have decided to go for the no-touch deployment moddel. I can live with the security restriction such as only read/write files trough dialogs, only talk to web services on the server launching the app e ...Show All

  • Windows Forms TreeView scrolling up

    I have a TreeView control that when expanded is way too big to fit on one screen vertically. I have coded drag drop stuff which works absolutely fine except for one small flaw. If I am dragging a node downwards, the TreeView scrolls down when I get to the bottom of its area to bring the stuff below into view. If I need to drag a node upwards then the same thing doesn't happen. This means that my users can't drop a node onto one which was above t ...Show All

  • Visual Studio Express Editions Out of date error

    After I build a C++ program that compiles and links without error I use F11 to step into the code so I can place a breakpoint. When I do I get an error saying my project is out of date. It seems like it cannot be out of date if I just compiled it. I can turn off the message by responding to not be prompted again. I really don't want to do that because it might cause trouble later. Could someone please tell me why I am getting this message ...Show All

  • Visual Basic Process eating 99% of Cpu time vb express

    I am relatively new to visual basic so please bear with me. I am trying to write a program that loads a web page, retrieves certain information, and reformats it for display. I have been able to write the part of the program that retrieves the information and reformats it but I am having difficulty getting the web page to load. When the program runs it eats up 99% of the Cpu time and does not allow the web page to load. I have a while loop after ...Show All

  • SQL Server Adding custom property to custom component

    What I want to accomplish is that at design time the designer can enter a value for some custom property on my custom task and that this value is accessed at executing time. I thought this would involve adding a IDTSCustomProperty to the ComponentMetaData.CustomPropertyCollection and the right place to do this to mee seemed be in the ProvideComponentProperties() method: IDTSCustomProperty90  property = ComponentMetaData.CustomPropert ...Show All

  • Visual C# data gri9d

    i need to look at cell in the data grid obect. I am not sure if this code is right. Could you please let me know foreach ( DataGridViewRow dgr in XMLelement_dataGridView.Rows) { // start of for each if (XMLelement_dataGridView.Rows[0].Cells[0] } } I just got done figuring this out. Here's how I did it: private void Dgrid1_SelectedIndexChanged( object sender, System.EventA ...Show All

  • .NET Development Error while sending email using ASP.NET 2.0 Beta 2 (Visual Studio 2005 Beta 2)

    While trying to send email using <code> SmtpClient obj_SmtpClient = new SmtpClient (); obj_SmtpClient.Host = "" t; obj_SmtpClient.Send(s_from, s_recipients, s_subject, s_body); </code> I get the error message: Failure sending mail. Unable to connect to the remote server An established connection was aborted by the software in your host machine at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, So ...Show All

  • Visual Studio Team System Excluding files from FxCop analysis

    Is there any way to exclude files from analysis using FxCopCmd   We have a solution that uses a COM DLL via interop, so when FxCop analyses the project output it reports this as an error.  We are using an automated build script (NAnt), so I want to avoid specifying the individual file names to check (as it is one file among about 20 in the output) if I can.  I can ignore the warning in Nant, but I'd love to have a "clean" solutio ...Show All

  • SQL Server ANYONE PLEASE - Local Synchronization Between SQL Mobile and Local SQL Database

    Hi Everyone I am at the stage of architecting my solution My goal is to develop the system on a windows application and pda There is a central server which will create a publication called inventory The laptops which host the windows application will be subscribers to the central server using merge replication The client now wants the PDA using SQL Mobile to synchronize with the local subscirber database on the laptop using active ...Show All

  • .NET Development Uploading and downloading files to and from remote system using c#

    Hi, I have two systems connected via internet at my home. I want two c# applications, the fisrt application uploads the files from a specific directory to the other computer. The application on other computer detects the incoming file, gives a discovery message, and automatically downloads this file to a specific location. Can you please tell me how can i build these two applications. And if possible, the applications should run as w ...Show All

  • .NET Development Client found response content type of 'text/html; charset=UTF-8', but expected 'text/xml'.

    my company has a soap webservice exposed.... a python webservice... my duty is to have my application consume the exposed service. c# is unable use the service whe i try to set the reference to the service. Client found response content type of 'text/html; charset=UTF-8', but expected 'text/xml'. that's the error that am getting ... any one knows how to consume a pythong web service Thanks guys girls Hi Gary ...Show All

  • Visual Studio Team System Working with multiple team projects in Team Build

    Looking at Manish's blog: http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx I'm wrestling with the best source control structure to use including when and why to use seperate team projects etc. In the above scenario I cant see why you wouldn't just include the framework libraries in the same team project as your application code, unless that is you want to use a different process methodology for each. Is there any other re ...Show All

  • Windows Forms Terrarium 1.2 Server -> Peercount fix

    I think I've got a fix for the peercount-defect in Terrarium 1.2 server, which is currently always showing 0 (zero): Open /program files/Terrarium 1.2 Server/WebSite/controls/ServerStatus.ascx, and find the line: peerCount = peerService.GetNumPeers( "2.0.50418", "Ecosystem"  ...Show All

  • Windows Forms How can I add collection of control like VB6?

    Hi all, I want to know how can i have the collection of controls in .NET like VB6 does  I mean I want to have 4 textboxes with the same name, using index TextBox1(1->4), how can I do that Thanks alot Check the controlarra ...Show All

  • SQL Server SendResultsEnd Method

    Hi, I want to learn what is going on Example: Production Scheduling at http://msdn.microsoft.com/sql/learning/prog/clr/default.aspx pull=/library/en-us/dnsql90/html/sqlclrguidance.asp First, please interview Production Scheduling example. I'm curioing about SendResultsEnd method. foreach (Item item in items) { // Compute the schedule and report it item.ComputeSchedule(); item.OutputSchedule(pipe); ...Show All

©2008 Software Development Network

powered by phorum