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

Software Development Network >> Texan VB.Nut's Q&A profile

Texan VB.Nut

Member List

Jack B
mjn
Aryadip
Andrew McDonald
jayman16
Krighton
WiFi
David Oz
Mike Berro
Srikanth Baggu
bswick
Yevgeniy K
alexanderpg
SeekTechHelp
Rainier
Nigel Lin
mnborja
Gramm
bony
Mapa3matuk
Only Title

Texan VB.Nut's Q&A profile

  • Visual Basic Mask in datagrid

    How can I make a masktextbox in datagridview cell !!!!!!!!!1 Hi Please check this link. It will convert c# code into vb.net code. then you can customice the code as you need. http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx ...Show All

  • SQL Server SQL Server 2005 June CTP available ?

    Is the June CTP out, and if yes why can't I see it on MSDN Subscriber Downloads ( http://www.microsoft.com/sql/2005/productinfo/ctp.mspx ) Thank you Correct, this should work, it might also work if you just uninstall .Net and then try and install SQL Server June CTP. But uninstall both is best bet. ...Show All

  • Visual C++ Error: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

    Hi, I am getting this error in my application: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. It is an application developed using Visual C++.Net with Visual Studio 2005 Beta 2 release and it uses Windows Media SDK 9.0 and has a DLL built with mixed code (native and managed). I need to pass a reference of a form to one of the methods written in mixed mode DLL. Form is a managed class. It works fine first time the method is called. On subsequent occasions it gives above error. If application is restarted it again works for the first time. Does anyone have a clue why this ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX Application deployment

    Hi There, I am working on a Direct3D application with C# 2005 Beta. It runs fine within and outside the 2005 IDE on my computer, but It won't run on somebody else's comp. (I can deploy non-directX applications though) The other person has the same version of DirectX (9.0c), and the .Net framework (2.0 Beta) as I do. On the other computer, the program crashes right away and it says " myProg has encountered an error and needs to close... " Is it enough to just copy and launch the "myprog.exe" file Do i need to forward the 3 DirectX DLL files that my program references. If so, is it OK to just copy them next to the exe file, ...Show All

  • Visual Studio Printing in Local Mode in ASP.NET

    I am trying to use the Report Viewer in local mode from a web app. It seems to work pretty good until you go to print. Pagination doesn't see to work at all. The report is setup to print on Letter, and should print to 2 pages. This is how the report is rendered in the control. I'm not sure what its doing at print time, but I don't get 2 pages. Also, sometimes I see the report viewer controls in the printout, sometimes I don't. Can anybody shed any light on this I would settle for having a working Print button in the ASP.NET ReportViewer control. Even though gotreportviewer.com says printing is avai ...Show All

  • Windows Forms UserControl with other controls inside (URGENT)

    Hi all i just have a question!! i’m doing my own usercontrol, and i have set a few controls inside it (a few buttons and some textboxes ) and i place my user controls inside a form. but my problem is in the code i can access the controls inside of my usercontrol using the UserControl1.Controls Property, is there anyway to no have access to those controls inside if yes How anysample !!! thks JSB Use a foreach bucle for obtain the controls into the usercontrol. You can specify a determinate type (in this case TexBox ): After, you can add this control into a ArrayList for most fa ...Show All

  • Visual Basic How to display child form from mdi form

    Hi, I designed mdiform with picture box. I try to load the child form at the run time. It hide inside the picture box in the mdi form. I want the child form in front of the picture box. Please help me to find solution for above problem. Bye, Rashe Rashe, Any controls that you place on a MDI container form will appear in front of the Child forms. To display a picture on the MDI parent, use the BackgroundImage property instead of using a PictureBox control - the BackgroundImage will appear behind the Child forms. Hth, Steve Hoag ...Show All

  • .NET Development ISAM installable file not found

    Hello,     I am trying to open a connection to an Microsoft Access data base in visual basic.net.  I get the message ISAM installable file not found.  I have the file MSISAM11.dll in c:\windows\system32.  I registered it with regsvr32. and it still does not work.  What can I do thanks a lot in advance for your help Aurora Tellez. Actually, I am using MS Access at work, so I never try to open the media player. All I know is this file does not exist on my system!!! ...Show All

  • Software Development for Windows Vista Parallel Activity issue in Sequence Workflow

    Hi To All, I am using WinFX December CTP and released version of VS 2005. In Sequential workflow, when i tried to use parallel activity with two code activities inside them. The code activities do not seem to be executed parallel manner. Actually, i put the thread into sleep in first code activities for a specific amount of time. The result is always, first code is getting executed prior to second code. Is it a bug or is this way the parallel activity works Thanks, Ganesan Krishnamurthy.   Ganesan, Each workflow instance runs in a single thread.  The parallel activity does ...Show All

  • .NET Development Application Settings

    Can any one point me in the direction of docs for reading the app.config file using the framework and C#. There is an abundance for VB and new My.Settings thing but can't find any about how to do it with the .NET Framework. Martin The settings designer is not just for VB - you can use it in C# and J# as well - the only difference is that in Visual Basic, you can access your settings from the My namespace. In C#, you can still use the settings designer and get to them from: Properties.Settings.Default.* For more general information about application settings, see: http://msdn2.microsoft.com/library/k4s6c3a0(en-us,vs.80).aspx Best rega ...Show All

  • Visual Studio Express Editions MSDN Express Library Download

    Is it possible to manually download the MSDN Express Library so as to burn it onto a cd like the other Express software Thank you. Oh. I just reread the sentence on the manual install page and it says "comes with all optional components," so I assume it does. ...Show All

  • Visual C# What's the difference between += and =+?

    Is there a difference between the valid += and the mysterious =+ They both compile, is this correct As mentioned, the unary plus operator is the complement of the unary minus operator. For unary minus: n = 42; n = -n; // n is now -42 For unary plus: n = 42; n = +n; // n is still 42 The unary plus operator is a NOP, but included for mathematical completeness, as far as I understand. ...Show All

  • Visual Studio Team System SQL Server collation: Latin1_General

    The installation guide states: For U.S. English, the recommended collation is Latin1_General . When I check, I see server collation as Latin1_General_CI_AI. Yet, TFS setup tells me: SQL Server collation is not set to one supported by Team Foundation Server. What gives Hi Alan, The issue is that your SQL Server is setup to be Accent Insensitive. TFS is not supported on an Accent Insensitive config. You will need to setup SQL Server to be accent sensitive. i.e. Latin1_General_CI_AS ...Show All

  • SQL Server Try Catch Block

    Hi: one of our study group members noticed a strange behavior and has the following question. Any thoughts are appreciated. I am unable to understand as to why the CATCH block is not executed when an INSERT is made On table T3 which is dropped after the first transaction. The severity of Insert into t3 values ( 3 ) is Msg 208 , Level 16 , State 1, Line 2 Invalid object name 't3'. BOL says TRY…CATCH constructs do not trap the following conditions: Warnings or informational messages with a severity of 10 or lower . Errors with severity of 20 or higher that terminate the SQ ...Show All

  • Visual Studio Express Editions Graphics to Image

    I'm new to VB 2005 Express Edition. I have created a program that allows users to drag and drop pictures into a form and print them out formatted and with text added. I'm trying to find a way to save the output to a jpeg or gif but can't find any info on saving the graphics to file. I found how to save image to file. Is there a way to convert the graphics information to image class Ron You can create a graphics object from a Bitmap, and you can then draw into that graphics object, to draw onto that Bitmap. You can't save a Graphics object, you can only save a bitmap. ...Show All

©2008 Software Development Network