Regsly's Q&A profile
Visual FoxPro How to set automatically 'OK' for a foxpro "update table messagebox"?
Hi! When I add an old table (fox 3.0) in fox pro, the program get me the follow messagebox: "File 'TABLENAME.dbf ' will be updated in new file format, making it unreadable, to previus version of FoxPro. This can be reversed with 'COPY TO' command, and the old table will be saved as a .BAK file. Continue " and I have two button OK, and NO! But I want that my program choose automatically the OK button! Is it possible Thank you ...Show All
SQL Server 2005 SQL EXPRESS DATABASE BACKUP
I am using Veritas backup exec 10.d with sql agent. I am able to see the sql express studio 2005 database files but there is difference in file size between original database file and the one shows in sql agent backup selection. The backup performs 100% successful but the original database file size is different e.g( original file:350MB, backup file: 28MB).. Any ideas... Thanks in advance.. ...Show All
Visual Basic Reading from file errors...
Hi everybody.. This is the problem I have: I have a .txt archive which contains lines for configuring labels, buttons, and other controls of my form. This archive is written in spanish and some letters have an accent. I can read wit no problem the line, but when I assign the value I get (string type) to the text property of the control, the accent letters did not appear at all. Now I tried configuring my regional settings, before I had Eng ...Show All
Windows Forms Application.Exit Problem
Hi I am facing a weird problem with Application.Exit in Windows 2003. After this statement is executed, the application does not go down and CPU usage goes up to 100. This problem occurs only in Windows 2003. Windows XP (SP2 and SP1) are just&n ...Show All
Smart Device Development "Unable to connect to remote server"
We have developed a .NET application for a Symbol 900 Pocket PC device. Frequently, we rcv. the following message when the device is out of network range: "Unable to connect to remote server" Is there any way to disable this message so that application users don't have to continuously click OK to terminate the message The message in no way compromises the functioning of the application; I would merely like to find some way to prevent this messa ...Show All
Visual Studio Express Editions Is there only one possibility the read out variables etc. from an HTML or PHP website?
Hi, Im working on Visual Basic Application. I implicity want to read out some variables or text from an website. Here my idea: Im owning an website writen in PHP an HTML. Now I got an "Who is Online" System. The Application should (with assistance of an timer) periodly visit the website and read out the variaable contains the number or online users. Now the Application should notify me in an an baloon tip: "12 users yre visiting y ...Show All
SQL Server sql transaction
I have created three stored procedures. Each one has a begin transaction and commit transaction and in the begin catch statement it has rollback transaction. i.e. create procedure sp1 as begin try begin transaction insert into table1(field1) values('field1') insert into table2(field2) values('field2') end transaction end try begin catch rollback transaction end catch -------------------------------- create procedure sp2 as ...Show All
Windows Forms Teaching .Net in Colleges
In January 2004 (possibly in September 2003), I will be teaching VB .Net at a local college. I was wondering what kind of ideas my friends over here have for me. Also, does anyone know of a school that is already teaching .Net I'd li ...Show All
Windows Forms Setting icon to form
Hi I face the following problem. I m using Visual Studio C# 2003 standard edition.In my project i use Modaless Form and i dont show that form in TaskBar .Now i need to set a icon for that form.I tried setting my own icon but it always displays the default one.i like to know how to set the icon for a form which is not shown in the taskbar. Please Help... Thanks private Form1_Load( object sender, Eventarg e ) { this .I ...Show All
SQL Server deploying report models
Hi Friends I've quick question ,we have a .net application and we want develop a report builder utility for our end users.I found sql server's built in Report builder is very useful so i created a report model which is easy enough for our end users to select different data items to create their own reports. My questions is how can i deploy this from our production machine to client site what are the requirements etc., I have looked web for any r ...Show All
System Center WAN linkage sizes
Am I missing something or is 156 Mb the largest WAN link allowed in an Exchange Model Richard Siddaway wrote: Am I missing something or is 156 Mb the largest WAN link allowed in an Exchange Model Yes this is the fastest WAN link configuration included in SCCP device configuration library. What is your link speed ...Show All
Windows Forms How to get a enumeration of all textbox or other input fields
I want to disable or make all input field read at runtime... What is the best way THANKS Peter You need to do this recursively ... in other words, if your control is a tab control, then you need to iterate through each of *it's* controls. ...Show All
Visual Studio Tools for Office Custom Menu
I created an Outlook AddIn which creates a toolbar and a custom menu. The Custom Menu (=CommandbarPopup) contains a few menuItems (=CommandbarControl). I setted the FaceId of each toolbarbutton and each menuItem. Each button on my toolbar has an icon, but the menuItems don't have icons, while I set the faceId's of the menuitems to the same faceIds of the toolbarbuttons. It's not that the faceId is an 'empty' icon. Does someone knows why ...Show All
Windows Forms Docking and Stacking
I have five buttons on a user control which I wish to specify dock bottom or dock top depending on which button is pressed. (Sounds like an attempt at an Outlook bar control to me). When I dock bottom more than one Item is there a way to specify which Item will be on top of the other Button 5 is getting the top billing when stacked on the others. Then 4, 3, 2, 1 after it. I want them to stack in the proper order. ...Show All
.NET Development Problem: How to draw text into bitmap?
Hi, I need to draw text into the bitmap. Resulting text should be "smooth" (antialiased) and international scripts should be handled properly. In addition, it should be fast. You might think, "That is simple, isn't it " Well, it is not! There are at least two ways to do it: 1. Graphics.DrawString and 2. TextRenderer.DrawText. Problem is that I cannot reach my targets with these two guys (who wou ...Show All
