Software Development Network Logo
  • .NET Development
  • Visual Basic
  • Audio and Video
  • Windows Vista
  • IE Development
  • Visual FoxPro
  • Visual C#
  • Visual C++
  • SharePoint Products
  • Windows Forms
  • Microsoft ISV
  • SQL Server
  • VS Team System
  • Game Technologies
  • Visual Studio

Software Development Network >> Reggie Chen's Q&A profile

Reggie Chen

Member List

Jamie Thomson
Toni Greco
MaryOS
autistic_clown
Thunder2002
Polarbear541
edukulla
Jon_V
DarrellMerryweather
SynergyNT
Exploder
Thorri
tornin2
Evan Mulawski
Arnoh
StarsFire
GTH
incendy
dbaf
ar_pad
Only Title

Reggie Chen's Q&A profile

  • Windows Forms Combo Box Problem

    Hi, All my problem is quite simple but I am just stucked. First I would like to ask what is the best way to populate combob box in windows application. Some articles says datareader and some say using dataadapter then put into dataset n finaly in datatable. I am quite confuse over here. Now I am trying to use a datareader to fill a combox and getting an error of IList not support member. Can some body show me how to fill the combo using datareader. Another extra question is that beside the data that I get from the database I want my first line the combo to show a value like "Please Make A Selection" how can I insert this line as the first in the combo which is not part of the database. I wish to thank if any body could help ...Show All

  • Visual Basic show dialog form

    Hi, I have a event click from a menu item that opens a dialog form. ***************** Code from main form that open a new form ******************* Private Sub MenuItem_GereFicheiros_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem_GereFicheiros.Click Dim frm As New frm_configFile frm.ShowDialog( Me ) frm.Dispose() End Sub My problem is when, in dialog form, I click button to save data and when goes "END SUB", close the form. Why this happens ********************** Code from dialog form, after finish the Sub code, my form close and I don't know why ***************** Private Sub btn_desactivarFicheiro_Click( ByVal sender As System ...Show All

  • Visual Studio Express Editions

    hi, i want to make a telnet client so far all i have is the code to "connect" tcpClient = New TcpClient tcpClient.Connect(Login.TextBox1.Text, " " & Login.TextBox2.Text)   what i need to know is how to send commands to the seerver im connected to e.g. i type "help" in textbox1, it sends it to the server, and shows the returned text in textbox2. so i would type "help" in textbox1, click a button, and have all of the "help" text that comes up would be in textbox2 this is the most difficult thing i have ever done in Microsoft visual studio 2005 express edition so i neeed lots of help so please help me! http://www.codearchive.com/rate.php rid=1390&go=1001 h ...Show All

  • SQL Server MDAC Roadmap and .mdb files

    I know this isn't SQL server related but this seemed to be the only appropriate forum. I would like to work with Access databases (.mdb files) via (non-managed) C++. At the moment I'm using the ODBC provider for OleDB. However I see from the MDAC " Data Access Technologies Road Map " that this provider is deprecated. The OleDB/ADO alternatives seem to be focussing on SQL server only; I just want a 'local', non-networked desktop system. What technology should I use that isn't deprecated Yours, Peter If you are using C++ and either OLE DB or ODBC then you might want to consider SQL Server 2005 Express Edition ( http://msdn.microsoft.com/sql/express/ ). I'd also recommend looking at C++ ...Show All

  • .NET Development while installing the .Net 2003 i am facing version problem

    HI friends while installing the Visual studion.net 2003 i am facing the error. error is comming at the time of open the new web application. error or msg states like this:ASP.net vesrion mismatch. i.e Asp.net visual studio.net as detected that web server is running on ASP.net vesrion 1.0 the web application you creating or opening can be compliant with asp.net1.0 how ever ,application will not able to use the new feture from asp.net 1.1... like this i am getting the msg..plz any one help me... Thanks & Regards Raman Hi Raman, What you need to do is : Click on Start -> Run type inetmgr right click on Default Web Sites, select Properties, Click the ASP.NET Tab and change the version to 1.1 H ...Show All

  • Visual Studio Express Editions Rename project

    How do I rename a project well of course...since those are files - renaming a project is different to renaming files. Renaming a project only renames the project itself. I believe things are still not entirely clear. What exactly do you want to do/achieve I understand you wish to rename a project, and have given steps on how to do so, but it appears that you do not want this Perhaps giving us a further in depth detail will help us provide a better answer to your needs ...Show All

  • Visual J# setup program +NET 2 +Microsoft Visual J# Version 2.0 Redistributable Package

    Hi, I am having a small problem, when creating a setup you can specify that setup program will actually download and install.NET framework and J# redistributable prior to installing an application. However, while installing .NET 2 Framework it fails to install redist. for J#. I believe it says it is unavailable or something like that and redirects IE to J# page. Any suggestions I created a dummy project and its working fine for me. Could you please give me some more details of it. 1) Which VS product are you using - Developer Studio 2005 or VS.Net 2005 2) On which OS you have created Setup project 3) On which OS you have implemented/consumed Setup.msi 4) Are y ...Show All

  • Visual Studio create derived class in class diagram view?

    I want to add another class which is derived from my main class (i.e. create inheritent class). is it possible to do it in the class diagram view that is, in the classdiagram1.cd plz help Please see the How to: Define Inheritance Between Types topic on MSDN for how to do this. Thanks, Ramesh Rajagopal. Microsoft Corporation. ...Show All

  • SQL Server connection time outs in a script component

    I get connection time outs with a script component when the time out on the .net connection string is 120 secs. I get time outs before i am connected and i also get time outs dureing the execution of the command. got any ideas on what is causing the problem please tell ...Show All

  • Software Development for Windows Vista SetStateActivity - set TargetStateName during Execution of Statemachine

    Hi all, I have a statemachine. In several states I can get into a "special" state. From the "special"state I have to go back to the state I came from. Now there is the Statemachine property PreviousStateName available. I wanted to set the Dependencyproperty "TargetStatename" of the SetStateActivity to that PreviousStateName by a codeactivity. But setting the targetstatename of the setStateActivity is only allowed during DesignTime... Now I tried to reflector the SetStateActivity(in order to create my own SetState) but its quite a deal of effort since its got a helper procedure tail in several workflow helperclasses which are internal. Are there already any activities around which fullfill the requirements abov ...Show All

  • Visual Studio 2008 (Pre-release) trackball class

    Could someone please explain the reason for drawing the rectangle as part of the solution Trackball trackball = new Trackball(); trackball.EventSource = b1; myCamera.Transform = trackball.Transform; in this code b1 = a fully transparent rectangle. If I use the viewport instead of the rectangle the rotation is not as smooth as using the rectangle thanks for any explanations ...Show All

  • Visual Studio Express Editions pulling data from one table then saving to another?

    Hello World, As the title suggests im populating textboxes and comboboxes from a table in an ms access db, I have created another table in the same database and i would like to save the data im pulling from table1 to table2.. this means that my data will be repeated in the new table so is probably not the best idea performance wise so im stuck on how i do this i need the data in table2 (invoice data) to work together with table1 (customer data) im I doing this the right way or is there an easier way to go about this Any help in this matter would be great :) I understand the basics of the code but the insert and the reference to an sql connection, is that for MS Access as well Thanks! ...Show All

  • Software Development for Windows Vista More vista bugs ? How do you determine if UAC is enabled ?

    Hello, Just testing with Vista RC2 (downloading RTM as I write this) and I would like to know if anyone knows how to correctly determine in a c++ program whether UAC is currently enabled on the machine Also when UAC is turned off, and one is not logged in as an administrator, "RunAs" in ShellExecute() no longer seems to allow the execution of a task as a full admin. This seems to apply to Microsoft's own applications too. Try running the task manager (CTRL+Shift+Esc) on a none admin account, with UAC turned off, and then click on the shielded "Show processes from all users" The task manager restarts itself, and nothing else happens. If the shielded button does not work, then why is it shown A jolly poor show IMHO. Jus ...Show All

  • Visual Studio Express Editions Creating a Physics Model

    I am fairly new to C# but have been coding for several years now. Basically I am creating a basic physics model so I need some kind of loop to run it in. Using a while loop would probably be a bad idea because the application would starve CPU from the rest of the operating system. I know with directx you create a render loop, I basically need to create a render loop without directx; does anyone know how It depends on your real-time requirements. If tight: starve them all. If not, call Threading.Sleep. Or Application.DoEvents to keep your GUI responsive if you don't spin off a thread to do the job. If light: use a timer. ...Show All

  • Visual Studio .NET 2005 cannot find Source Control Provider

    We have problems integrating .NET 2005 and ClearCase 2003.06.15. We have installed IBM's Rational ClearCase client for VS .NET ( http://www-1.ibm.com/support/docview.wss rs=984&context=SSSH27&q1=.NET+2005&uid=swg24010813&loc=en_US&cs=utf-8&lang=en ) as well. We get the following error when we open our .vcproj file from .NET 2005 "the Source Control provider associated with this solution could not be found. The projects will be treated as not under source control" "Do you want to permanently remove the source control bindings from the projects " Our .vcproj file has the following string in it: SccProvider="MSSCCI:ClearCase" We have .NET 2003 installed on ...Show All

©2008 Software Development Network