joan_h's Q&A profile
.NET Development Client Side Proxy Class
I am a newbie to web services and I am using the Visual Web Studio Express edition. I have created a web service that interfaces with Navision and testing shows that it works. When I add a web reference to my client side app that points to this web service the code generated is in C#. How do I get it to generate VB Hello Michael, Not sure if that version of VS.NET comes with the utility wsdl.exe bu ...Show All
Visual Basic System.ArgumentOutOfRangeException occurred in system.windows.forms.dll
Dear all, I've got a problem with my custom combo box. When I select an entry from it, then I get the error message: "An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in system.windows.forms.dll Additional information: Specified argument was out of the range of valid values." Could you help me to get it running Thanks in advance for your help! Best Regards, Martin Source Code follows: Publ ...Show All
Visual C# Get the unicode of string
Are there any functions in C# such that when I pass a string into the function, it returns the unicode of the string For example, if I pass the string "abc" into the function, it returns the string "616263" (or "610062006300"). Thanks for answering~ I just want to call out that there are two ways to cast Unicode to an array of numbers, and this thread started looking for unicode numbers. If you go to bytes, you may get more bytes than you ...Show All
Visual Studio Express Editions Can I use a web page as a data source?
Can I use an html web page, such as a television listings site, and take information off of it to use in C# Express Is it possible and if it is, how hi, you can use webclient in System.Net namespace, then you can parse the page text, this page has example to get webpage source http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=306109&SiteID=1 hope this helps ...Show All
Windows Forms UPDATE
I've been working on this application for a weeks now, and have become very excited about its release. However, I've run into a VERY serious problem. I'll paste a bit of code, and explain afterwards. mainframe = new Panel(); mainf ...Show All
Visual Studio Vb version of set paramaters with local report code
Rajeev, I downloaded the CustomerSite c# application from your ReportViewer website. I am attempting to do the same thing. I am working in vb. I did this: Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load If Page.IsPostBack = True Then ReportViewer1.ShowReportBody = False End If End Sub Protected Sub DropDownList1_SelectedIndexCha ...Show All
Visual C++ - Windows.h not present
i use the VC 2005 Express Edition Beta 2 well, i've downloaded it. But i can't open a .img file. Which programm do i need for it ...Show All
SQL Server How to launch programatically a SSIS package?
Dear all, I wrote this post others times but the answer did not satisfied so that I'd like to know if really anyone has ever used or experienced with this possibility. No by .Net language rather than Vb 6.0 or ASP or even instanciacing DMO library. According this link http://support.microsoft.com/ kbid=817248 it seems possible but I haven't idea if possible keeping in mind that it has been made by yourself no for others... So that, I mean, ...Show All
Visual Studio 2008 (Pre-release) next linq release
Any comment on roughly when the next Linq release is scheduled, and what kinds of changes we can expect I would love to know as well ...Show All
Visual C# upper case
What is wrong with this statment. I am trying to do upper case letter = string .ToUpper(letter); I am guessing that letter is defined as a char in which case you need to use char.ToUpper(letter). In the future when something isn't working and you're seeking help it's always helpful to provide the exact error message you are gettingg and when you are getting it, e.g. at runtime or compile time. It helps ...Show All
Visual Basic Licensing information Visual Studio 2002, English
I am an English speaking person now living in Germany slowly learning to speak German. I purchased a German version of Visual Studio at a good price. As I near the possiblility to sell software I have written with Visual Studio I would like to know what I can legally sell. Would anyone be able to suggest where I can find this info in English that would apply to my VS Software I use Microsoft Developement Enviroment 2002 Ver. 7.0.9955 with the ...Show All
Visual C# UserControl Terminate or Close Event
Does anyone know of an event for a UserControl that fires when the UserControl is closed by the user In VB6 there was a terminate event. In windows forms there is a close event. I haven't been able to find an equivalent. Thanks in advance for you help. It's hosted inside of a docking window from DotNetMagic. The user can close and open multiple instances of the class during the lifetime of the application. I have some options to try out, th ...Show All
Windows Forms Displaying ppt files in fullscreen
Hi! I'm developing a Winforms application that needs open a powerpoint presentation when a certain event occurs in the application, and start displaying the slides. When the presentation is finished I need to close the presentation. Does anyone know how I should approach this Regards, Vidar Whatever works best/easiest. My only requirements are that I can show it fullscreen and that I'm notified when ...Show All
Visual C# Handling large dataset
Hi, i have two questions. 1. what is the best method to retrive large table from sql server 2. what is the best method to handling large dataset e.g searching and sorting in c# not in databse level Thanks Wilson This is a loaded question that neeeds some context. Can you answer a few questions. Are you doing WinForm or ASP.NET development Are you going to hold on to the data or use ...Show All
Visual Studio Tools for Office Definig custom help for user defined functions in Excel
Hi, I have an Excel add-in which defines a large list of user-defined functions and a .chm file which contains help for each one. I would like to set it up such that when the user opens the function help dialog box, the help is displayed when the user clicks the "Help on this function" link. I am at a complete loss as to how to do this. I tried declaring Application.MacroOptions Macro:="FuncName", Description:="FuncDescr" ...Show All
