vsts2005's Q&A profile
Visual Basic help needed, bg og label control
hey im making a program, actually a little game, i once got help for some of the code, now i need help for some graphical stuff(spelled right ) i made i "cool" background image, it contains gradients, and i want the labels on it to blend in how can i make the background og my labels and stuff become invisible so you only can see the gradient behind plz answer //Martin Hi Martin, Here's how you can do t ...Show All
SQL Server Can I run the SQL Server 2005 Developer Edition in Standard Edition Mode?
As an ISV, I want to certify my product on Standard Edition. I am using Developer Edition everywhere. Is there a way I can do the certification using the Developer Edition, or do I need to obtain/purchase a copy of the Standard Edition I think you're asking if there's some way to temporarily turn off features in the Dev Edition that aren't available in the Standard Edition. That's an interesting idea but it's n ...Show All
Windows Forms Object not valid or not registered error?
I have created automation process using console application. The app reads emails in outlook’s inbox folder, saves attachments, reads saved attachments (.xls file), copies values from attachments to text file and copies text file to FTP server. The app is&nbs ...Show All
SQL Server Copy Table from another table
How to create a Table from another Table I need both structure and data If any one know pls rply bye murali murali@gsdindia.com The simplest method of all for doing this is to simply use the SELECT INTO statment. Here's how: Suppose you're trying to copy the authors table of the Pubs SQL Server database with data and structure. To do so simply use this SQL script: ----------------------- USE Pubs GO SELECT * INTO copy_of_authors FR ...Show All
Windows Forms OwnerDraw, Localisation, ReBar (CoolBar)
Hi, I have collected some more wishes, based on Visual Studio .NET 2002 / .NET 1.0. 1. OwnerDraw Principle The OwnerDraw principle is great - I love it! Currently provided by ComboBox, ListBox, StatusBarPanel and MenuItem, I think it wouldn't be too difficult ...Show All
Software Development for Windows Vista This workflow,how can I present it using WWF?
I am working with a document approval workflow,when a document is created,it will be submited to serveral departments,these department will always change,how shall I devise this workflow using WWF only after all these approvers have done the approve action,the document 's state can be changed to approved,if one of the approvers reject it,the document's state will be changed to rejected.If one of the app ...Show All
Windows Forms How to print true black barcode?
Hi, I have a problem. Barcode printing on plastic card from program develloped with Visual Studio 2003 using PrintDocument component or Crystal Reports for .NET goes wrong - barcode prints "in composite black using YCM colors" instead of printing "in true black using only K color". Without problems I can do the same job from Delphi 4 QuickReports or from MS Access 2003 Report. Please help me with any ideas Thank you, Juozas ...Show All
Visual Studio 2008 (Pre-release) checkitem in menu
Good day guys, I'm novice in WPF. Can someone give me idea on how will I create a checkitem in menulist Thanks! Got it already.Thanks! < MenuItem Header = " View " > < MenuItem Header = " PropertyView " IsChecked = " True " > </ MenuItem > </ MenuItem > ...Show All
Visual Basic Help with Calender
Hi I'm really new to programing and am having trouble with a feature of an application i am writing. I need a callender where the user can select a date and another form will popup with space to enter text i then want this to be saved so that when the same date is selected from the calender again it will open up the window with text. As i said I am very new to programing and any help or code will be appreciated. Tris ...Show All
Visual Basic no output visible from debug.print(...)
Hi I create a simple Windwos Form Application, place one button on the main form which executes debug.print("hello") Pressing the button while running the application in IDE generates no output in the Output window. (neither 'Show output from: Debug' nor 'Show output from: Build' Debug is the active configuration and 'Program Output' and 'Exception Messages' are enabled to show in the Output window. My IDE is: Microsoft Visual Stu ...Show All
Visual Studio 2008 (Pre-release) Add shapes with time interval
Hi can anybody know how to add shapes to canvas automatically with in some time interval (i.e. i want to add some circles to canvas for each 5 seconds howz it possible) thanx-Nagu Wouldn’t the timer run in the wrong tread so that it can't access the canvas ...Show All
.NET Development BackgroundWorker problems
Ok.....I have a while loop that executes an increment on a counter for a couple thousand times. I want to be able to show the progress on the counter using a progressbar. Now, I am executing the while loop in the DoWork method of the background worker and updating the progressbar in the ProgressChanged method and when i call RunWorkerAsync then things go wrong. My problem is that the progressBar updates properly and the count increments...howeve ...Show All
Visual C# '' is not a valid win32 application ?? Win64
Hi, I'm migrating my project over from my old setup (.NET1.1, VS2003, Win32) to my new setup (.NET2.0, VS2005, Win64). The solution consists of a class library and a win forms app that references the library. When I try to debug (after rebuilding all for 'any CPU'), i get the following exception at the first point where the app tries to instantiate a class from the library: '' is not a valid win32 application Has anyone seen anything si ...Show All
.NET Development Simple WebMethod() question
Hi, my problem is when i use this WebMethod: <WebMethod(Description:= "Sets the name of the product to register." )> _ Public Sub SetProductName( ByVal value As String ) strProductName = value End Sub to set strProductName to the specified value. the declaration goes in the general part of the class: Protected strProductName As String the problem is that the variable doesn't seem to persist when the value is gott ...Show All
SQL Server Need a task that will zip a file prior to upload via FTP
I have a text file I need to zip (compress) before uploading it via an FTP task. Do I have to use a third-party tool to do this Thanks. We have built task for archiving in Zip, GZip, BZip2, Unix, Tar. We also have task for secure FTP (SFTP). You may give it a try here: http://www.cozyroc.com/ Regards, Ivan ...Show All
