Zwack's Q&A profile
Smart Device Development Format a date column in a datagrid
Hi I have a column in my datagrid which is a date field. It is represented in the grid as 'mm/dd/yy' - but in Australia we prefer 'dd/mm/yy' The grids datasource is set to a dataset at runtime. I format the grid at runtime using tableStyles. e.g. Dim activityDate As New DataGridTextBoxColumn activityDate.MappingName = "activityDate" activityDate.HeaderText = "Date" ...Show All
.NET Development Windows Service using Sockets
I am experiencing a wierd problem... I have a C#.Net application Server which uses Sockets. It listens on port 11000. and it runs as a Windows Service. -- If I run it as a consple Application, I can connect to that port/Application from any machine on the network as well as from my local machine. -- BUT If i install it as a Windows Service, I cannot connect to it from the network though it works just fine form the local machine. --A ...Show All
Visual Studio 2008 (Pre-release) Databinding Big Problem
I`ve searched several posts talking about databind I am trying to do a Very Simple example posted below but I dont know why nothing happens, nothing appears. I try to set the text value property manually and it worked. I am using the February CTP everything I downloaded today. Please anyone can help me Thanks a Lot < Window x:Class = " DeepBinding.Window1 " xmlns = " http://schemas.microsoft.com/winfx/200 ...Show All
Visual Basic Subscript out of range
This routine was copied from another one which works. However when this code is executed I get "9 Subscript out of range" error right after "charge = charge + m_FBI(intSubscript)" and "charge = charge + m_FBI(intSubscript)". When added it also causes my other routines to get the same error. Private m_FBI() As Currency Private Sub chkFBI_Click() On Error GoTo What_error MsgBox "START" intSubscript = selectCustomer.ListI ...Show All
Visual Studio Paging in toolbar off-by-one
I'm using the ReportViewer control in a WinForms project, using Local processing mode. On the report itself, it always correctly shows the current page and total number of pages in the report using Globals!PageNumber and Globals!TotalPages. However, in the toolbar page navigator, the total number of pages is always initially shown as one less than the actual number of total pages. For example, I've got a report that actually has ...Show All
Windows Forms Installation Failure
When I install Taskvision on my Win2002 Pro develoment workstation, I get the following error the a complete rollback of the installation Incorrect Syntax near the Keyword 'On' Incorrect Syntax near the Keyword 'On' Regards ...Show All
Microsoft ISV Community Center Forums fast search
hi all i have used workspace in msaccess 2000 project in order to get an atomic transaction so it can rollback at any problem the workspace allow me to open the record set for once but i need to open the record set with multiple conditions so what i did i opened a generic record set set rs = db.openRecordset("t1",2,dbseechanges) then i used a filter to determine the conditions dim x as recordset rs.filter ='c = ...Show All
Visual Studio 2008 (Pre-release) Exception when sending larger amount of Data
Hi. My Services fail when they transmit arrays larger than an certain size. The size seams to be independent to the binding used. The exception thrown is usually: Unhandled Exception: System.ServiceModel.CommunicationException: The server did not provide a meaningful reply; this might be caused by a contract mismatch, apremature session shutdown or an internal server error. but i’ve seen different exceptions as well such like access violatio ...Show All
Windows Forms Global Parameters needed ...
Hi, I'm using C# for a Windows Forms based application. I need to share across several classes/objects some global parameters like path names. So far the only method I found is to pass to each class constructor a pointer to a class that contains my parameters. Does anybody knows how can I define Global Parameters to my application Thank you Thank you all, I think I have a solution now ...Show All
Windows Search Technologies Cannot uninstall WDS v2.6.5 (5378) under XP SP2
Howdy, I am using XP SP2 on a IBM T40 laptop, accessing through two accounts; one with admin privilege and the other under Power User. For daily usuage, I used the latter. The problem is I can't uninstall WDS v02.06.5000.5378. It is because: a) WDS isn't listed in Add/Remove Programs b) the Uninstaller package is not listed in %systemroot%\$NtUninstallkb911993-V2$\spuninst and lastly c) The "Windows Install Clean Up" doe ...Show All
Windows Forms Global DataSet - or Sharing Data between Forms
I'm pretty new in .Net - so it's possible I am thinking all this in a non .Net way. But here it goes: I am trying to share a DataSet between all forms in my App. Actually , I want to bind all instances of the same type of&nb ...Show All
SQL Server trigger issues
I am running a trigger on a table (cusomfields) that is to fire when the table is updated or inserted. The trigger takes the new data and moves it to another table called search_products. Search products is made up of 5 columns (product_id, search_terms, name, vendor and keywords). The search_terms column is a combo of the name, vendor and keywords columns. When the trigger fires, the column in the customfields table that updates the keywords ...Show All
Visual J# High School Teacher still needs help.
Hello, I am a high school math teacher and this is my second post for help writing my first java appet using : Microsoft Visual J#.NET Microsoftw Development Environment 2003 Version 7.1.3008 Microsoft.Net Framework 1.1 I have gotten help from Christian Graus and Jaiprakash previously and I thank them, but I still have not gotten my first applet to run. I am trying to use the code for the applet at http://www.mrpowe ...Show All
Windows Forms Do user app settings get overwritten when using clickonce deployement
That simple as the subject..... When using clickonce will the user app.settings for a client already install be overwritten with the defaults i have set up for an initial application install. If so is there anyway to stop the user settings being changed ...Show All
Visual Basic Published in Beta
Hi, I have created a program in Visual Basic 2005 Express Edition BETA 2, I have .net runtime beta 2 installed. When my program is published, will the end user have to install a new .net runtime. Will it work on 1, Beta 2, or 2 itself What will they have to install (if anything ). Thanks alot... I would recommend you download and install the final version vb.net express and recompile the application. There are bugs in the beta editio ...Show All
