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

Software Development Network >> AJ Yu's Q&A profile

AJ Yu

Member List

chrisc313
Mar G
sbaba13
RSUser
JHW
Swanand
careed
Varman C
Douglas Chew
Chat Hong
NealRM
George Neo
peetfkl
Pr0g
dbrasco
Jeroen Boiten
Sheo Narayan
PedroBernardo
GHR
markov
Only Title

AJ Yu's Q&A profile

  • Visual C++ System::Console::WriteLine in Windows Forms Application

    When I try to use the System::Console::WriteLine( ) function in my Windows Forms application to display debugging information the output never seems to display. As per the advice of another forum thread I tried adding: #include <windows.h> to stdafx.h and AllocConsole(); before calling WriteLine() This solution works, but it's not ideal. Ideally I would like to see the output displayed in the "Output - Debug&q ...Show All

  • Visual Studio Express Editions Let's go to work on an FAQ for this Forum

      The concerted work that goes on here in really impressive. I'm also thinking about a mass mailed note I received from S. Somesegar, corporate VP of Microsoft development. He said that MS Engineers were not alone in building VS2005. Customers had a lot  to do with it to make it as neat as it is. Continuing in that vein, I though it may be a contribution to see if we can't put together an FAQ that will take care o ...Show All

  • Visual Studio New menu items added to Tools are greyed out

    Hi, I am trying to use the samples provided in the latest automation example of adding menus to the Tools. But for me, they are always greyed out. Is there a bug in the sample Can someone post a simple 5 line code which one can put in Connect method which will add a menu item with a callback code which works. The latest MS sample does not seem to work for me. Thanks Pawan check the QueryStatus method - make sure ...Show All

  • Visual Basic loggin

    I created a loggin form and dont know how to do the loggin databases so i figured id code the loggins. but it doesnt work can u help me with this or say how to do the databases If (UsernameTextBox.Text = "Loggin" & PasswordTextBox.Text = "Password" ) Then Dim openform1 As Form1 = New Form1 openform1.ShowDialog() End If End Sub Hi. I'm not sure what & does in VB, I thought ...Show All

  • SQL Server Materialized View Doesn't Materialize. (and queries on MVs ignore index hints)

    I am creating and indexing a view. The index does materialize physically (i think -- since sp_spaceused now returns values -- not nulls) But any query searching the view does NOT use the materialized index. Here's an example: -- Create/Populate test table create table test ( i int constraint PK primary key ) insert test select 1 union select 2   -- Create View set ansi_nulls , ansi_padding ...Show All

  • Windows Forms Does the new terrarium work for anyone?

    Just thought I'd ask Is anyone ELSE feeling a little stupid for installing the new version before ANYONE reported it worked ...Show All

  • .NET Development Error message when trying to UPDATE records

    Hi, i'm getting an error message stating "no value given to one or more required parameters" when I try to update records to the database. I someone can please have a look at my query and see if they can see something I'm not. Dim comm As New OleDb.OleDbCommand("UPDATE cat SET category = " & TextBox1.Text & " WHERE catid = " & strtrim, conn) Try conn.Open() comm.ExecuteNonQuery() Catch ex As Exception ...Show All

  • Visual Studio Team System Automatic retrieval of latest version on checkout?

    Hi, Since I could not get the latest version automatically with the old SourceSafe (VS 2003), I hoped this was 'solved' with Team System. However, when I tried to get this done, I could not manage it. The problem I have to deal with is that my colleagues and I work together on the same source (I think that is what has to be done with SourceSafe/TS ). Whenever we change something and check in our source, the new source has to be used. When I che ...Show All

  • Visual Studio Express Editions Help with SaveFileDialog???

    Hi Ladies and Gents, Please can you help with the below The SaveFileDialog is appending to my text files and I can't find a way to get it to overwrite whatever existing text is in the save file. Please can someone advise me Private Sub SaveToolStripMenuItem_Click_1( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripMenuItem.Click Dim Save As New SaveFileDialog() Dim myStreamWriter As ...Show All

  • SQL Server Problem with remote replication

    I have a number of dialup users who are trying to replicate against a master database.The first few times worked fine.but now each user is getting the following message "The process could not change generation history at the publisher" Any help or pointers gratefully received many thanks David J. 1) How many days has it run smoothly and end up with that error 2) What is the number of tr ...Show All

  • SQL Server complex SQL (for me)

    Hello, Lets look at this table : CREATE TABLE [dbo].[TableHisto]( [Id] [int] NOT NULL, [Week] [nvarchar](50) COLLATE French_CI_AS NULL, [Project] [int] NOT NULL ) ON [PRIMARY] GO EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Identifiant d''enregistrement' ,@level0type=N'SCHEMA', @level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TableHisto', @level2type=N'COLUMN', @level2name=N'Id' GO EXEC sys.sp_addextendedp ...Show All

  • Windows Forms Converting Vb.net application to ASP.net application

    Hi friends, I want to know is there any way of converting vb.net 2005 applcation to asp.net 2005 application. Other thing is should i convert it or not. and what are do's and dont's of ASP.net. And please guide me if we are using the application on Lan which one should we use asp.net or vb.net Thank a Lot If the application is used regularly by the same people, then you should use Smart Client (Windows Forms) application. Most of ...Show All

  • Visual Basic TableAdapter Query Question

    Hi All, Quick question, when I create a table adapter query like SELECT salary FROM employeetable WHERE employeename = and name it GetSalary when I call the query from within the code it asks for an Integer value for the parameter and if I put in an employee's name I get an error stating that the string value cannot be converted to an Integer. Why is it that it asks for an Integer value even though employeename is defined as text in my ...Show All

  • Visual Studio Team System Folder Error - need help

    Hi, I am running TFS Beta 3 Refresh. So far everything has been working fine - we currently have 8 projetcs running. Having some diffulty now though with the removal and creation of a new folder under documents in one of the projects. I first tried to rename the folder only to find that after it seemed to work that the folder disappeared - from both the Team explorer and the project portal. Then when trying to create a new folder with the name ...Show All

  • Visual Studio Express Editions How do I evaluate textbox input?

    How can I evaluate what has just been pasted into a textbox, so that it may only contain numbers or a decimal point, and if contains other characters or letters, the pasting is undone. I would like to know how this can be done without listing every character and letter. Sorry I forgot to add that the event is: Private Sub txt_box_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txt_box.TextChange ...Show All

©2008 Software Development Network

powered by phorum