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

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

amatOrhagen

Member List

Greg Roberts
Arno Horlings
KennyTheGeek
ChineduLB
Bernard Yves
Victoria W
mamo
P. RICHARDOT
Kang Su
luvmyduc
oz123
Kui
Robert Sterzing
niezheng
JoseBen101
Mark Broaddus
C. Wells
miguelangel
BaNgInG
MarAng
Only Title

amatOrhagen's Q&A profile

  • Windows Forms How to open a form, collect user input from a second form that opens, then display the appropriate data on the original form?

    I am trying to develop my first multi-user program in VB. NET - a language that I don't know, in an object oriented environment which I know very little about. Yay. I have run into a couple of challenges that I am not sure how to approach and figured maybe some of you could point me in the right direction. Both of these issues are related to opening a form, prompting another form to open and gathering information, and then sending that information back to the first form. The first scenario: When I run the application, I have a menu of different screens. I select the "Benefits Management" screen (which has information about an emplo ...Show All

  • Windows Forms Scrollable charting application

    Hi, can anyone tell me which method is most likely to be used for the below posted pictures and maybe you can also post me to resources where similar samples are shown. Are these simply panels or what do you think how this is done: http://www.kingvest.de/chart1.png http://www.kingvest.de/chart2.png To elaborate what exactly I mean: If you scroll the scrollbar at the bottom&nbs ...Show All

  • Visual Studio Express Editions AspNetAccessProvider missing from Vis.web.developer config Manager(Web Site Administration Tool)

    I am trying to set up the AspNetAccessProvider In Configuration Manager (Web Site Administration Tool) but it is impossible.This option is not available and the only available is the sqlNetProvider. Additionally I am reading in help files that I may add a new provider trough Conf. Manager tool, but in my case it is impossible. Finally I was wondering if it is possible to re-install this feature....  Can someone help me in that Has anyone found a resolution to this or does the Vis.web.developer's, ASP.NET Site Administration tool just not contain a " Add new provider link" as stated i ...Show All

  • Visual C++ RMDIR bugging???

    Hello, I need help with RMDIR desperately... well, I got this code from the HELP files but doesn't seem to be working... /* remove example: remove or delete directory C:\test */ #include <stdafx.h> int _rmidr(       const char "C:\\test" );    return 0; } but what's wrong with this An identifier is a name: it identifies something. In your code "_rmdir" is an example of an identifier and in this context it identifies a function which, if invoked, will deleted a directory on your disk. If you look at my example above you will see that it starts with: #include <direct ...Show All

  • Visual Studio Team System Bug in team build report in beta3??

    I have strange problem with Beta 3 (I have to test it on refresh version also), when I launch a Team Build from Team Explorer, if I keep the "report" Team build generates, code coverage results are not included in that report page, but if I close the page just when it starts to be generated (when it first appears beginning team build), code coverage results are correctly included, it's not big problem for the moment (it's beta I know) but it is curious Luis, Just to clarify, I'm assuming what you mean to say is that when you reopened the completed build, you were able to see the code coverage data The code coverage data gets generated ...Show All

  • Visual Basic Sending mail throught Visual Basic

    Good Afternoon all, Are there someone who know's a way to sent mail throught Visual Basic 5 without components like MAPIMessages and MAPISession Thanks, Vivian Hi, Just a reminder that these forums are for Visual Basic .NET. But these links may help: http://support.microsoft.com/ kbid=161833 http://www.freevbcode.com/ShowCode.Asp ID=773 Best regards, ...Show All

  • Visual C# Outlook Bar in c#

    Hello, my question is GUI related, i hope i'm in the right place... Is there no standard control to build a toolbar like the one in outlook ( i don't really now how to call that, but let us call it the "outlook bar") thx & regards We use a third-party product from DevExpress ... they used to call them SideBars, but I think they're called NavBars now. Anyway, check it out ... they work pretty good: http://www.devexpress.com/Products/NET/XtraNavBar/ ...Show All

  • Windows Forms UserControl and Collections

    Hi I create a UserControl with a ComboBox. I want to pre-set some items in the combo box so i put this after InitializeComponents(): comboBox1.Items.Add( "aaa"); comboBox1.Items.Add( "bbb"); comboBox1.Items.Add( "ccc"); I expose the items collection with a property like this: [System.ComponentModel.DesignerSerializationVisibility( DesignerSerializationVisibility.Content )] public ComboBox.ObjectCollection ComboBoxItems {  &nb ...Show All

  • Software Development for Windows Vista hiya my first post and just got invited to the beta from technet =)

    hiya I was wondering can I dual boot Windows Vista and Xp on a single hd cause I have a 1 year old hornet pro with a 250gb hd ATI Radeon X1600PRO 512mb agp version, 1gb of ram, ATI HDTV Tuner will that tuner work with vista as well with their tv software if the beta comes with it and my cpu is a p4 2.8ghz 800fsb and I did a beta scan and it says my system can run it =) please lemme know if I can dual boot without having to format the whole if I have to then I have to buy another hd. ;( A number of us are running Windows Vista as dual boot. If the beta scan says you can run Windows Vista, go for it. ...Show All

  • Windows Forms Repositioning ToolStrip at runtime

    I'm creating a form that has two ToolStrip controls. When the application is running, I'd like to be able to reposition the ToolStrips by dragging them by their grips, including (I believe the term is) "rafting" the ToolStrips into a single row. This seems like it ought to be an easy thing but I'm stumped -- the ToolStrips are fixed in place. The cursor doesn't change to the four-way arrow over the grips either. I've tried putting the ToolStrips in a ToolStripContainer, but that hasn't seemed to help. Here's a code fragment showing one of the ToolStrips, if that's helpful. // // planToolStrip // this .planToolStrip.A ...Show All

  • Visual Studio Team System rsRenderingExtensionNotFound - An attempt has been made to use a rendering extension that is not registered for this report

    MS Staff, We've succesfully created our first Team Project, but a few of the portal's web parts (Builds, Quality indicators, etc.) are coming up with the error: "An attempt has been made to use a rendering extension that is not registered for this report server. (rsRenderingExtensionNotFound) " Any guidance on where to hunt down a resolution to this error Thanks, Tony Bierman HNI Corporation Bro, in html code, delete the value "format='Default'" on tag cc1:ReportViewer and then run the application. Its work believe me sorry for my bad english Be Cool Marino from Venezuela ...Show All

  • SQL Server Setting SQL server Express maximum memory usage

    Hi All, How can we set the maximum memory usage for SQL server Express I have tried setting it in Microsoft SQL Server Management Studio Express - Memory option, but it didn't have any effect.A problem I'm facing now is that the sqlservr memory usage keeps increasing and eventually slows down my application. Is there a way to set the upper limit or clear the unused memory Thank you. Regards, Lawrence sql express only supports 1GB of memory and I dont believe changing the min/max buffer pool/memory settings requires a reboot. ...Show All

  • Visual Basic TableAdapter update unchanged record cause Concurrency Violation

    I found that concurrency violation would occur if updating the database using table adapter when the actual record does not have any change. Seems like my DataGridView marked the row dirty. TableAdapter.Update would result in concurrency violation because zero record was modified. Seems like TableAdapter did not verify there are actual changes in the record before sending the update command. Bug It may be simple to reproduce in your project, but I can't reproduce the problem you describe on my data grid. To my mind, that makes it probable that it's related to your project or data source. The scenario ...Show All

  • Visual Studio Custom sum total of a single group

    Can any one solve this... I created a group and placed a file called sum(amount). The group is returning Two values Say - addition & deduction. I created another group above that group for custom total like addition-deduction. How can this be done. ...Show All

  • Architecture General best practices for .NET development

    Hello, I'm an ex Java developer now working for a young and fairly naive company that is largely .NET oriented. I, and really the company as a whole, feel very much "thrown into the thick of things" and I'm positive there are better methods and techniques to accomplish my goals. I just find myself often with general questions about .NET and writing .NET applications. Ideal versioning techniques, sharing libraries we have written across projects at the company, effective build processes and deployment processes, etc etc. For example: Say three different projects all wish to use a same library. Should the library be made ava ...Show All

©2008 Software Development Network