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

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

RyanF

Member List

Father Fil
david cantrill
hoffi
DeadlySpider
StaceyG65
Marinus Holkema
olenka
IndustrialRezn6
Ahmed Ismaiel
klettke
oliver.lauta
Greg H
ukgam3r
s_clarke
MikeC#
Sarev0k
PugV
dcarlson
SHBS
GRLisa
Only Title

RyanF's Q&A profile

  • Visual Studio Express Editions Full working database sample.

    Hi, I am trying to learn to build a database in Visual Studio 2005 Expresse. Building a working apllication with only one table is no problem, but an apllication with related tables is another thing. For learning purposes I tried to find a working sample on the internet. But didn't find anything. Is there anybody out there who can tell me where to find a working sample with Vb source code to understand how it works. Many thanks in ad ...Show All

  • SQL Server Cube corruption

    I have an AS 2005 cube (MOLAP) that is updated incrementally on a daily basis. Twice in the last few weeks, the cube has suddenly become corrupt. The By-Day aggregations for previous days show incredibly large positive and negative numbers. These numbers at the time they entered the cube were accurate. As background, the incremental update is done via a view and the view is calculating fields. At this point the cube is processed manually duri ...Show All

  • .NET Development ASP html retrieval

    I want to store the html as a text blob before it is sent as the httpresponse object. Is there a way to retrieve it at generation time before it is sent This may solve your problem: Override the render method in your aspx.cs code like this ... protected override void Render( HtmlTextWriter writer) { System.IO. StringWriter stringWriter = new System.IO. StringWriter (); HtmlTextWriter myWriter = new HtmlT ...Show All

  • Windows Forms WebBrowser Creates Handles without end

    Hi! When I connect with the webBrowser to a Website where one or two javascripts counts time down and I look a the Task-Manager the number of handles increases evry second by three or four.. After an hour the number of handles is about 15000!!! Whats wrong with that, and how can I stop it Its definitely the WebBrowser Control and the WebPage, because if I don't navigate to that side the effect doesn't occour... Please help! Greets, Alex ...Show All

  • Visual Studio Team System #50070: Unable to connect to the database STS_Config

    I'm getting this error. It just started. Any ideas   Raphinator, STS_CONFIG is the name of the configuration database in Windows SharePoint Services. you may want to check this KB: http://support.microsoft.com/ id=840685 There is also info here which may help: http://wss.collutions.com/Lists/FAQ/DispForm.aspx ID=207 While these articles apply to SBS, the fact remains that the issue seems to lie with SharePoint and ...Show All

  • .NET Development AppDomain.GetCurrentThreadId Depreciated

    Whilst migrating a 2003 application to 2005, I get the warning that the method AppDomain.GetCurrentThreadID has been depreciated and I should use the ManagedThreadID property on Thread. When I try replacing the method to comply, my code stops working.   Here is  the code snippit.    IntPtr handle = Win32.GetThreadDesktop(AppDomain.GetCurrentThreadId());    Works ok    IntPtr handle = Win32.G ...Show All

  • Visual C++ Can I redistribute a program created with VCExpress?

    Hi! I'd have another question: can I redistribute a program created with Visual C++ Express And if I can, which files must I include in my program Thank you very much! You can distribute programs you create with VCExpress beta but you can't redistribute the .net 2.0 runtime until it is out of beta later in the year. ...Show All

  • Windows Forms Focus stuck on button

    SCENARIO: Inventory form loads up you type in a record number and the record information appears.  You click the RelatedDocuments button which brings up a treeview of all of the related documents.  You double-click a Purchase Order node and the Real ...Show All

  • Visual C++ a quick question about textboxes and typecasting to numbers

    I want to take an input from the user (via the textbox) and then typecast it to a float to use it as part of a calculation but unsure how to do this. I've tried the obvious (to me): float value = <float>textbox->Text but it gives me a compiler error. So i was wondering if it was possible to do this.If so, how Any recommendation would be greatly appreciated. It should also be noted that i'm not limited to a textbox as long as input from ...Show All

  • Visual Studio Team System In Web Tests, How to Validate the values on a grid ?

    I want to validate the values that are shown on a grid , based on the values that are selected on a Combo.(Herein internally, the grid gets filled, when the combo box value is changed.) I would also like to know the selected row from the grid, so as to try it... or else Manual testing has always been there at our help   You can do this with a validation rule.  If the value in the combo is di ...Show All

  • SQL Server I am not able to load two different images dynamically in an Image control

    HI, Base on pagenumber, i need to display a particular image in first page and another image in next page. there are two images and has to be displayed alternatively in the pages. but, it is displaying only one image everytime. I am using Exteranl and URL based concept and using parameters to pass the values from the front end to the report One more thing I did was, I place two image controls and passing the URL through two parame ...Show All

  • Visual Studio Team System Can Web Tests be simulated for User experience by launching a browser and navigating thro the UI?

    Hi, I have a very basic question with Web Tests. If i record a test from the browser and execute the recorded test, i see the results as either Passed or Failed. I would like the playback test to open a new browser window and walkthro the steps on the UI that i followed while i recorded the web test. Please clarify if a browser can be launched to simulate user experience during playback of the recorded web test. Thanks a Lot! ...Show All

  • Visual Studio Alternating Items in VS Report Control

    Hello, Is there a way to change the color of every second line of the report similar to the alternating items for a data grid Thanks http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=129296&SiteID=1 Good Luck, Long ...Show All

  • Visual C# system.object

    I've a doubt about inheritance in c#, suppose there are two classes, class A and class B and both are derived from system.object. Now Class B inherits Class A, that means multiple inheritance, how comes that possible, coz c# doesn't support multiple iheritance. Any suggestion would be appretiated. shine Multiple inheritance would mean a class C inheriting from both A and B: class A { } class B { } class C : A, B { /* not allowed * ...Show All

  • Visual Basic Inheritance/user control problem

    I have the following event in a VB2005 User Control: Public Event ButtonClicked( ByVal Sender As Object , ByVal E As System.EventArgs) This code in the User Control is the only code that calls the event: Private Sub HandleButtons( ByVal Sender As Object , ByVal E As System.EventArgs) Handles btnFirst.Click, btnLast.Click, btnNext.Click, btnPrev.Click Dim BTN As Button = DirectCast (Sender, Button) Select ...Show All

©2008 Software Development Network

powered by phorum