Software Development Network Logo
  • VS Express Editions
  • SQL Server
  • Visual Studio
  • Windows Live
  • Architecture
  • Visual Basic
  • Smart Device
  • Visual C#
  • Visual J#
  • Visual FoxPro
  • Visual C++
  • Windows Forms
  • Microsoft ISV
  • .NET Development
  • Windows Vista

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

ahr

Member List

daz2006
TjMulder
Christian Meier
Bil Click
ivanbydg
gishac
kprobst
Spontrel
Prafull Jain
Ctimmermans
Ralph Kester Caparros
K.N. Johansen
bnbkjj;k'l
sassabrassa
Aarkay
Dalsom
Rubens14605
TMedhurst
Katta
chami602
Only Title

ahr's Q&A profile

  • Visual C# Why is the C# team allowing this to Happen? and Why do they close threads on the topic?

    Since PJ. van de Sande Closed the last thread I opened : Why is the C# team allowing this to happen I guess because he didn't click the link or he didn't like the topic.  I brought the link information here.....  So I ask again... Why is the C# team allowing this to happen   If he closes it again, please respond here From the Blog link: From Tom Archers blog Why so many examples in Visual Basic We find another thing for us to ignore from MS when trying to do what they do, and not what they say to do. This blog from Feb I wrote touches on the VB.NET & C# mess discussed in the threads ...Show All

  • .NET Development why not send data and not redirect???thanks

    this my source code: <%@ Page Language="VB" %> < %@import Namespace ="System"%> < %@import Namespace ="System.Net"%> < %@import Namespace ="System.Next"%> < %@import Namespace ="System.IO"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <script runat="server"> Private Sub sload(ByVal sender As Object, ByVal e As EventArgs) Dim url2 As String = " http://localhost/ms.aspx " Dim req As HttpWebRequest = WebRequest.Create(url2) Di ...Show All

  • Visual C++ mfc70.dll not found :(

    Gday when I used one of my programs it said I need MFC70.dll cause it was missing so I need a download link to download it. Thanks Here is where you can find the MFC70.DLL file: http://www.dll-files.com/dllindex/dll-files.shtml mfc70 ...Show All

  • Windows Forms Assembly downloads every time

    Hi All, I have developed an application that consists of a windows user control and an ASP.NET application that has a Web Form loading this control using the object tag. The HTML code looks like this: <OBJECT id="LoginControl" style="WIDTH: 673px; HEIGHT: 388px" classid="../WinControls/CommonWinControls.dll#CommonWinControls.UCBatchForm" name="LoginControl" VIEWASTEXT> </OBJECT> Assumption ...Show All

  • Visual Basic Have u ever created a menu component

    Hi guys, I m trying to use the component technology of Visual basic.NET in order to create a customized menu control in this context: I have menu items that must change according to the active windows form (the form that has the focus in each moment); so since the menu items re so similar and since a lot of those items will be repeated inside different forms; i don t want to go through creating the same menu items over and over for all the forms,   Instead, I want to create a component which ll include most of the common menu items that I need to include in my forms sample and call that component from the active form (that has ...Show All

  • Visual Studio Team System Test results: No test resutls

    I have build that has part of it running tests with code analysis. I have over 400 unit tests and they all run fine during the build I checked the log but for some reason I have red X for the Running tests and Test results: No test result. Code coverage results: Not Available. And total result for the build is failed even though log says that build succeded. Thanks a lot. Here is part of the log. Run has the following issue(s): C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets : warning : Code coverage instrumentation warning while processing file PipeBizLib.dll: C:\Pro ...Show All

  • Smart Device Development trapping FN key

    Currently, on my device, to enter numbers using the QWerty keyboard, i have to press the function key each time, as there is no NumLock function available. So i thought i might be able to simulate this by implementing the following rule: -create a background process that will determine if the function key is pressed twice quickly -if so, i set a private property, _numLock = true; -if the FN key is pressed twice again, i set _numLock = false; -basically, i would like to have a process recieve all keystrokes, if _numLock = true, i can then pass the keystrokes on, but also set what ever needs to be set to indicate the FN key is pressed. i thoug ...Show All

  • Visual Studio Team System Vision / Scope Level

    In regards to creating a vision / scope document, I understand that this is done at the application or solution level. However, the MSF template for the Functional Specifications document includes a Vision / Scope section as well. A Functional Specifications document is written for any new feature that is being introduced into the application. It makes sense to me that a Vision statement should be written for new functionality. This would imply "shared vision" which I think is essential and would also help ensure that the functionality that is designed conforms to the shared vision. So my question is, how many of you actual ...Show All

  • Windows Forms setting one forms controls data from other form

    Hi friends, I am developing a windows forms application. I am strucked up with  a problem. I had two forms. Main form sub form. First i displayed main form and from main form i invoked sub form. later i want to exit from sub form nd display some information on main form. My program flow is like this class MainForm sub Mainform_load GetData() end sub sub btn_click subform.activate() ...Show All

  • SQL Server convert any uppercase sentence as normal sentence

    I have one column of upper case sentance, but I want to it as normal sentance. As example My Sentance is like:-- MR. VINEER AGARWAL IS WITH THE COMPANY SINCE LAST OVER 7 YEARS. HE HAS DONE GRADUATION IN ECONOMICS AND INDUSTRIAL MANAGEMENT FROM USA. AN IT SAWY PERSON, MR. AGARWAL HAS SUCCESSFULLY INTRODUCED COMPUTERIZATION TO THE BRANCH LEVEL BESIDES FACILITATING TIMELY DATA TRANSFER COVERING WIDE BRANCH NETWORK. AS A RESULT OF HIS CONTINUED EFFORTS, THE COMPANY HAS MADE ITS PRESENCE FELT IN THE NICHE GROWTH SEGMENTS VIZ THIRD PARTY LOGISTICS AND EXPRESS CARGO SERVICES ETC. I have approx more than 2000 rows like this sentance, to ma ...Show All

  • .NET Development Remoting Questions

    I have a remote object that must be used by multi ple client possibly at the same time for across the net.My object only has 5 functions .The finally step(function does a sql process that is ran by an exe that I call from my remote object on the server.For some reason when one client is doing this process and the next client tries to just get connect to my object they get a remoting error and can not connect. Remote object <code> Imports System Imports System.IO Imports System.Data.SqlClient Imports Microsoft.ApplicationBlocks.Data Imports Microsoft.VisualBasic Imports System.Data.Odbc Public Class ServiceClass     Inhe ...Show All

  • Visual Studio Team System user load displaying wrongly

    Hi, I am testing one win form application. I have written unit test and i am calling this unit test in my load test to test the web services. 1. I have mentioned as user load as 4 users. while running the test it is taking as 40 users instead of 4. In user load row Range is displaying as 10 and MIN,MAX,AVG,LAST are showing as 4 only but while running the test in graph it is showing as 40. how to correct this error 2.I got this error. is it application error or tool error how to correct this one. TestError TestError 5 Test method MRSSTesting.MRSSServiceTest.Check ...Show All

  • Visual Studio VS 2005 local VSS plugin erratic behavior

    Hi, Assuming I'm using the local VSS plugin in order to access a remote VSS database. I have observed this very strange behavior in VS 2005: 1. I right-click an object in the Solution Explorer and chose the History... command. 2. I accept the default options and the History window opens. 3. Now the strange thing : I do nothing and just click on the Close button. This immediately closes the current solution. VS 2005 then automatically tries to re-open the solution but as explained in the thread titled  Using VSS local plugin remotely: problem with credentials , it prompts me again for my credentials since my VSS credentials are not ident ...Show All

  • Visual Studio Express Editions vs2003 to vs2005 - convert code

    hi, the following code works fine in vs 2003, but not in 2005...what the code does is that when a form is showed, the form never gets focus, the focus is always on the underlying form, even when the user clicks on the topmost form: Imports System.Runtime.InteropServices Public Class keyboardForm Inherits System.Windows.Forms.Form Private Const WS_EX_NOACTIVATE = &H8000000 Private Const WM_MOVING = &H216 Private Structure RECT Public Left As Integer Public Top As Integer Public Right As Integer Public Bottom As Integer End Structure Protected Overrides Rea ...Show All

  • Visual Studio 2008 (Pre-release) InvalidOperationException: Open DataReader using DataContext.Connection

    Hi, What's the best way to receive the total row count of an ITable acquired through reflection Since reflection is used, System.Query.Count() is unavailable. The next thought is to use ExecuteQuery<T>(string, object[]). An attempt to call DataContext.ExecuteQuery<int>("SELECT COUNT(*) FROM SomeTable"); produces an error: Message="GenericArguments[0], 'System.Int32', on 'System.Data.DLinq.Model.FieldAccessor`2[T,V]' violates the constraint of type 'T'." The next thought is that perhaps DataContext.ExecuteCommand(string) might be called if there is a way to set @@ROWCOUNT to COUNT(*). But ap ...Show All

©2008 Software Development Network