jvds's Q&A profile
.NET Development .Net 2.0 Installation Problem
I have installed .Net 2.0 on my computer however my projects within Visual Studio 2003 are still using old system dll versions of the .Net Framework. How do i tell it to use the new .Net 2.0 Framework. VS2003 does not use 2.0. There is no way to make it do that. You need VS 2005. For further questions on VS use http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=26&SiteID=1 ...Show All
Windows Forms App takes forever to load... how to put a loading window...
Hi, My app takes forever to load.... how do I put like a loading window that basically lets the user know that the app is loading Just like popular apps like Dreamweaver or Photoshop... they all have a loading window first and then the app app ...Show All
.NET Development DrawString in .NET
Hi, I am trying to use the DrawString function so that it does not put a space at the heading and trailing of a string I have tried MeasuretrailingSpaces but that doesn't seem to work. I want the string to start exactly at my x coordinate. Do i have to set the StringFormat to achieve this rotsey This method is only defined for the WinForms controls. You might want to ask your question on forums.asp.net . ...Show All
SQL Server auto new line in same table
Hi I have Table Like this In SQL server Code Name 1001 Bank 1002 Cash I need a TRIGGER FOR INSERT , UPDATE , DELETE that ADD a new Row's in the same table like this: Code Name 8001 Bank 9001 Bank 8002 Cash 8002 Cash In other mean for any row add to table by user that code start with 1xxx the trigger must inset to other row to that table whit code 8xxx & ...Show All
SQL Server SqlCePeplication.Synchronize
I am attempting to follow the example from VB.NET 2005 on synchronizing and SQL Database and an SQL Mobile 2005 db. I have verified that the PALM device (Treo running WM 5) when the device is connected to my desk top by using IE on the Palm to browse to the shared Folder I set up with IIS and the Configuration Web Synchronization Wizard. The error I get is "An incorrect or unsupported HTTP function call was made." and I have not ...Show All
Windows Forms Strange and Undesireable Black Console Window on Client Workstation
Visual Studio cannot be used in our production migration process for ClickOnce applications, hence we are using Mage in a batch process to create the manifests. It all works fine, except that a black console window appears on the client in addition to the ClickOnce app GUI Window. If the console window is closed, the ClickOnce app closes also. Same situation if the manifest is created via MageUI (which is a little more current utility) The conso ...Show All
.NET Development How to usd regular expression to match a function in the .cs file?
I want to find the function named "myFunction()" in my cs file, then show the source code of it: public void myFunction() { ... ... } I wrote a regex : ^\s*([a-zA-Z]+\s+)+Fun\(.*\)\s+\{.*(\{[^\{\}]*\})*\} but it can't work. could you give me a sample Thanks Ah, very interesting. I was not aware of the <DEPTH> construct. Then, I suppose, it may be possible.&nb ...Show All
Windows Forms Loading class methods in a property dropdown
I have a class property that store a method name. I exposed this property to the designer. Now I'd like to load in the property dropdown list the class methods so they are available for selecting. How can I get the class methods in a UITypeEditor I'd like to do what the designer do for events. Thanks. you can use reflection on your component but i think there is a design flaw on this... can you elabora ...Show All
Windows Forms DEAR JACOBMVP
ur code that u send for clearing the datagrid does not work. I have wriiten the code on the click event of the delete button "it gives error " nothing does not exist in the class or namespace" Kindly give the alternate if possible. t ...Show All
Visual Studio Team System Package Load Failure - PerformancePackage
Has anyone seen the Package Load Failure dialog for the PerformancePackage Thank you, J Pursell Issue: Description: Under certain conditions the PerformancePackage fails to load. The Developer is presented with the Package Load Failure dialog. Environment: (see Note [1] below) Steps to Reproduce: Start Visual Studio Team Edition f ...Show All
.NET Development How to fire "select * from abc.dbf where mapkey=123"
Hello All, I am using the following code to extract the data required with where clause string where_clause="where ",comp_query=""; frmDisplay frmObj= new frmDisplay(); string strConnect="User ID=;DSN=;Collating Sequence=MACHINE;Data Source= '" + frmViewer.lay + "' ;Provider=VFPOLEDB.1;Cache Authentication=False;Mask Password=False;persist security info=False;Mode=Share Deny None;Ext ...Show All
SQL Server Is there a as400/db2 native provider to extract data?
Is there a as400/db2 native provider to extract data Dear Wenyang - I'm not sure what Greg's issues are but I'm having problems with OLEDB connection to AS400. When I try to read from an AS400 LIB into a dataset (Visual Basic .NET 2003) I get the error "Memory Allocation Error". I would greatly appreciate any help you can provide in resolving this issue. Here's more details on the exact problem I'm experiencing: A “Memory All ...Show All
.NET Development Saving a wav file in sqlsever
hi how to store and retrieve wav/mpeg files in a SQL Server table thanks in advance Load Books Online (BOL) and look up 'TEXT', you will want either a text or image type column to store blob (binary large object) data into. There are commands for storing and retrieving BLOB data chunk by chunk. Some things to consider: - The model for working with BLOBs is far from convenient and will cause you to spend additional time you ...Show All
SQL Server Reporting Services 2005 on Windows 2000 SP4 Domain Controller
Hi all, I'm experiencing a problem with Reporting Services 2005 running on a Windows 2000 AD Domain Controller. Installation has been done correctly, SQL 2005 and SSRS 2005 are running correctly (I've followed Microsoft KB911846 to solve the "not dtarting after installation" problem). Accessing reports virtual folder ( http://machinename/reports ) from localhost, logged on with user Administrator Report Builder option disp ...Show All
.NET Development Namespace or type specified in the Imports 'MySql.Data.MySqlClient' doesn't contain any public member or cannot be found.
Dear All, I'm trying to connect to a MySQL server via ASP.NET 2.0 using the Visual Web Developer 2005 Express Edition. I've downloaded and installed the MySQL Connector/Net . I'm using the following code: <% @ Page Language ="VB" debug ="true" %> <% @ Import Namespace = "System.Data" %> <% @ Import Namespace = "MySql.Data.MySqlClient" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transi ...Show All
