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

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

hazz

Member List

Marlon Smith
Hila123
Amir.S
harvard_isaac
YhanT
SN Ngaihte
Mendip162
Dhivya.S
Wazoo
George2
syhzaidi
Simon Ellis
R Montgomery
JoshKorn
DKB
David Mulford
h1
Linda Shao
dumian
Anand Raman - MSFT
Only Title

hazz's Q&A profile

  • Windows Forms Data Sources Window Customize

    Hi, We (almost) strictly use 3rd party UI controls in our UI layer. So, I've customized my Data Sources window to map our 3rd party controls (Infragistics) to the available data types (via Tools->Options->Windows Form Designer->Data UI Customization). All of that is working great, with one exception; when I drag a data object's property to my Form from the Data Sources window it'll place a "canned" System.Windows.Forms.Label control next to my 3rd party UI control. Is there any way that I can specify to use (map) a 3rd party label control instead of the canned label control for this label describing/naming the property that I dropped onto my form Thanks in advance, Skip V. ...Show All

  • SQL Server [OTP] Multi User Application Database Transaction Stability

    I am currently developing a multi user VB.NET 2005 application and this is my first time to involve in multi user application. Anyway, i know that multi-user application is not as easy as standalone application. I need to take care of the database stability for each and every user. My concern is may i know how to build up this stability for each and every transaction in terms of Data insert and update This database resides on server and the user is able to access the data through the client application. INSERT The primary key is generated by application when the user enters into the data insert screen and it is done by counting the total amount of records in database. If two users perform insert at the same time, may i know how t ...Show All

  • Visual Basic Need To Create Search Bar For Database

    Greetings, I am completely and utterly amazed at the lack of information on how to create or employ a search bar. This is the one simple attribute that has made the internet what it is today. Nearly every program I have ever used has a search bar which, when data is entered into the textbox and the search button is clicked, it returns matching criteria. However, I have searched (Imagine That) Google, Yahoo,LearnVisualStudio.net, MSDN, and Help for three days on how to create such a simple procedure and have found nothing. What I need to do: I am creating a database where I have all my Employees Information which includes columns: [Employee Number], [Emloyee First Name], [Employee Last Name], etc.... I have created the database and ...Show All

  • Visual Studio how to use process control in vb.net

    Please give me detail description about process control in vb.net P.Veerakondalu Hi, There is a nice sample and supporting doc for using the Process component here: http://msdn2.microsoft.com/en-us/library/fy81t8yk.aspx Hope this helps. Best, Paul PS: I'm moving this to the VB General forum. This is probably a better place for questions like this. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. no query - big mistake

    Hi, Paul Bleisch said about support for device queries: "They are not there today. What are the scenarios where you are using device queries (i.e. which queries) We've had much internal debate about this (in regards to the general lack of support for them and what the API should look like if we did it)." My question is: Whether there will be a support for device queries and when the XNA team will spend the patch to XNA which is removing this big mistake Cheers, query. Well someone else also mentioned this but I noticed that nobody has entered a bug/suggestion into connect. So if this is really important to you log in and go to https://connect.microsoft.com/feedback/defa ...Show All

  • Visual Basic VB computing wrong value during execution

    I am receiving the wrong result when I perform the following computation using VB.NET 2005. MM = CDbl (LoCursr - 1) / CDbl (HiCursr) LoCursr and HiCursr are both dimensioned as Integers and have values of 85 and 87 and are passed into this subroutine as ByRef values. MM is a local variable declared as a double. If I execute this statement in the immediate window, I get the correct result of 0.96551724137931039 However, when this statement executes normally, I receive a result of 0.96551722288131714 which I also get if I execute Cdbl(Csng(84/87)) in the immediate Window. I've tried storing the LowCursr and HiCursor values in Doubles prior to doing the computation, but that did not correct the problem. Is there a se ...Show All

  • .NET Development problem in DataTable's select method

    I am trying a prototype in which I am using ADO.net 1.1 (VS2003) for data access. I have following table TestGUID: CREATE TABLE testGUID (userid int primary key NOT NULL , rollno uniqueidentifier NULL,  [name] nvarchar(50) NULL) I am trying the followng code:for inserting/update the row in the datatable(idea is to update first if the row is already there and if it is not there then insert a new row)   private void InsertGUIDs()   {    SetAdapterCommands();    for (int i = 0; i<10; i++)    {     try     {      int itemid =  i;      string rollno1 = "00000000 ...Show All

  • Visual C# Multidimensional Arrays

    Ok, my book really sucks I think. After struggling with an example in the book, I looked in the MSDN and searched these forums. I believe my book is wrong when it shows: int[,] student = new in[4][3]; I tried doing it that way but it errors. int[,] student = new int[5,4]; gives me no error and works. I am going to go with that. Unless someone can tell me that int[,] student = new in[4][3]; is indeed a correct format or what kind of a typing error it could be... The following also seems to be in the wrong format: int[][] x = { { 2, 3 }, { 4, 5 }, { 6, 7 } }; I don't think you can do it that way... Ok, but I still get the error array initializers can only be used in a variable or field initializer, try usi ...Show All

  • Visual Studio Unable to install Visual Studios 2005 Professional 90-days Trial Edition

    Hi! I have downloaded the trial version for Visual Studio 2005 Professional Edition. The filename is 'En_vs_2005_Pro_90_Trial.img' which is '.img' file extension. I have tried to open it by using 'iview399.exe' but unable to open the installer. Can anyone help me to do with the installation. I have been trying hard to install this Visual Studio and due to my office is having many firewall settings, finally I'm able to download it but now I'm unable to install it. Please help. Thanks in advance. Thanks Gabriel. I finally able to get it installed in my PC. What I did was get a virtual CD tools. Then use it to make a virtual DVD drive and extract the installer from the virtual drive :) ...Show All

  • Visual Studio Express Editions Cannot register filter with win98se

    I have built a capture filter with VS Express on a pc with xp pro, where it registers ok thru regsvr32.exe. But if I try to register it on another pc with win98se it fails to register. It happens with both the debug version and the retail version. Any comment or advice please Regards, pcd. I found that the following simple method works:- (1) Copied 3 files - msvcr80.dll, msvcp80.dll, msvcm80.dll from \windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd to the folder containg the app and my dll. (2) Transported the folder to the win98 computer. My own dll registered ok. The app also worked ok. BTW the WIX method did not work, win98se did not have the correct insta ...Show All

  • .NET Development XSLT editor in VS leaks memory when editing stylesheets with script blocks in it

    I filed the issue through http://connect.microsoft.com to acknowledge the problem and let everybody a chance to vote for it: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=230392 This is not a huge problem and it would take some time before VS leaks enough memory to actually notice the symptoms of the problem. If you fill that fixing this bug is critical for you, please vote now! Otherwise it would be fixed in the next release of VS. ...Show All

  • Windows Forms MOdal Form in Threading...

    I want to create a modal form in a thread: Basically a thread is started which executes this function functn() { prg = new Thread(new ThreadStart(prgShow)); prg.Start(); //Form2 f = new Form2(); //f.ShowDialog(); dwldupld.DownloadFromServer(target); prg.Abort(); } while DownloadFromServer is being excuted I want to show another form (modal) so when download completes it is disposed how to do that...I cannot keep the commented line as it shows dialog and does not go to next step. what i tried is starting prg Thread that does the necessary programming functPrg() { if (f.InvokeRequired) { SetPrgDisp d = new SetPrgDisp(prgDisp); f.Invoke(d); } else ...Show All

  • Visual C# Want windows service's startup type can't be changed

    How to disabled the windows service's startup type just like : Remote Procedure Call (RPC) thanks Asked an answered, see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=351756&SiteID=1 ...Show All

  • Software Development for Windows Vista Way to get property from an persisted workflow instance

    Dear all, How can I retrieve Workflow Properties from an workflow instance (either loaded and persisted) Please help. Thanks. Andy Ho Andy, Try looking at the QueryUsingSQLTrackingService example in the SDK. There are examples in there on how to query on various fields from the Tracking DB. Hope this helps ...Show All

  • Visual Basic Incorrect syntax near the keyword 'FROM'

    I am a beginner at vb.net 2005 and i am getting the following error when i am filling my dataset: "Incorrect syntax near the keyword 'FROM'." I am getting the error at this line objDataAdapter.Fill(objDataSet, "Catogorie" ) Can anyone advise me on what i am doing wrong Dim objConnection As New SqlConnection( "server=.\sqlexpress;uid=;pwd=;Trusted_Connection=yes;database=Helpdesk2" ) Dim objDataAdapter As New SqlDataAdapter( _ "SELECT Catogorie_ID, Catogorie_Description, " & _ "FROM Catogorie " & _ "ORDER BY Catogorie_ID" , objConnection) Dim objDataSet As DataSet Dim objDataView As DataView ----------------- ...Show All

©2008 Software Development Network