julioc_aragonj's Q&A profile
Visual Studio Express Editions Why can't it stay free
VB 2005 is free for one year. I am a student, and I don't have the money to buy VB. Is there anyway to continue using VB 2005 without paying for it Tx83 wrote: You will be able to continue to use Visual Studio 2005 Express even after one year. Read the FAQ about it. If you downloaded the full ISO, you will be able to reinstall the software, even after Express edition becomes "not-free". Where ca ...Show All
SQL Server Problem with text field: text input too long, weird characters
Hi, Im a programmer for an university webportal which uses php and msssql. When an user creates a new entry and his text is too long the entry is cut short and weird characters appear at the end of the entry. For example: http://www.ttz.uni-magdeburg.de/scripts/test-messedb/php/index.php option=show_presse&funktion=presse_show_mitteilung&id=333 How can I set the text limit to unlimited Could it be something else Is there a way of splitt ...Show All
Visual C++ Getting Errorcode 128 when CreateProcessA API is called
Getting Errorcode 128 when CreateProcessA API is called In my project, one component (EXE) is calling another component, using CreateProcessA Windows API. When I installed the exe, for first 2-3 days, it was running fine. After that, it started giving an error return value 128 (Error "ERROR_WAIT_NO_CHILDREN") when the exe is executed and the process terminates abruptly. This shows that User32.DLL is not getting initialized. In microsoft knowled ...Show All
Visual Basic Rotating Text on a Picture Box
Hi, Is there anyway to rotate text on a picture box other than using the vertical text flag like this Custome angles would be nice too. Richard Have a look at this control that I just whipped up: public class TextControl : System.Windows.Forms.Control { public TextControl() { } protected override void OnPaint(PaintEventArgs e) &nb ...Show All
Visual Studio 2008 (Pre-release) Loosely Coupled Events
What's the equivalence to COM+ Events in WCF I would like consumers to be able to subscribe to datagrams from my service in a loosely coupled fasion like COM+ Events. /Jonas Also keep your eyes out for an article by Juval Lowy on an LCE/Pub-Sub service implementation he has put together and will be writing about soon. ...Show All
SQL Server How to flag a row and allow max one row flagged in the table.
Hi, I am new to SQL. which is the best way to flag a row Create a bit column IsFlagged Additionally, I want to create a table-level constraint that allows max 1 row flagged true in the whole table. I can't nest a select expression in the CREATE TABLE statement CONSTRAINT clause that counts flagged rows. So how do I do this Appreciate the help. you can do something like this ...Show All
Windows Forms How to allow edit of Multi-line text in a DataGridView cell
Trying to figure out How to allow edit of Multi-line text in a DataGridView cell. I'd like something like the VS2005 IDE does when editing a text control's text property. Shift+enter opens a new line... See this post also... http://forums.microsoft.com/msdn/ShowPost.aspx PostID=71416 ...Show All
Visual Basic checking properties of folders
Hi all, I am trying to run some processes to tidy up our SAN storage. A couple of the things I am struggling with are : 1) Checking the security of the folder properties to check who the owner is 2) Checking the security of the folder to check if "Inherit" is ticked 3) Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this ...Show All
Visual Studio using configuration file for trace switches
hi, i created an application and i added a configuration file in its bin folder. this configuration file will configure the trace switch of the application. my problem is, everytime i try to run the program, it will just be delete the .exe.config file (i named it exactly the same with the application), switch name are the same and i'm pretty sure that i'm not missing any code. please help! thanks :) ...Show All
Visual C++ App hogs CPU when mouse pointer moved over it
My MFC app hogs CPU when the mouse pointer is moved around over it. I'm using task manager to monitor the CPU usage. No othe app seems to do this. If my app has a modal dialog box up then it doesn't happen. The app is built with Visual Studio 2005. My main window is only handling WM_CLOSE, WM_ERASEBKGND, WM_SIZE and WM_SYSCOMMAND (none of which get fired when you just move the mouse pointer around over it). If you get furious with the mouse p ...Show All
SQL Server SQL Server Express/Visual Studio Express, installation failure
Hello, I tried to install Visual Studio Express but encountered this error: Product : SQL Server Database Services Error : The setup has encountered an unexpected error in datastore. The action is RestoreSetupParams. The error is : Source File Name: datastore\propertyid.h Compiler Timestamp: Tue Aug 30 21:43:35 2005 &nbs ...Show All
Visual FoxPro Importing Text File to a Table
hi everyone, i hope somebody can help me figure out how to import a text file such as this one below and save it in a table. the 999.999.999.99 should be placed in the first column and the date should be on the second, the third which is the time should be placed in the third column, the GET should be placed in the fourth. 999.999.999.99 - - [01/Jan/2006:11:43:36 -0600] "GET /Images/Product/Sign_in.gif HTTP/1.1 ...Show All
Visual Studio Express Editions Starter Kits for SQL Server Express?
The SQL Server 2005 Express Edition Overview web page--in particular, the Easy to Learn tab ( http://msdn.microsoft.com/vstudio/express/sql/easytolearn/ ) makes reference to what appear to be starter kits for SQL Server Express. Where are these located I think they are talking about the Full application Starter kits that you can use with the VS2005 and Express Development IDE's, Here is the direct link to the do ...Show All
Visual Basic How to make several figures and save in graphic files?
Hi VB experts, I just start to learn VB recently. I want to use VB to make figures. In each figures there are 7 to 8 lines to be plotted where the data points read from a data file. Firstly, I used the VB6 to write a code which can draw one figure on the screen. But I don't know how to make many figures and save into graphic file. The code is as follows: ________________________________________________ Dim numPhenotyp ...Show All
Visual Studio Installing Crystal Report Runtime on a web server (VS2005 beta2)
Hello. Is there a way to install the CR runtime (Visual Studio 2005 beta 2) on a server I have create a aspx application, but I can't use it on my web server because the CR files are not installed. Thanks. This problem is caused when 5 connections simultaneously, to solve you need buy a ilimited connection license. I solve using a exportation to PDF: ReportDocument rep = new ReportDocument (); rep.Loa ...Show All
