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

Software Development Network >> George.Saliba's Q&A profile

George.Saliba

Member List

Nisith Paul
Struggling_Bill
DevboyX
castufari
vivek kakkar
Yousuf Khan
Yogi Verite
Kjeld Tommeraas
TRISS
CharlieCharlie
thephatp
Awaneesh
Gerald12345
Slimer74
MarcHoeppnerNeoGeo
Marinko Karanovic
Dieterdp
Bondeson
jason d
OL56814
Only Title

George.Saliba's Q&A profile

  • .NET Development Garbage Collection information with .Net controls hosted in IE?

    Hi, Currently were moving all out IE hosted java controls over to .NET, we have a two framed web page, the top frame contains a server client that recieves messages from a server stores various information and also fires various events to which controls in the lower frame can register for and act upon. I've noticed a problem where by when the lower frame loads another web page that the controls that were hosted in there are still active in ...Show All

  • Visual C++ Please help me about VC++.NET on Linux

    I need help on using VC++.NET for developing applications for Linux. The application i want to work with is a security (biometric) application which involve an authentication system using a biometric mouse. The mouse is attached at USB port.If any one can help me on this..... You are a good person Brian... If you get any more info about the topic then just send it to my mailbox at malikamirshehzad@hotmail.com ...Show All

  • Visual Studio Express Editions Searching for Text

    How can I search for Text in TextBox or in Rich TextBox like that Find button in notepad and Wordpad Please help in this and tell me if it just code or if there is a tool to do that. Thanks. Use the 'Contains' or the 'IndexOf' methods of the Text property of the textbox or rich textbox to search for strings. 'Contains' will return a boolean value indicating whether a string contains a particular substring. 'IndexOf' is more ...Show All

  • Windows Forms Validate Textbox

    Hi, I want to validate my textbox, which is contain string value. i want to restrict integers, special characters to that textbox. thank you, best reguards. private void textBox1_Validating( object sender, System.ComponentModel.CancelEventArgs e) { // Validate integers and these characters: "%", "$", "#" and "@" string  pattern = string.Format("[^0-9,%$#@]"; e.Cancel = System.Text.RegularExpressions.Regex.IsMatch(t ...Show All

  • Visual C# It's possible to implement Enum.Parse<T>( string )?

    The API for the RTM is the same as it was in 1.1, but generics can be leveraged to improve this. Thanks, In fact, somebody has already made this suggestion: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=4dc5a86e-6645-44fd-8cc6-154c8ffa2dad ...Show All

  • .NET Development <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> Error Message

    I get the following message when I try to use the below configuration. I tried taking out the xmlns and got a real error. What am I doing wrong HELP!!!! I tried taking out the xmlns and I get real errors. I am new so could put exactly what I need to do. Thank You < configuration xmlns = " http://schemas.microsoft.com/.NetConfiguration/v2.0 " >   Message 1 Could not find schema information for the element 'ht ...Show All

  • Visual C++ Application will not launch when double clicking on file.

    Hello there, I am writing C++ applications using MFC on Visual Studio .NET 2003.  My app has several list ctrls (class CListCtrl) which are populated by data from a serialized file.  If I launch the application first and then Open a file everything works fine and the list ctrls populate properly.  If I launch the app by double clicking on one of it's files I get an assertion failure as soon as the code trys to access the list ctr ...Show All

  • Windows Forms Child Form Location Problem

    Hi all,    i has a MDI application in which there are 5 child forms and a parent form. i made all chid forms     1) borderstyle to none,    2) control box to false,    3) window state to maximized  so that every&nb ...Show All

  • Visual C++ Newline in TextBox.Text property

    I am programatically changing the value of a TextBox's Text property, and I need to be able to create newlines in the text for it to be readable.  I can use the /n escape character when I'm creating a command line tool, but when I try to use it in the value of TextBox's Text property, it won't work.  It just displays a little line.  Any help is appreciated! ok actually the other guy was ...Show All

  • Visual Studio Team System Checking in/out project does not check in/out all files as expected

    I am noticing that in a couple of our projects when I check in or out the entire project not all items are checked in/out as expected. This behavior does not happen with all projects. This seems to happen when I check in/out these projects from within Solution Explorer when right clicking the project and choosing "Check in" or "Check out for Edit..." We are using Team Server Beta 3 Refresh with Visual Studio .NET 2005 RTM. Does anyone know why t ...Show All

  • .NET Development ADO.net, how to use INSERT statement

    when execute insert statement, happend exception "fail to connect datasource". if change the value( , , ) to real value(3,'dfdf',11). it work well. so it prove that it can connect to DB. and execute select statement, no problem. why insert can happened the problem how to handle it CageNo defined to AutoNumber, CageName to Text and Food to Number(long integer) in Access. Any help, i will appreciate it. using System; using System.Drawing; us ...Show All

  • Visual Studio Team System user or group might be in a different domain

    I have just set up a dual server installation. Everything seems to have installed correctly. When I try to add a member to the team foundation groups using the "add users and groups" / "windows user or group", I get the error: Team Foundation Server could not resolve the user or group [user display name here]. The user or group might be a member of a different domain, or the server might not have access to that domain. Ver ...Show All

  • Visual Studio Team System Error on FX Cop Home Page

    http://www.gotdotnet.com/team/fxcop/ Has a link to the old forum This problem has been resolved. You can expect to see the update on www.gotdotnet.com within 24 - 48 hours. Thanks again for the problem report, Michael ...Show All

  • Visual Studio 2008 (Pre-release) PeerChannel message loss and more test data

    Here's the latest in my attempt to find a reliable configuration for PeerChannel to handle large volume enterpries messaging, and some new test results. When I first started playing with PeerChannel, it seemed like it lost messages very easily. Then I found that by adding an Application.DoEvents or a small sleep in my tight sending loop, things got better. A lot better: a couple of days ago I posted test results where I never lost a single me ...Show All

  • SQL Server Problem with nested INSERT EXEC

    Hi All, I am having a problem with nested insert exec. Say for example I have three stored procedure procA, procB and procC. I am executing procedure procC in procB; I am storing the values returned by procC in a tempTable. The code is INSERT INTO #Temp EXEC procC And in procA, I am executing procB, and the values returned by procB are stored in another temp table. The code is INSERT INTO #TempOne ...Show All

©2008 Software Development Network

powered by phorum