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

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

Hannotje

Member List

CTARP2
James Walters
jhaxter
EastShores
Tomasz Staroszczyk Poland
AndrewWheeler
domi
Carl Mailloux
TonyYesItsMe
adavis2
mian mahboob
wiz
Kent Ogletree
Sami Zaghloul
Vista lover
SammyLim
SQLBOY36
Gary 1981
Turru
mabeghin
Only Title

Hannotje's Q&A profile

  • Visual C# how can i get a substring in a string and then change its color?

    for example if I type /* in the textfield all preceding characters should change to color green and when I type */ the change should stop. You have two options. 1 - use a rich text box, and parse the text so that you change the color 2- write your own control derived from the textbox to do this. ...Show All

  • .NET Development Difference between Dispose() and Close()

    Hello All, This regarding the difference between Dispose and close(). I have quite large amount of data transactions and queries taking place in the database. when huge data is proceed i get connection closed error. Then i changed my code to close() dispose() I wanted to know whhether this the right way to implement. Please advice !!! Regards, Shalini No you just need to call close..no need to call dispose. IDi ...Show All

  • Visual C++ Failure to rebuild after .hpp files are modified

    I've just installed the released version of Vsiual C++ 2005 Express after being a beta user for months. I used the uninstall tool and the installation went smoothly, but I find that now projects don't always get rebuilt when they should. I'm not using explicit makefiles or anything fancy, just ordinary console application Win32 projects generated by the wizard. After I modify a .hpp file that is included by a .cpp file in the project, whether o ...Show All

  • Windows Forms TaskVision server 1.1 install fails on Windows Server 2003 Enterprise

    After RTFMing the TV Server install doc at http://microsoft.com/downloads/details.aspx FamilyId=53C3B52C-0544-4A03-A79B-ECE6D500B8A7&displaylang=en and making sure that everything is as prescribed there (at least I think so) I'm still getting the error  "The parameter is incorrect."  in&nb ...Show All

  • Software Development for Windows Vista ServicedComponent shared Transaction

    A more general question about how Transactions are promoted and propageted: Considering I have a COM+ Server Application with multiple ServicedComponents, I have a client making use of multiple ServicedComponents and the clients wants the calls to the serviced components to be transactional. The ServicedComponents are not JustInTimeActivated and support therefore not the "old" transactional style. A client would do the following: u ...Show All

  • Windows Forms PROGRAMMING STUDENT NEEDING URGENT HELP FOR ASSIGNMENT

    If anyone would be so kind as to help. I need to write the code of a button which will display the factors of a number (as entered in textbox by user) and display them in a listbox.  Also need to code a button that will disp ...Show All

  • Visual Studio Loading Help slow...

    On my Dell Dimension 8200 (1.8 GHz, 512 MB RAM, Windows XP/Pro) loading help in Visual Studio 2005 is very slow. It takes up to two minutes (!) before the help screen opens in its own window after choosing Help from the menue or pressing Ctrl-F1, H (or some other letter). Once opened, performance is o.k. until I restart Visual Studio (having closed all instances). During load I can't do anything in Visual Studio 2005 whithout getting a "Delay No ...Show All

  • Visual Basic Saving and opening files

    I have looked and looked for weeks now. I have made a simple form that has textboxes and yes no listboxes. All I wanna do is be able to save the user inputs. Or open a saved file of an existing form that has been completed. YES I dont get it!!!! I know that you probably can code 10 ways to accomplish 1 task but on every application they all have standard menu's. How can this be so hard Ive gone through and found streamwriter and s ...Show All

  • Windows Forms OpenFileDialog: limited no of files

    My application uses an openFileDialog to allow the user to select multiple files for processing. Sometimes quite a lot of files (9000+) which breaks the application. It seems that there is a limit to how many files the user can select. When this limit is exceeded, the FileNames property array does not contain all the files selected and the last filename in the array gets truncated. The truncation depends on the actual length of the names of t ...Show All

  • Windows Forms ref a value on existing instance of a form

    I am trying to get access from form2 (opened by form1) to a textbox value on form1.  I created a public variable in form1 to store the value of the textbox in form1.  I know how to get an instance of a new form and get that value, but it doesn't do me any good because the data is not loaded in the new instance.  I need to get the value of the variable from the existing instance.  I have found the following on google, but I ca ...Show All

  • Visual C# Enter button sensitivity in Console Apps (C# Express)

    Hi I've been trying to run a program which asks a user for coordinates of several lines.  The code then uses pythagoras to calculate the length of these lines.  However, the problem that I'm having is when a user enters the first coordinate and presses enter, they get no opportunity to enter the remaining ones.  It's alomost as though whne the enter button is pressed, the program thinks it has been hit more than once and skips ...Show All

  • Visual Studio Team System many applications sharing framework projects, and each on a different version

    I have several applications that share a set of framework projects. Each application uses a different version of the framework projects. Can I check out multiple versions to support multiple checked-out applications, or do I have to check out separately It might sound goofy at first, but originally we just created project references to the framework projects. But this assumed that all of our applications would always use the latest version ...Show All

  • Visual Basic free from microsoft.visualbasic.dll with vb.net

    Hi, In vb.net, if string comparison operators (=, <>) are used, vb.dll will be loaded even if the app does not make any reference to any vb-specific features such as "My". Is there a way to remove this dependency while the string comparison operators are still being used ...Show All

  • Visual Basic Passing a value from form to form

    What is the best way to pass a value from form to form Do I use a global variable or is there a parameter style way to do it Is there some other way Thanks for helping a newbie. Hmm...tell a little more about your problem. Do you close the first form (the one that contains the information) or do you have two forms and just want to share information between them ...Show All

  • SQL Server No access from Application to SQL Server 2000

    I have installed the SQL Server 2000 and its up running. I can connect to the database direct as administrator, but my test application(asp.net 2.0) returns an exception. SqlConnection sqlConn = new SqlConnection( " data source=10.61.90.24;initial catalog=testdb;persist security info=False;user id=sa;pwd=data;Type System Version=SQL Server 2000;" ); sqlConn.Open(); I receive this exception: An error has occurr ...Show All

©2008 Software Development Network

powered by phorum