Eamorr's Q&A profile
Smart Device Development Windows CE installation on a laptop pc
I have installed WinCE 5.0 on a laptop computer, having these characteristics: - CPU: Pentium III @ 650 MHz - RAM: 192 MB - Hard Disk: 11 GB - PCMCIA Ethernet Card (model 3COM 3CCE589ET @ 10 Mbps) These are the steps I made: - using Platform Builder I built a run-time image of WinCE 5.0 (file “nk.bin”) - I copied it on a CD Rom (via Ethernet was not possible, since the Card is not recognized) - I booted the computer from the floppy firstly cre ...Show All
Visual FoxPro _screen.ContinuousScroll problem
I noticed this problem just this morning after spending many hundred hours debugging my app for the past few months when everything worked just fine. This is the setup which is hardly unusual. There is a function in a prg file and a Click method that calls it. There are a couple of print statements like: "coimng out of the function: "+numeric_id and such in the function(s) and one in the Click method. All output is character s ...Show All
.NET Development Internet Cafe Software
i have to automate my college computer center(ISA 2000 installed) with 2000 students with their roll nos. and passwords and personal details to be stored in a databse a student enters his roll no. at the server computer and is alloted a computer (out of 200 computers) . he goes at that computer , enters his roll no. and password and if correct then is allowed to access internet for 30 min. after which he is automatically logged off ...Show All
Windows Forms Windows Forms Tab Control problem !!
Hi all, I'm trying to select a tab from the windows form's standard tab control on right clicking of mouse button on the tab button (when the context menu is shown) The mouse event args gives me the location of the mouse pointer. But the tab control doesn't expose any method or property to get the tab on which my mouse pointer is hovering. If anyone has the solution I will be thankful if you can let me know. Hoping to hear from you guys... ...Show All
.NET Development .net 2.0 SqlDependency
Hi, I am trying to get the SqlDependency to work in an application. Here is the problem: One windows application connects to northwind database using a user login. It then diplays the data in the Employees table. Another project is using the the login as the previous App to display the same data BUT it displays an error when it gets to da.Fill(ds, "Customer"); The error is: Message "When using SqlDependency without providing an opt ...Show All
Microsoft ISV Community Center Forums SaveAs question - Excel
Hi, I have a piece code that does SaveAs at the end of the program but it always tells me that file already exists and do you want to replace it. I do not want that message to pop up and i want program to just overwrite it. I had in the code both application.displayalerts and screenupdating set to false but still does not work. I had the same code in another macro and it works fine. Any ideas why this does not work. I am exahausted trying to ...Show All
Visual Studio Express Editions VC++ noobie questions
hi. I have just downloaded VC++ Express edition. I have earlyer some experience with good'ol qbasic,been digging around in assembler on the amiga, and and now recently working with Flash and actionscirpt. good fun, but... But now i want to learn VC++ Where should i start I have no C++ experience, So what i really need is a hello world start, and a good free online book. soo... can any one help me out Cheers! ...Show All
Windows Forms binding datagridview with two tables
Hi all. Im trying to do a dgv with fields coming from two tables as this: Table1(Customers) CostumerID (Int, Primary) CostumerName (String) Table2(Orders) OrderID(int, Primary) CustomerID (int) OrderDate (Date) I want my datagridview to display the fields as follows, mixing the fields from those tables. OrderID, OrderDate, CustomerID(table2), CustomerName i can do this by generating an access view, add to my dataset&n ...Show All
Windows Forms Image Property
It would seem that you can create a new bitmap with an ImageFormat of Icon as long as the icon exists in a file (i.e. myfile.ico). Why then can I not assign an Icon to a new bitmap I know I can assign it by converting to&nb ...Show All
Visual Studio Reprting SQL Server Datatype of text/ntext
Hi, I am attempting to create a report from a SQL Server database with a column declared as type 'TEXT'. My problem is that I am always getting two pages for my report even when there is only a single line of text in the TEXT column. I have tried using a formulae to cast to type string, to TRIM the whitespace and getting the length and extracting using LEFT. So far no avail. Can anyone provide any advice on how to handle this Chee ...Show All
Microsoft ISV Community Center Forums Remove user from (Folder-)ACL
How can I remove a User(for intance "TestId") from the ACL of a folder using API-calls on advapi32.dll At this link I found VBA-code http://download.microsoft.com/download/wbt/sample/2.0/nt45xp/en-us/setperm.exe Can anybode help me I'm very pleased FiftyFive Per the support engineer: First, I’d like you to go through a 3 rd party sample code provided by AllApi.NET ( http://www.mentalis.org/apili ...Show All
.NET Development user interaction in windows service
According to msdn, the windows service classes supported by the .NET framework do not support interaction with the user but it can be done by the unmanaged windows API. Can anyone provides some links or relevant examples to the above problem. Any suggestion is appreciated. You can also communicate to a Service, by sending messages using ServiceController.ExecuteCommand and overridding ServiceBase.OnCustomComman ...Show All
SQL Server Different row delimiters in same connection manager
I have a situation where two CSV dmited types are read in. One file row type could be CRLF while another could be CR. Seeing how the only difference between these file types is the row delimiter, I would like to use one conn manager. Is it possible Ideas Try this: create a string variable Delimiter. In Connection Manager window select your csv connection and look at its properties. Open Expressions form and add an ...Show All
SQL Server SP with SSIS and 2005 database
I have issue with SSIS performance, when SSIS is used with SQL server 2005 database engine as backend, it takes long to execute procedure but when SSIS is used with SQL server 2000 database as backend, procedure execute in expected time frame. (No delays are faced.) Kindly suggest. Thanks Rohit Wason How are you executing the procedure When you say "procedure", do you mean a stored procedure What does ...Show All
SQL Server Free space information in Management Studio
In Enterprise Manager, the taskpad view showed me how much space is available in the data and log files. Is this information available anywhere in SSMS For instance, in one database EM shows me that I have 1200MB free in the data file and 400MB free in the log file. It also says, at the top of the taskpad view, that I have 0 free space in the database - I'm not sure how they relate, but in SSMS the only number that I can see is the 0. It also t ...Show All
