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

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

johnbury

Member List

kieroneil
ACushen
Gordon Bell
HMariana
ezikiho
codequest
AdrianWoods
jimgong
tkohrs
Fatboy15
pmarreddy
Shippa
DaveKStl
Andrew Chapman
JrDevRon
naicul
Henrik Nilsson
Suresh Venkatraman
Lovericky
Mark Goldstein
Only Title

johnbury's Q&A profile

  • Visual Studio Team System Is Team Edition for Developement has web application support

    Does Team Addition for Developement has Web application Support. Can we create and deploy Web Applications from Team Addition for Software Developement. Yes it is possible. All the Team Editions are built on top of VS2005 professional so all the editions have that functionality built in. What you cannot do is create webtests from the developer edition. For that you need Tester Edition. ...Show All

  • Visual Studio Team System About code annotation?

    #include <CodeAnalysis\SourceAnnotations.h> #include <iostream> using namespace std; using namespace vc_attributes; void f ([Pre(Access=Read)] int x) { x=10; cout<<x<<endl; } int main() { int a; a=5; f(a); return 0; } This is a example from msdn~ [Pre(Access=Read)] means that x can only read. x can't be write~~ But after I compile,I print x . x is 10; This mean x was written. why There is msdn's helper about this example http://msdn2.microsoft.com/en-us/library/ms182038(d=ide).aspx There is msdn's helper about code annotation http://msdn2.microsoft.com/en-us/library/ms182032(v ...Show All

  • Visual Studio Express Editions Find out which sub I am in..

    Hi folks, is there a way to figure out the name of a sub while inside it Like, in a form, Me.Name yields the name of the form For debugging I would like to create a message that, in case of an error, tells me what the error is and in which sub/function it happened. Ofcourse I can add the name to the error message by hand, but it would be more convenient. Example Select Case Err.Number Case 13 : MsgBox(Err.Number.ToString & " in CalculateEquivalentStress" ) <<< NOT Case 13: MsgBox(Err.Number.ToString & " - " & thissub.Name.ToString) <<<< something like this End Select Suggestions welcome! Thymen Isn't ...Show All

  • Visual FoxPro visual foxpro 6.0 software

    where can i find visual foxpro 6.0 software download for free no sir, i was asking for a beta version or some thing like visual basic 2005 express edition (which u can download for free from microsoft site). because to buy visual foxpro for learing purpose is very difficult because dollars when converted to indian rupess becomes a huge amount sir. thanks (r.lakshminarayana) ...Show All

  • Community Chat Free Lists - Just a Q & D app I needed.

    http://www.barrysumpter.com Free Lists is the only app there written in vb.net. Don't worry about the other products. I've only sold 1 of each. I have no fantasies or pretentions regarding sales. Best intentions to offer Free Lists as a usable product developed in my spare time over a three day period. Standard, evironments, interfaces change so often I've given up trying to conform. For me, vb.net has been an absolute nightmare. Any features left out are from frustration only. Any positive comments are welcome. Any positive constructive suggestions may very well end up in the next version. All the best to everyone. Oh My God! Don't know what that was. And don't remember seeing that come up before. So I ...Show All

  • Windows Forms ComboBox In DataGridView Event. SelectedIndexChange

    Hi, I have got a DataGridView and It has a ComboBox which has some records but I couldn't access the selectedIndexChanged event. I tried to check on windowforms and I did find the code but in C# and somehow when i'm trying to change it to VB its not working. Can someone please look at it. Here is the link for the code: http://www.windowsforms.net/FAQs/default.aspx PageID=2&ItemID=691&CategoryID=3&tabindex=3 Or here is the code: Private Sub DataGridView1_EditingControlShowing( ByVal sender As Object , ByVal e As System.Windows.Forms.DataGridViewEditingControlShowingEventArgs) Handles DataGridView1.EditingControlShowing ComboBox cb = e.Control as ComboBox; if (cb != null) { // first remov ...Show All

  • Visual Studio Report Viewer Redistributable

    I’m using the Report Viewer Control in a windows forms application. There where some bugfixes that came with the SP1 of SQL-server 2005 that doesen't seem to have been fixed in the Report Viewer redistributables. Does anybody know if this is the case, and if there is a new Report Viewer redistributables package Any help is greatly appreciated. Regards The report viewer controls are part of Visual Studio, not SQL Server, so they won't be updated by a SQL Server service pack. But most of the issues seen in the viewer built in to SQL Server are fixed in the viewer control as part of Visual Studio SP1. Information on that release is available here: http://msdn2.microsoft.com/en-us/vstudio/aa718 ...Show All

  • Visual Studio Express Editions ClickOnce Data Files are Lost!

    Hi, I have an application that I deployed using ClickOnce.  The application was Installed on user's computers and it included two CSV files.  The application is working fine, but now I want to add an additional function.  The users need to save the CVS files to a floppy or memory stick, exchange them with other users and load other users data files on their systems.  I thought that they could use Windows Explorer, navigate to the folder wher the CSV files were stored and copy them to a floppy or memory stick, but I can't find the files on that were installed.  In fact, I can't even fine the installed application!  Where, oh where does ClickOnce install these files I obviously do not kno ...Show All

  • Visual C++ Visual C++, Getting Started

    I am new to computers and also to Visual Studio 2005 C++. I really cannot get anything to work. I down loaded Visual C++ from Microsoft, and I downloaded Borland C++ builder (compiler) and Apache Web Server. When I go to create a 'New' Project, it only takes the name I create and does nothing else. My instructor (since I am a student) looked at my computer and said it was 96% idle, I guess meaning it was just sitting there and doing nothing. I get messages like "Can't create Object" and "Can't find Editor" when I use the 'New' File option. I also cannot debug the files I am creating. I need help or a direction to go. Jerry Bielak if you are getting messages such as "can't create obj ...Show All

  • SQL Server OLE DB Destination - Fast Load with Maximum Insert Commit Size

    I'm seeing some strange behavior from the OLE DB Destination when using the "fast load" access mode and setting the "Maximum insert commit size". When I do not set the "Rows per batch" or the "Maximum insert commit size", the package I'm working with inserts 123,070 rows using a single "insert bulk" statement. The data seems to flow through the pipeline until it gets to the OLE DB Destination and then I see a short pause. I'm assuming the pause is from the "insert bulk" statement handling all of the rows at once. When I set the "Rows per batch" option but leave the "Maximum insert commit size" alone, I generally see the same behavior -- a single "ins ...Show All

  • Visual Studio 2008 (Pre-release) Panel that can repeat items

    Hi, I'm trying to create a custom panel or control that can repeat items (horizontally and/or vertically). I'm thinking of deriving my control from itemscontrol class but don't know how to make it repeat items i.e. when you hit the next button when you are at the bottom of the list, it should display the first item again. Any ideas Thanks. Unfortunately the CLR doesn't provide a circular collection implementation (just like it doesn't currently provide a Set...although I did read that there will be one in the next release). If you were to provide an IEnumerator<T> implementation that used a circular linked list, you should get what you want for free from a StackPanel because it uses IEnumerato ...Show All

  • SQL Server Foreign Key Constraints

    When following a script to create some tables and constraints, it is recommended that you name the FK constraint Otherwise it appears with numbers after it. Is this the way 2005 creates them or has this always been the naming convention kat I suggest you to do so. It's a good habit to have a naming convention. ie: fk_CustomerId is much more meaningfull to a human then seeing letter/digit combinations. PS: Sorry for the doublepost. My browser returned as if previous was never posted. ...Show All

  • Visual Studio 2008 (Pre-release) Converter limitations

    Is there any way I can set properties on a Converter. For example: We have a lot TextBox controls that deal with floating point values. I would like my UI guy to be able to designate the number of digits of precision should be displayed in a given control instance because he is the one that makes that decision. As it is, it looks like I would have to provide a different converter for each digit depth.   OneDigitPrecisionConverter   TwoDigitPrecisionConverter   ThreeDigitPrecisionConverter That isn't too bad, but as I add additional attributes, the quantity of Converter objects spins out of control quickly (eg. 27 permutations for 3 attributes with 3 options each).  Any suggestions on how best t ...Show All

  • Windows Forms GUI Design Issue

    I'm trying to build a GUI for my application, I'm having a problem deciding the best way to Design the GUI. The end user wants to be able to create a grid like scenario. Ex: ----- LTA ------- 70 80 90 680 GrpA GrpB GrpC FCA 600 GrpC GrpA GrpB 500 GrpB GrpC GrpA Lets assume this is a grid of scenarios my end user wants to describe. FCA and LTA are Values from a database Table. GrpA will be all Customers with: LTA equal to 70 and FCA equal to 680 {plus} all customers with LTA = 80 and FCA=600 {plus} all customers with LTA=90 and FCA =500 Same kind of deduction goes for ...Show All

  • SQL Server can unique index be created if the include col makes the index unique?

    create index idx_tab1_col1col2 on dbo .tab1 ( [col1] ) include ( [col2] ) on tab1_index My question is this. I require this index to be created. col1 doesn't have a lot of unique values but col2 is our pk and adding col2 to the index makes it unique. Can I make this a unique index then Also, can someone explaing me a bit as to why it's possible or y not Thank you very much for your help. I dare say that you could have created the index as unique in less time than it took to navigate to here and write the question. But you didn't so let's try it together. Create Table dbo . tab1 ( Col1 varchar ( 5 ) null, Col2 int not null primary key ) Insert Into dbo . t ...Show All

©2008 Software Development Network