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

Software Development Network >> Roxana Goidaci's Q&A profile

Roxana Goidaci

Member List

Ian_Ian
bilogik
Pranav Shah
dwshowtime
Peter Larsen
Rosdol
silvarea
srirams
MaungMaung
Timothy1170
jazg
Fernando Ipar
FY
ExcelinLondon
mike247
Craig_inb
mGreenway
Laureate
finnsoft
frida
Only Title

Roxana Goidaci's Q&A profile

  • Visual Studio Team System Project deletion and Branches

    Hi all, Here is the background of my problem: I have a main Project in TFS where all developpers are working on I created several project, as branches of our main project. After a while, I deleted couple if these test branches (using TFSProjectDelete command). The problem is that if you look at the history of files on the main project, , you can see all branches that have been performed (even the ones that are not existing anymore). I would really need to get these branches to disapear (as they interfere with real branches & confuse people)... Thanks in advance, Steeve. The only wa ...Show All

  • Visual Basic Graphics question

    Hi there, I'm not sure where is the best place to post, but here goes anyway... I'm planning to make a graphics program in Visual Basic. Although I used Visual Basic a long time ago, and have somewhat of a knowledge of programming, I am by no means expert (you might say barely past beginner) and have been more of an enthusiast in the past (my real job is design and animation). Recently, I downloaded VB Express and decided to take the plunge again. Before I start cramming all the information that is out there into this tiny brain of mine, I basically have a few questions before I start re-inventing the wheel: 1. Is there a way (s ...Show All

  • Visual Basic Assignments within expressions

    Will VB ever allow for assignments within expressions   I've boggled over translating simplistic C# code into VB.NET code many hours since VB doesn't allow this.  Take the following two code pieces for example: while (--n >= 0) {     // do some code }   And while (n-- >= 0) {     // do some code }   This may seem simple to translate at first, but only if the variable n is used inside the loop.  If it is referenced outside the loop, it can be different values, based on whether the '--' is prefix or postfix. This is a simple example, but imagine more complex express ...Show All

  • Visual C# move to c#

    Hi, I have been asked to convince the IT director that we should really be moving to c# instead of vb.net Any tips on this particular topic please Thanks Hi! Wrong idea from the start - C# & VB.NET is the same things. Just different syntax (personally I like C# much more). So technically they are the same. Also .NET is environment where C# & VB & C++ & J# programmers can work together, just in separate assemblies. For me, C# is preferrable. Most people in VB or newbies in C# do not know what is behind designers or copy/paste programming, but they believe they can do great stuff. Most professi ...Show All

  • Visual C# C# Equivalent To VB 'do events'?

    Is there a C# statement which is equivalent to the VB 'do events' statement   I have a window which does a while loop (while webbrowser.isbusy) and the window will not refresh during this loop.  Is there a way to force or enable the queued-up Windows messsages to fire during this loop TIA, rca Hi, The best approach to that is by creating a seperate thread. Lookup on Threading, and Form.Invoke on MSDN... cheers, Paul June A. Domag ...Show All

  • Visual C# Some question about messagebox

    1-How can I write more than one line in a messagebox For example I want to write "Hello" in the first line and "Goodbye" in the second line. And If I can't write more than one line in a messagebox what can I do 2-If I can write more than one line in a messagebox how can I write it right to left Hi You can write multiple line message by inserting special character in the message. for example Hello\nGoodbye will appears in two lines ...Show All

  • .NET Development Sql Connection Hang

    Hi, I am using .NET 2 (beta2) and are having problems with using a SqlConnection. I have created a test application that opens a sql connections, gets some basic data and then closes the connection. When i run this application as the administrator it works fine.  However if i run the application as a standard user the application hangs indefinatly on SqlConnection.Open(). I dont get any time out or any exceptions.  It just hangs there. I am using SQL Authentication. I have tested this on many computers and the same happens. My main issue is getting this to work on Windows2000 Server (Sp4). thanks Arran   ...Show All

  • Visual Basic How to execute click, some select, input text in HTML page, using WEBBrowser Control (VS2005)

    I use new WEBBrowser control (VS2005) in my program (WinForm) for open web site. (VB2005) After using method "navigate", in my webbrowser control I have HTML page from some website. This HTML page  has some input button with events  or input text control or other interactive control on it. I can click with mouse on that buttons or input text from keyboard or select value from combo box to send this page back. question: How I can execute this  from my program code, using property and methods WebBrowser control Thank for attention. Hi, You can do it by accessing the ...Show All

  • SQL Server FTS CONTAINS not working

    Hi There, I have table called tblFileInfo, full text indexing is done on the field KEYWORDS FTS is enabled on the server. I have done full population. If I use Like 21 results are returned, but using Contains is not returning any results what may be the cause. 0 results returned Select * From tblFileInfo Where Contains(Keywords,'abc') 21 results returned Select * From tblFileInfo Where Keywords like '%abc%' Regards Rohan Hi Rohan, I'm currently marking one of Jingwei's replies as a correct answer until you provide more information for us to reproduce the problem. You can unmark the question as being a correct answer and this will ...Show All

  • Visual C++ ATL Server Performance Monitor classes and PERF_ELAPSED_TIME.

    I am using the ALT Server performance monitor classes to create performance counters. The performance counters that are defined as PERF_COUNTER_RAWCOUNT are working perfectly. The performance counters defined as PERF_ELAPSED_TIME are not. // Definition for the performance object DECLARE_PERF_CATEGORY_NO_INSTANCES(QuemonPerfObject, 1, _T( "Quemon" ), _T( "Quemon Performance Objects" ), -1); // Definition for the two performance counters DEFINE_COUNTER(UpTime, _T( "Quemon Up Time" ), _T( "Amount of time QUEMON has been running" ), PERF_ELAPSED_TIME, 0) DEFINE_COUNTER(NumWorkqu ...Show All

  • Windows Forms shared SQLconnection accross all forms.

    okay.  I decided that making a connection to the database eachtime each forms opens up is a bad idea.... bad idea in the sense its slow....  is possible to share a sqlconnection from form to from by using a class. like this ---------------------------------------------- Public Class myFormlib     Public Shared my_con As SqlClient.SqlConnection End Class then in any form m ...Show All

  • Smart Device Development couldn't find resource assembly

    Hi, I'm getting "couldn't find resource assembly" msg. when i execute the apps in wireless mode. (via AP) In USB connection it's working well. PDA is pinging with notebook. i refered : http://blogs.msdn.com/netcfteam/archive/2004/08/06/210232.aspx http://www.google.com/search hl=en&q=Could+not+find+resource+assembly I added system.SR.dll as a reference.Still getting the same error. What could be the reason how to solve this Thanks The error occurs when the localized assembly with the error messages can't be found on the device. If you install the System.SR cab for you ...Show All

  • Visual Studio How to add or remove template files in the target (exp) environnement?

    Sorry if this has been answered already, but I have not found any answer to this question. When I run a successfully built model & designer project (like I was a customer of my DSL), I have two files <myLanguage>Report.ReportTemplate and <myLanguage>ReportVB.ReportTemplate. Where do these files come from How can I suppress them how can I create others I don't mean the content of these files (I have seen some docs on T4, and the walkthroughs talk about it as well), just the files itself. The solution is probably obvious but I can't find it Edward has it spot on. We'll support exactly this problem in the d ...Show All

  • Visual Studio Release 2!

    So I got a marketing email for a new product called xCelsius from BusinessObjects, but I did not receive anything to tell me that Release 2 is available. I went to their website to see if there was an update as to the release time frame and instead found a download page. http://www.businessobjects.com/products/reporting/crystalreports/xi_release_2.asp Thank you so much for posting this. I had a serious problem after opening one of my CR XI R2 reports in an ASP.Net project - basically as soon as I did that it shut down VS and then automatically rebooted the PC! This happened 3 times on the trot before VS go ...Show All

  • .NET Development Problem with XHTML entities

    I want to load an XHTML document into an XmlDocument named doc. The data comes from a stream named stream. doc.Load(stream) throws an XmlException: Reference to undeclared entity 'nbsp'. I figured out why. The document uses common html named entities but it has no DTD header. The problem is described here too: http://blogs.pingpoet.com/overflow/archive/2005/07/20/6607.aspx . At the time of writing this URl doesn't work, in short the guy's solution is: he hacked a DTD declaration into an XmlParsingContext, and it worked for him. I also tried to manually place a valid DOCTYPE header into the document itself, and it worked too. The loader fo ...Show All

©2008 Software Development Network