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

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

Naolin

Member List

glavian
LiamD
itaihor
sebastian_v_b
zybernau
Vassilux
cdun2
Maheswari
minhnguyen
5letters
kemal
merlynml
thomaskremmel
Michael Klucher - MSFT
TheMaj0r
mgmcd34
arielito
Paulustrious
Laxmi.
pwhitaker
Only Title

Naolin's Q&A profile

  • Visual Studio Express Editions Tabbed Web Browsing

    hi everyone at the moment I'm trying to make a web browser which supports tabbed web browsing I've made it so that you can click a button to add new tabs but I'm not sure how to make the address text box control the tab which is currently being viewed, at the moment it's only able to control the first tab. How do I get it to control the tab which is currently being viewed and also how do I get the web page's name to be shown on the tab my code so far : Public Class Browser 'Creating an instance of the Navigate class Dim NavigateWindow As New Navigate Private Sub Browser_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Click End Sub Private ...Show All

  • Visual Basic No "Solution" under the New menu in the VS.NET 2005 IDE

    Hello, I've installed the VS.NET 2005 Team Suite on workstation, but I don't see "Solution" under File -> New. I only see Project, Web Site, and File. Any idea why not Any idea why Solution doesn't appear there I also have VS.NET 2003 on the same machine and I see Project, File, and Blank Solution under File -> New in 2003. -Eric Just try File/New/Projects.. In the dialog, you should be able to find "Other Project Types"/"Visual Studio Solutions"/"Blank Solution". Most people don't create an empty solution. A solution will be created when you create any project, so it has been removed from the menu to keep it clean. If you don't see the ...Show All

  • Visual Studio Properties Window

    Is there a reason why, when you are in source mode, and you click on a control the Properties Window is not populated I am almost positive that pre SP1 this worked. Thanks, SLTDon Very helpful Thank you !! But for the <body> tag properties, why don't the "topmargin" , "bottommargin", "leftmargin" properties show up ...Show All

  • Visual J# Visual J# in a beginning java college course ?

    Is using Visual J# in a beginning java college course appropriate I'm considering using VJ# in a first programming course as an alternative to JBuilder and J2SE. Given install problems other students have had, VJ# seems like a nice alternative. I intend to let the student decide which tools to use based on their peer/employer's preference. I expect criticism. But: 1. Most of my students are using WinXP. 2. VJ#.Net Express is free and has an outstanding GUI. 3. Code written in VJ#, via the Mono Project could always be ported to other platforms. 4. Java compiler source seems close to moving into Open Source - I think! So whichever choice the students makes, learning the essentials of Java programming can be accomplished. What is ...Show All

  • Visual Studio Express Editions Save My.Settings on shutdown?

    I currently have this ticked as it was ticked by default, what exactly does this do It is possible to define application settings that classes within the .NET Framework are responsible for saving and loading for you and when in use (along with the check box you mentioned), you can have any settings automatically saved to disk without you explicitly having to gather the values and save them yourself. For more info, take a look at this article . ...Show All

  • Visual Studio Express Editions install a program from C# express with only .Net 1.1

    Is this possible I wrote a program for my associates at work, unfortunately I made the huge mistake of not checking whether or not they had .NET 2.0 installed, unfortunately, they do not, instead they have .NET 1.1. I cant ask them to install 2.0 so im in a pickle, is there any way to set up my program to only use .NET 1.1, i dont mind modifying my code or anything, if there is, please please let me know. Thank you! Thanks for the response, yeah i dont think using the command line compilers is going to cut it, and I would love to get them to install .NET 3.0, unfortunately its a program i wrote for people at my office, and you have to be an admin to install .NET and then it just becomes this huge fiasco lo ...Show All

  • SQL Server Launch Report Builder from Sharepoint

    How do you launch report builder from sharepoint site Does sharepoint site supports report builder The launch point for Report Builder is just a URL, which you can place on any web page. The URL has the form: http://<servername>/reportserver/reportbuilder/reportbuilder.application Hope that helps... ...Show All

  • SQL Server Error after configuring SQL2005 reporting services

    Hi All, I have 2 questions: After installing and configuring my SQL2005 reporting services on a cluster , i am getting the following error when trying to brows the http://(clustername)/reports : The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable) Get Online Help For more information about this error navigate to the report server on the local server machine, or enable remote errors 2.When i configured the reporting services i was ointing to the cluster name , is this enough so that the cluster administrator will handel the service availability ...Show All

  • Smart Device Development Qtek 9000 and Goodlink

    Hi, I'm using a Qtek 9000 with the email push program Goodlink. During installation you have to fill in a 3 x 5 digit pin code in 3 fileds. problem is that I can only fill in 3 characters per field and therefore not can complete the installation. Any suggestions This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. Please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All

  • SQL Server Execute multiple statements at once...

    I am not even sure if this is possible but I want to be able to excute several statements (or SPs) at once from inside a SPs (or any other method). What I am doing is a I am taking data from a single column, multiple rows and making it into one row (i.e. data1 + data2 + data3....) But I am doing this to a total of 2.1 million individual rows and the result will be about 204k rows.... what I have written is basically a nested loop and it works fine but very slow... slow as in it has been running for 24 hours now and it is about 60% done... I need this to finish in under 36 hours preferably... If I could handle more than one set of data at once (there will be no duplicates) I could speed up the process by how ever many I feel like work ...Show All

  • SQL Server Failed to Start Package

    Hi, I am getting the following error message, when I was trying to execute an existing SSIS Package which was working properly before. "Failed to Start Package Cannot communicate with the debug host process. Failed to obtain child process active object. (Microsoft.DataTransformationServices.VsIntegration)" So I tried creating a new package and execute it, still I am getting the same error message. If anyone have come across this problem and rectified it, pls let me know. Thanks in advance for your help. Regards, Prakash Srinivasan Prakash Srinivasan wrote: Also, I wanted to know why this happened suddenly I'm interested too, but since this is you ...Show All

  • Windows Forms AcceptButton problem

    I have a dialog window with some buttons. Button2 is my CancelButton and have the DialogResult set to Cancel. Button1 is my AcceptButton but I have set the DialogResult to None because I don't want this button to close the form. I only want it to be affected every time I hit the ENTER or RETURN key. When I click another button on the form and after that hit the ENTER key, the AcceptButton is not affected. How do I get it to allways be affected when I hit the ENTER key I read something about using eventhandlers for keyUp events for other buttons to "guide" the keystroke back to button1_click event handler. Do I have to make keyup eventhandler for every other button on the form to make ENTER key allways affect button1 or ...Show All

  • SQL Server Windows Vista and Setup Question

    Hi, I was finally able to get my hands of Vista so I excitely upgraded my PC to it yesterday. After the installation goes smoothly and I ran the setup files from my SQL Server 2005 Developer Edition and I found that the setup script cannot detect IIS (perhaps it is due to the fact that Front Page extension is no longer part of IIS 7.0 ) - So I faced with the problem of not able to setup Reporting Service on my PC.... Does anybody faced the same problem and how to fix this issue Thanks for the information in advance! Mark There is a KB that documents how to configure IIS7 in order to be able to install Reporting Services. I've included a link below for Vista Beta 2, but the instructions are pretty similar for RTM: ...Show All

  • Windows Forms Multiple Controls that have the same databind

    Two parts: Simple and Complex In your example, you are binding all of your comboboxes to the same bindingsource. Since the bindingsource wraps the currencymanager, you are telling it to keep all controls at the same position. You can get around this by creating multiple bindingsources, even if they have the same datasource. Tony ...Show All

  • Visual FoxPro VFP7 COM+ object and ASP.Net 2.0 on IIS6 - Interop issue

    Hi,I wonder has anyone managed to get his/her VFP7 COM+ object run on ASP.Net 2.0 on IIS6 1. I compiled the object using MTDLL and deployed into my SBS2003. 2. I think this shouldn't be a security problem as I didn't manage to get it run even I have set the IIS6 worker to Local System. 3. The COM+ object has actually initialised. Codes in INIT method has actually run (I put CREATE TABLE ..... in the INIT method, and check if the table is created later), but when come to calling a method from ASP.Net, I hit an error. 4. Tried many possibilities, but no luck. I have also followed the example from Craig, got the same issue. 5. The same VFP7 class (but complied as EXE and configured as DCOM) was running fine on IIS5 ASP2.0 on Windows 2000 Ser ...Show All

©2008 Software Development Network