Lina79's Q&A profile
Visual Studio Express Editions visual basic express
will the express editions work on a network for students that don't have admin rights ...Show All
Smart Device Development Create and Print PDF document
I have a Vodafone v1640 (also called I-mate jasjar). I've written a program to create a PDF file. How can I print the a PDF file from my c# application On the pocket is installed a ClearVue PDF but it doesn't print file, only view. I've tried to install the Acrobat Reader but it doesn't start. I supposed it isn't for Window Mobile 5. Thanks Hi Michele, I am Prashanth. I too is having the problem what you are facing. In your m ...Show All
Windows Forms Getting My User Controls and Components into Crystal
I've created a User Control for a Code 128 barcode that works great in WebForms and WinForms but I don't know how to get it into a Crystal Report. Any suggestions OK, if not Crystal Reports, can someone point me to a res ...Show All
Visual Studio Express Editions Making my own programming language with VB?
Hi. I've recently started learning Visual Basic, and I have VB express edition 2005. I have wanted to make my own programming language for awhile, and I think I'm going to try to make some sort of program that supports my language with VB. Where should I start Thanks... Maybe this will help http://www.codeproject.com/dotnet/DotNetScript.asp ...Show All
Windows Forms it is NOT possible to setup win app without .net Framework?!!!!!!
Hi Folk I have created a Win .net Application and when I try to install it, it asks me to install the .net Framework first!! Is it possible to install a Win App on third party machines without the need to install the .net Framework !!!!!! ...Show All
Smart Device Development Connect Grayed Out
I'm trying to set up the Microsoft Device Emulator for testing some handheld applications we use here. I downloaded and installed the MDE just fine, and I can open up all of the the emulator images. The problem is, I can't connect it to my PC. When I right click the device in the manager, the connect option is grayed out. I'm not sure why, as I couldn't find anyone else who seems to have had this problem. Any help is greatly appreciated. C ...Show All
Visual Studio Express Editions The things I draw don't stay!
Hi all, my application involves retreiving information of pixels to form an image. I created an access database with 3 field, PixelColumn, Pixel Row and Colour. I'd then draw rectangles as pixels and fill these pixels with the corresponding colour from the database. A screenshot is available here. http://i5.tinypic.com/120mipz.jpg But if I minimize the form and maximize it again, the rectangles disappear! Is there any way I to mak ...Show All
Windows Forms Unable to cast object of type 'X' to type 'X'
The actual projects structure is: + MyServerFramework |---QueryComponent.cs ... + MyServerFramework.Design |---QueryComponentDesigner.cs ... The MyServerFramework.Design project has a reference to MyServerFramework, and is compiled alone in its own solution which also contains MyServerFramework, and then placed in a folder that is referenced the SOFTWARE\Microsoft\.NETFramework\AssemblyFolders key so the IDE c ...Show All
Visual Studio AddNamedCommand still not working?
We are using AddNamedCommand to add commands to our command bar. This is running fine in 2003. It did not work in Beta 2 -- another person iquired about this and was told it was a known issue (see: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=4221 ). Has this been corrected in the RTM for VS 2005 I have tried it and still get a failure when calling AddNamedCommand. Thanks I have p ...Show All
.NET Development New 'Code group' is named 'Copy of XXX' ???
Each time i create a new Code Group with the '.Net Framework 2.0 Configuration' utility, it is name 'Copy of XXX' instead of 'XXX'. I tried to reset all my security policies, but it didn't changed anything... When i try the 'Evaluate Assembly' command on one of my assemblies (after having created a new code group), the 'Evaluate Assembly' crash ... Anyone have an idea Thanks. Ben The "copy of" naming is a known issue ...Show All
Visual C++ Location of output files
Recently, I upgraded my visual studio 6 to visual studio .net 2003. and there is a problem to create output files. If I use fp=fopen("output.txt","w"); fprintf(fp,"asdf"); fclose(fp); Then 'output.txt' file created in the directory "C:\Documents and Settings\user", not in the same directory with .exe file. How can I set location of output files ...Show All
Visual Studio Team System Change frame src property
In an framset I want to change the source property according to the users selection of many conditions. Is this as part of a web test, or a general HTML/ASP.Net issue If it's the later, then you should check out some of the other forums on this site, since they are more focused on the specific technologies you are looking at. ...Show All
SQL Server SQL Authenfication
Hi, i m trying to connect to msssql 2005 with SQL Authentication .but without success. "Server authentication is set to SQL Server and Windows Authentication mode". on connect i recive this error "Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT:]" any help would be nice Luka How are you trying to connect Programmaticall ...Show All
SQL Server Combine rows back into original txt file format
Ok, I split out this txt file: http: / / www. webfound. net/ split. txt into 3 separate tables. The header in one, maintenance files in another specified by 'MT' in the row, and payment files (no 'MT' in the row) in another for filtering purposes. each header in the initial txt is followed by its corresponding detail rows. I've managed to create a uniqueID for each header and FKs on that ID in the other 2 tables for each hea ...Show All
Software Development for Windows Vista Windows Service Hosting
I'm looking for a little help. I have a Windows service being used to host .NET remoting objects. I'd like to begin integrating some workflow aspects in the service and am not quite sure how to go about doing this. Ideally, I'd have objects in my service create new workflows run them with the parameters received from clients. For example, I have a service that exposes a SubmitApplication() method. Right now this method simply takes some paramete ...Show All
