Lugoff81's Q&A profile
.NET Development Backward Compatibility of .NET Framework 2.0
I need to find out some information so that our company can determine which version of .NET Framework to install on all desktops. We have a limited number of third party applications which currently use .NET and version 1.1 If I install new machines with only v2.0, are applications backward compatible i.e. will my current applications still (with high certainty) work - I obviously will have to have a testing cycle in any case. When v2.0 is installed on a machine which already contains v1.1, it does not prompt that v1.1 is already installed and installs both versions. Is installation of both versions (1.1 and 2.0) on a machine conside ...Show All
Software Development for Windows Vista Will there be a windows mobile app?
Just wondering if there will be a Windows Mobile 5 application for XPS We're not aware of any beta XPS-enabled mobile applications out there as of yet. There are some great scenarios with mobile and XPS though. ...Show All
Visual C# Windows application to mobile phone application
can anyone help me to publish my project of a calculator to my nokia 6600 in a way so that it will work there because right now it wants to install .NET on other computers if i want the program to work there, lol, and i dont really want the whole of .NET installed on my phone... so can anyone help me can i just use the .exe file i dont think that i can, but have not actually been able to try yet... i am very certain that i cannot. Thanks ok, so.... is it possible to convert the C# program into a java program i dont expect so... and II'm feeling quite confident saying that I cannot convert the C# co ...Show All
Software Development for Windows Vista WF Virgin
Dear One & All, As my subject says, I'm a WF Virgin. Having read many an article on the principles of WF, I'm keen to start developing with it. Can anyone point me in the direction of some good simple examples of using WF in dotNet2, preferably in VB.NET. I’ve downloaded quite a few, but most either seem to be for Beta1, or I’m missing the odd reference here and there. Many Thanx in advance, Tim Take a look at the sample in Samples.zip which can be found under %ProgramFiles%\Microsoft SDKs\Windows Workflow Foundation\, if you have the VS Extensions for Windows Workflow Foundation instal ...Show All
Visual C# When does the return return the value
Hi All! I thought I had this figured out but maybe not.......... Does the return exit the function at the point where it is at ,, or does the return hold the value tell you finish the functions.... Please set me straight cause =================================== if I use this it returns a false all the time//// if ((KeyValue->ToLower()) == "accept") return true; return false; ; =============================================== if I do this it returns the correct value........ if ((KeyValue->ToLower()) == "accept" ){ return true ; } else { return false: } } ...Show All
Windows Forms DataBindings TabIndex DataTable Modified Problem
I have come across a very bizarre problem with data binding a windows form controls Tag property, let me explain. 1. Bind the tag property of a textbox to a column in a datatable. 2. Set the tabindex of the control to be 0. 3. Call the EndEdit method on the current datarow of the datatable. 4. Call the GetChanges method of the datatable and it&nbs ...Show All
Visual C++ Converting ByteArray to Char Array.
Hi. I'm having some troubles when performing this conversion. In my C# code I read a image to memory, a TIFF, then I convert this to a ByteArray. After that I call a method from a managed class that I developed in C++/CLI, that receives a Byte Array and a int. On my managed method I need to call a unmanaged funtion from a C header file, and that functions receives a Char *. However, when I call the function the return is not waht I'm expecting, and I thing that there might be some problem with the data that I'm sending. Can I peform this operation to pass the char * to my C function pin_ptr <Byte> aux = &buffe ...Show All
Windows Forms Creating a draggable control?
I created my own control. Now I want to add a feature to the control so that the end user can drag it around the host form at run-time. For example, the Windows taskbar by default docks to the bottom of the screen. The user can drag the Windows taskbar to the top of the screen and then the taskbar docks to the top of the ...Show All
SQL Server Can't install SSIS on an XP machine
Hi all, Why would I not be able to install SSIS on an XP machine The option is grayed out. As a matter of fact, all the options are grayed out, save for the client tools. I'm using the September CTP. Thanks in advance, Anthony Rizzo, MCSE, MCDBA The Enterprise Edition of SQL Server 2005 requires "Server" edition of OS (Windows 2000 or 2003 Server) for SQL/AS/RS/IS, and only allows to install Workstation Components on XP. All other editions fully support XP. I suggest downloading Developer edition if you need it on XP machine. ...Show All
Windows Forms windows form stops responding during non-infinite loop
Hi,I have a windows form that sends out a monthly opt in newsletter email to all of our community members. The problem is that the list is large, and every time I run the program it sits there appearing to be frozen. I have to watch the program under task manager and watch its resources to see if its running, and checking the queue mail folder for emails. This obviously is not a great way to run the program.In my code I loop thru a sqldatareader with 10's of thousands of records, and when its done I update the windows form with the counts of emails sent etc. How can I stop this form from not responding Is there something I can put in the l ...Show All
Windows Forms how to replace color in picture box ?
hello, i have another question. My program has a few pictureboxes in which i load some .jpg images. I would like to know how can i replace a specific color in those images every time my prog loads. I want to replace the background color of each image with the form background color which changes according to the windows theme that the user has. Thanks, G X If you're using VB.NET, try drawing the images yourself and using the ImageAttributes class to set transparency, so windows will continue to draw the background in whatever color it likes. ...Show All
Visual Studio Express Editions Internet Explorer in C#
Hello, First of all, I am very thankful for these forums and I am glad you guys are here to help! Anyway, I have Visual Studio 2005 Express C# Edition and I am working on a program and let me explain what I need to do. Okay, so I am working on this program. I was talking to the head manager on this and he said here is what we need. We need to have one text box and one button to load a website. Inside the text box the user will type the URL in. When the button is clicked on, it will load the URL from the text box. How can I do this Paul And what if I wanted to supply login credentials using a POST method Is that possible ...Show All
Visual Studio Express Editions Visual Basic Woes - Debugging Error?
Visual Basic - Got it installed correctly... On Run (F5) I get an error that reads... "Error while trying to run project: Unable to start debugging. The binding handle is invalid" I'm able to run a straight build though... Very odd... I had the same issue on Visual C# 2005 Express Edition and turning on the Terminal Services on my XP Pro, fixed the error. Makes you wonder, eh Cheers, Tino ...Show All
SQL Server Problem with CLR SP connecting to remote server using VPN
Hi, I am trying to write a small application that will connect to different VPN's and download some data from SQL server running on the remote PC. I wrote an CLR SP calling Win32 library to connect to particular VPN. If the library succesfully connects to the VPN, I call a sql select to download the data from the remote server, close the current VPN connection and continue with next VPN. The problem is that sometimes the first table for each connection is not downloaded and an error occurs. The error says that : Msg 6522, Level 16, State 1, Procedure pGetAppData_SI, Line 0 A .NET Framework error occurred during execution of user de ...Show All
SQL Server SSIS package execution environment requirements
Hi, What software components are required to run (as opposed to _develop_) SSIS packages Is a Sql Server instance required on a machine that hosts an SSIS solution If a Sql Server instance is not required, are there other non-freely distributable components that would need to be installed on a box in order for it to run an SSIS package In other words, what are the licensing requirements - if any - for deploying SSIS solutions Thanks! kenambrose wrote: update: The information I have received from Microsoft sales leads me to believe that a sql server license is required for each SSIS host server. ...Show All
