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

Software Development Network >> Florin Sab?u's Q&A profile

Florin Sab?u

Member List

fireice
Martin Smith
itsonlyme4
Dylan Phillips
lalug
Behzad Karim
B-me
Jackrv
Kaamp
Eduardo Martinez
MattFunke
Colin Hardie
Ruslan Inozemtsev
Joe H
ggciubuc
Code Dragon
Nazgob
Pirringer
cloudstardust
Marko Seifert
Only Title

Florin Sab?u's Q&A profile

  • Visual Studio Team System Strange behavior from IDE while running tests

    I am following the "How to record and run a Web Test" walkthrough. If I go to the Test View panel and select "Run Selection" on my coded web test, everything goes as expected. However, if I hit F5, as is my habit, it starts by running a manual test (and I tell it to pass this test) and I stop debugging at some point. But then the IDE seems to get stuck in a state between debugging and not-debugging. I cannot edit files without getting a warning dialog about being in debug mode, but the Debug menu shows that I am not debugging. If I try to run just my coded web test (which will normally run fine), it throws an exception. I have to close the I ...Show All

  • Visual Studio Team System TestManagement: creating workItems for test lists (manual tests)

    I'm evaluating testmanagement capabilities of the Team Suite now. I liked tests, testlists, test->workItem links... but what I'm really lucking now is the ability to assign the run of some tests (test lists) to a particular test engineer. Originally I was expecting that it would be quite easy to do using work items but still I don't know how to do it. Moreover, I have met the following phrase in msdn: "The manual test cases they develop would be checked into source control and can be associated with work items in the same fashion as developer code" . Is this the only way Francly speaking the usability of such approach is ...Show All

  • Windows Forms Form.Focus() and Textbox Enter event not working

    Hi everybody,   I am trying to put focus on the second form called from the first form. I am not using MDIForms. How exactly to fixed this Focus() and Activate() does not work. Also, the enter event of Textbox is not working as it should, when you pressed enter it should execute the codes inside it. This works in C# fine. Thanks in advance. This code below place on Load event or constructor has the same effect [code]     Me.EnableMenuItems(False)      '   Me.Hide()         ''Calls Login Form first       &nb ...Show All

  • Windows Forms Is anyone updating http://www.windowsforms.com/

    There doesn't seem to be any recent content, has the site been retired I wouldn't think so, as the forums are reasonably active. It has been a while since the main content was changed (since the whidbey info went up), but I'm guessing with the recent MS reorg that means the windows forms and vb.net teams work closely together, some resources may become available to update it Cathal ...Show All

  • Visual Studio Express Editions two different text in same TextBox

    hi there i wonder if i can use two text size or two color or two font-family ... in one TextBox I just want to know thats all I'm beginner and I love to learn some tips and tricks especially if the code will be shorter its will be better for me and for everyone want to used it just tell me if I can do that with textbox or label ...Show All

  • Visual Studio Team System Visual studio locking up when doing TFS stuff.

    Hi, I am wondering if anyones else is having a similar problem as me. It seems at certain times when I do various actions (getting latest code, checking in something) the action completes and then Visual Studio locks up to the point where I have to kill the devenv.exe from the task list. It has happened to me quite a few times now. I am running the VPC image for the server and have installed the TFC from the en_vs_2005_tfs_trial.iso file. I really like the product and have convinced my manager we should move to it but I can't really do that in good faith if the team is going to lock up frequently. Cheers, Clint Well I w ...Show All

  • SQL Server sp and joins... please help!!

    Hi all I am writing a sp to returns sales data, unfortunately the only to collate the data is to make 2 tempory tables, the problem I am having is joining them... the office id is unique in both tables and the 2 tables I am trying to join are #target1 and #bookings select cast (office_id as varchar (10) ) , cast (bo_office_id as varchar (10)) from #target1 inner join #bookings on #target1.office_id = #bookings.bo_office_id the error I get is: Server: Msg 446, Level 16, State 9, Line 1 Cannot resolve collation conflict for equal to operation. any ideas thanks Richard using the same t ...Show All

  • Visual Basic Accessing a listview Item!

    How to get as string the items of a list view   Textbox1.test = listview1.items(0)   I could force it to string   like : Textbox1.test = listview1.items(0).tostring But it still gives junk Thanks spotty.. I think I know now how to access the subitems too listview1.items.(i).subitems(1).text Thanks any way ...Show All

  • Windows Forms Watch the clipboard

    Hello, I'm just making a quick and dirty little windows forms app that will watch the clipboard for any text values, determine if the first character is a "£", and then attempt to convert it to a double, remove the VAT from the price and put the updated value back onto the clipboard. I have all of the price & conversion logic working ...Show All

  • Visual Basic Problem with Socket?

    It is possible to create a client/server system with sockets without having that to define an IP to connect itself to the server I have a system in vb6 but I am not obtaining to translate into net 2005 Thanks Bottom line is no. You could rephrase the question: Is it possible to send an e-mail to someone without knowing their address Having said that, you can 'broadcast' messages to everyone: this is really only useful to send out an 'is anyone out there ' message, and the server respond with an 'i'm here at xyz address '; the conversation will then continue through a connection established to that address. ...Show All

  • Windows Forms COM Interopt - is it all STA or single threaded?

    Question -  I'm using the "AxWebBrowser" component and it's requiring that I create the instance using the STA model in my Main() method for my hosting WinForm. Are all Interopt compoenets STA    And if not is there a way that I can either: A) modify the compoent so that I can use MTA B) a better web browser component that does support MTA. T ...Show All

  • Visual Studio Team System Upgrading from limited version

    Can anyone tell me if it is possible to upgrade the RC version of TFS (one which is limited to 5 users) to full version since we now have bought the full version. If so how I have uninstalled and installed the TFS Server, but trying to add users using TFS Team Edition on a different desktop, but it keep telling me: Team Foundation Error TF50626: Maximum users (5) in licence group. Unable to add John Smith. Any ideas Thanks. UPDATE: I have found out that that file 'Microsoft.Teamfoundation.dll' is version 8.0.50727.147 . So it is the RTM version, yet it won't allow me to add any more us ...Show All

  • .NET Development CAS some more. . . .

    Ok. . . I think this is where I need to begin - 3 assemblies    MyApp.Utilities.dll  - strongnamed     MyApp.exe  - strongnamed    MyApp.Permissions.dll  - strongnamed with StrongNameIndentity LinkDemand applied (this prevents linking to an assembly that doesn't have my strong name and applying my permission to an imposter)    In MyApp.Permissions.dll, define my own action enumeration which are asserted/evaluated via sealed extensions of CodeAccessPermission and CodeAccessPermissionAttribute, implementing the appropriate abstracts and overrid ...Show All

  • Visual C# IDE Deletes my code

    Hi, While using the Visual C# IDE to build a somewhat complex form (about 60-65 controls), I added a SplitContainer control to manage the layout of some of my controls.  After a couple of minutes of playing around with the properties of the SplitContainer, the IDE deleted all of my code from the form - ALL of it !  Fortunately, I was able to pull a copy off a backup drive.  I restarted the IDE and started making some more changes to the form, but the second time around I stayed far away from the SplitContainer control, and the IDE deleted all my code again !  Ive lost almost 2 days worth of work. I dont kn ...Show All

  • Visual C++ Appending data to an edit box

    Hello, I need some help in appending data to a dialog box. I am not sure how to go about this. Basically I have file of type CScrollView that prints out my hex files using the OnDraw function that writes directly to the screen. 80          89 99 90 90 98 70 .....     90 80          89 99 90 90 98 70 .....     90 80          89 99 90 90 98 70 .....     90 It is appending data at different locations using the CDC class. I ...Show All

©2008 Software Development Network