Jurney's Q&A profile
Visual Basic Datagrid resizing of last column to stretch to edge
Hi, Two questions: 1. How do I get the datagrid last column to resize to the edge 2. Is there a way to get the datagrid to display 10 rows by 3 columns even though there is no data, because I want to link it to a calendar component so when you click on a calendar date it will show the appointments for that day 3. How do I get the datagrid to allow me to double-click and not edit the cell when I click it tnx ...Show All
Smart Device Development Adding a SQL Mobile Database to PPC project
I'm using VS2005 Beta 2 to develop a PPC application. When I try to add a new SQL Mobile Database to the project (by selecting Project | Add New Item | SQL Mobile Database), I receive the following error: "An error occurred while processing the local data file: Unexpected error". The database does appear in the project, but when I open it the local window shows what appears to be a memory dump. BTW, I have SQL S ...Show All
Visual FoxPro Accessing FoxPro 2.x tables from VFP 9
Hi, i have found, that VFP 9 cannot optimize selects / updates / deletes on FoxPro 2.0 tables - it does not use any indexes defined for these tables. When i was manipulating these tables from VFP 6, there has not been problems and all selects / updates were optimized. Can someone help me to find solution for this Thanks in advance Yes, but with temporary SET ENGINEBEHAVIOR 70, there is no problem with op ...Show All
SQL Server Setting up a Content Manager
I have inherited an application that calls RS via the web service. The security on the Report Manager appears to be such that the previous developer was the only person who could upload reports. This person is no longer with my organisation. Is there a way to add myself as a Content Manager I am in the administrators group on the server and running the Report Manager locally still only allows me to view the General information and not to cha ...Show All
Smart Device Development Cannot establish a connection
hi i am mehmet i am deployment smart device application solution on vs.net 2003. and i am using Active Sync. but when i am connecting to device PDA later solution is error : Cannot establish a connection.Be sure the device is physically connected to the development computer can i do have a look at this article http://support.microsoft.com/default.aspx scid=kb;en-us;813579 try goin to this location on your pc C:\Program F ...Show All
Visual Basic Rotating an image or bitmap object
Hello, I'm looking to (through code) rotate an image or bitmap object. It has to be to any angle, too, not just 45 or 90 degree intervals. I HAVE code to do this, however, the centerpoint for rotation ends up being the top-left corner of the bitmap. I need it to rotate from the centre. Thanks in advance to anyone who can help. You need to do a translate transform by half the width and height of the bitmap, so that the point of rotation ...Show All
Smart Device Development How do I add help to my application?
hello all, i want to add help to my application, how to do so Depends on what kind of help you want to add to your application. If you want to add API level documentation,look at something like this http://www.opennetcf.org/PermaLink.aspx guid=05650440-2281-4f72-bdb2-fe6343284dca ...Show All
.NET Development Enable/Disable network card
Hi. Is there any possibility to control the network card ( enable/disable) using c# in .NET Framework 1.1 Thanks.Mircea I think the answer he is refering to is the one from Mike Flasko: Mike Flasko wrote: Although I have never done this in code, I beleive this can be done using WMI. The following links should provide the information you need: http://msdn.microsoft.com/library/default.asp url ...Show All
Visual C# .NET 2.0 WIndows Service Deployment
I have a windows service written in C# for .NET 2.0, and I've got everything completed for it, even a Deployment application. Every thing installs and runs fine. However, now I need to modify the deployment process in order to ask the installer a couple configuration questions. How would I go about doing this In my original message, I stated that I had built a succesful deployment project... My questi ...Show All
Visual J# VjSharp newbie
I am trying to create a simple form to upload a file - I keep getting the following error Object reference not set to an instance of an object. Here is a portion of the code public class UploadDataRS extends System.Web.UI.Page { protected System.Web.UI.HtmlControls.HtmlInputFile File1; protected System.Web.UI.HtmlControls.HtmlSelect sYear; protected System.Web.UI.WebControls.Label Label3; protected System.Web.UI.WebControl ...Show All
.NET Development COM+ Transaction error in ASP.NET
Hello, I'm working in an ASP.NET application wich uses COM+ transactions and Enterprise Library. I finished and tested the application in my machine which runs WinXP and everything was working perfectly. Then I deployed the application in a Windows 2003 Server and I started to have serious problems and I'd like to undestand why this is happenning. Every time I modify something in my application directory(dlls, th ...Show All
.NET Development XML serializer does not serialize values of properties if value contains only spaces
Hi all, I have a field of type string in a type that is serialized to XML. If the field value is just one space, the resulting XML is this: <FieldName /> This creates an issue with deserializing, because in the context of the application, " " is not equal to string.Empty. I've looked for options on the serializer, and for serialization attributes that would control this behavior, but I could not find any. Any help is appreci ...Show All
Visual Basic Current Record
Hi, How can I display the current record info(Record X of XXX) in a ADODC control Is it possible Greatly appreciate your suggestions and feed back. Struggling to teach myself. KPLG OK, I fyou want to develop using vb6 which is old technology from 8 years ago. Then your in the wrong place to get advice. These forums are for VB.NET and there are better places to find answers for older versions of VB. ...Show All
.NET Development Problem with "shell.application" object...
Hello, I'm really not sure if this is the right forum for this question, but I figured that .NET persons may be able to solve this problem for me. I am using the AutoIT3 scripting language to access COM interfaces. When I try to create a "shell.application" object and then a method, I keep receiving "Error: Variable must be of type Object". I've went to other XP Pro computers here and have had no problem, so it is apparently a problem within ...Show All
SQL Server Edit the Report properties header?
Hi all I have got a question about the Report properties in the header. I have three Report properties in comboboxes but they were not on same height. Just tow were on the same height the third is under them. Something like that... |---Combo---| |---Combo---| |---Combo---| can i edit this section so that all comboboxes were on the same height. grezz Thomas ...Show All
