Jules Verne's Q&A profile
Visual Basic Clearing combobox dropdown history
I have a button to check the available cars on certain dates. When they check and the dates are ok..then it fills a combobox with "sports, utility, family, etc. categories) Lets say the user changes the dates and they dont work, aka. return date is before pickup date. How do i clear the items from the combobox cbFilter.items.clear() doesnt seem to work :( if you bound your control to a dataset f ...Show All
Software Development for Windows Vista Where to get directshow.h
Hi , Just got started on working with directshow. I downloaded one project which captures the video from webcam,.... . When I tried to build that project , directshow.h file was missing. How to get directshow.h file i have installed directx latest version on my pc. Yes to both. http://www.microsoft.com/downloads/details.aspx FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en ...Show All
Visual C# How to: Write an ActiveX object in C#?
I know ActiveX is kind of stoneage but I have to write one... So. How do you go about writing an ActiveX object (not neccessarily a control) in C# This example http://www.c-sharpcorner.com//Code/2003/March/ActiveXInNet.asp is not a real ActiveX object it doesn't register itself in the registry. This example http://www.devhood.com/messages/message_view-2.aspx thread_id=16569 doesn't work. I dont think you can bu ...Show All
Visual Studio ReportViewer in Web Form and HTML validity
Hi, On attempting to validate the HTML of a test Web Form using the ReportViewer control I got 25 failed validation errors (using http://validator.w3.org/check). These errors are within the auto generated IFRAME. Errors include: 1) missing type on script tags 2) unencode URL query strings 3) unknown attributes Now whilst these don't bother me, they may bother my client. Are there any techniques for making this HTML valid Also, does IE7 render R ...Show All
Windows Forms ClickOnce on a locked down Terminal Server
I've been asked to get a ClickOnce application working on our Windows Server 2003 terminal servers. Note: I am not the application developer - just the guy trying to get the app running. I can make suggestions to the developer but they are a third-party. Some background : The terminal servers are load-balanced and publicly accessible (no guest access) so we have them locked down; although not as tightly as *I'd* like... ...Show All
Software Development for Windows Vista Question about modifying a workflow
I custom the workflow persistence service and save the workflow activity in Oracle database. After I modified the workflow design (for example: add a State activity), the Deserialize method fail: 'Load workflow instance failed: Index out of the bound of array'. Is it for the update of the workflow And how can I solve the problem Should I use WorkflowChanges object to modify all the workflow instances in the inside or outside If I have ...Show All
Visual C# Merging namespaces as one
Is it possible to merge multiple namespaces as one The reason I want to do this is because I want to inherit someone elses control, but use my own namespace. Using my own namespace stops the UI design tools from working. What I need is to be able to make C# think my control exists within the other name space, while still existing in my namespace. Maybe I'm asking for to much. Namespaces exist to create seperat ...Show All
.NET Development Any way to see SQL prior to execute?
Anyone know of a way to debug or view or print the SQL just before it executes by the tableadapter. I have a simple update, works fine if I manually run it in Access. But same data throws datatype mismatch exception during an insert using VCSE. Thanks. JS Hi, You can place a break on your tableadapter.Update Statement. And add a Watch, using tableadapter.InsertCommand.CommandText to be able to see the v ...Show All
Visual Studio Express Editions Active X Problem
Newbie alert...Apologies in advance. I encounter problems w/ applications that appear to point to an issue with "Active X" e.g. Norton will not fully load, Turbo tax will not finish, Logitech VideoCall will not work. The common symptom is that the app reaches a screen where nothing appears inside an area where data s/b. The apps are working, no freeze up, no errors. I have scoured numerous help databases to no avail. A couple of ...Show All
Visual C# Multi Threading
I' m creating a perl ide, in vs 2003 i have a thread running which takes in data from perl compiler in and outputs it to a text box, i converted the project to 2005 but i get the problem "Cross-thread operation not valid: Control 'txtOutput' accessed from a thread other than the thread it was created on." I understand that i'm accessing the text box on a different thread but i don't know how to go about fixing it the code for the compi ...Show All
Windows Forms Stupid DataGrid Question
This is my first attempt at using a datagrid and I'm having MAJOR problems. I can't get the grid to show up on my webpage! Everything seems to be working fine but NO GRID! I've followed all the code examples I could find but to no avail! Everything is fine. The connection opens, the data is returned but the no grid where it should be on the page its just blank! PLEASE can someone point out what I'm doing wrong!!!! See cod ...Show All
.NET Development Managed Memory Leak?
I am having a very strange memory leak that seems related to databinding. It is very hard to reproduce, so I won't post any code here to do so, but will just describe the problem. We have data entry forms which have controls which bind to custom business objects through a BindingSource object. On Dispose of the form, we call ClearBindings as described in: http://msdn.microsof ...Show All
.NET Development Freezing TCP SocketListener
I'm writing my first local network TCP/IP Client/Server Windows Forms workstation application functionality code in VB 2005 Express. The internet may be connected by the user, but it is playing no role in the Client/Server part of the application. The objective is to write a simple listener and a simple client not demanding anything but the Listener being able to pick up transactions sent on a specific port and up to six Clients being a ...Show All
Visual Studio Express Editions Database connection to sql database
Hi how can i can conncet to the a database based on an other sql server in my lan. for example in web developer i can choose the the sqlserver in visual basic i can only chose a mdf file. thank you hi, i don't know much about sqlserver but this is what i heard you can connect to other sqlserver instance through the lan by Changing the SQlServer instance name in your connection st ...Show All
Software Development for Windows Vista Feb CTP and x64
I apologize if the answer to this question is obvious but I am getting a new machine (64-bit CPU) and I want to avoid as many problems as possible. I find it confusing that some of the System Requirements show Windows XP SP2 but do not show x64 explicitly. I intend to work with the Feb CTP, Visual C# Express, 'Orcas' and the VS 2005 Extensions; and possibly the SQL Server 2005 Express. I would appreciate any guidance as to whether I sho ...Show All
