sassenach's Q&A profile
Windows Forms Auto Complete Combo Box
Does anyone know of some good example source online of how to do this in vb.net Or have a good idea on how to do it I need something with functionality similar to the IE address bar. If possibly I would also like to be&n ...Show All
SQL Server Trying to deploy reports accessing Oracle server
hi, will appreciate any help on this. tested reports before deployment: ok. try to deploy reports accessing oracle server. got this error message: An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'xxx'. (rsErrorOpeningConnection) ERROR [IM003] Specified driver could not be loaded due to system error 5 (Oracle in OraHome92). ...Show All
Visual C++ visual c++ runtime error
thank you!!! these answers was helpfull everuthing works fine now... after McAfee terms expired I defenetly will use onother security suit....which one can you suggest ...Show All
SQL Server Ending a conversation in a CLR activated stored procedure
I've read Remus' article on Fire and Forget tactics when it comes to ending conversations, and I have to admit I am guilty of sending a message to a service and immediately ending the conversation. I've set up a stored procedure to end the conversation on the initiator queue, but I'm guessing it's never being fired because I am not ending the conversation in the target activated stored proc, which is a CLR stored proc. Can you tell me how to ...Show All
Windows Forms Filling an ImageList with images from a resource file
The support for resources has dramatically improved in VS.NET 2005, however, one thing still bothers me. If I create an ImageList object, there doesn't appear to be a way to add images to the ImageList from a resource file (aside from programmatically, of course). Am I overlooking something ursus zeta wrote: root, I would guess that this is by design. Loading resources by invoking e ...Show All
.NET Development Navigation Events!!
I was wondering i have four button control....btnfirst btnlast btnNext btnPrevious btnfirst will go to first row of data btnlast will go to last row of data btnNext will move one position within the data table btnPrevious move back one item in the data table Is it possible to group all these navigation buttons under one Click Event and use like a Select Case block any help would be great!! It is certainly possi ...Show All
Visual Studio Express Editions CListCtrl - Disable click on the null text below an icon/image.
Hello, Can you tell me if there is any way by which i allow selection to happen only on the icon. I have created a custom list control derived from CListCtrl. I have no text, only images closely packed. I have set the text as null. For every icon/bitmap below each item, when I click in some 10 pixel range below the icon/bitmap. It gets clicked. I want to disable this click ... any clues please help jupitor O ...Show All
Software Development for Windows Vista windows vista installation
How can i uninstall windows vista codename longhorn is ist possible I have xp and vista on c: please help me this is retarted, i installed win vista from WIN XP and then it restarts goes to boot screen and shows the start up and restarts !!! ...Show All
Visual Basic loopinh and string problem
I have a problem loading my data to my database. I am using mysql. I noticed the problem when i executed my code and it kept giving me a "Argument 'Prompt' cannot be converted to type 'String'" error. But when i checked the db it had some the information in there it would not have the last 3 or 4 data entries in the db. I went back to check the string that was providing the command and I saw that the program was running most of the com ...Show All
SQL Server DHCP Service fails to start after installing SQL Server 2005 April CTP
I have a Windows 2003 Server SP1, Active Directory, Application Server and RIS installed on my computer. After installing SQL Server 2005 April CTP my DHCP Service fails to start. In the Event Viewer I see the following Events. Event Type : Error Event Source : Service Control Manager Description : The DHCP Server service terminated with service-specific error 20013 (0x4E2D). Event Type : Information Event Source : Appl ...Show All
Visual Studio Team System Hiding Class from Test View window
I have been refactoring a number of my coded webtests and have created a base class that inherits from ThreadedWebTest. My webtests then derive from my custom base class and things work well. My question... Is there anyway to prevent my custom base class from appearing in the TestView and Test Manager windows I do not want my developers selecting the base class directly and trying to run it as a test. The base class is marked as "MustInh ...Show All
Visual Studio Tools for Office outlook addins don't seem to work anymore
Hi, some months ago I had succesfully developed an Outlook addin that synchronized Outlook with my company's CRM. At that time, everything worked well and I had no problem. Recently I have opened again the project and I found out that the addin doesn't seem to work anymore. Moreover, this extends to all the addin projects I try to create. Reducing the problem, if in any outlook addin project I write this very simple code: private v ...Show All
Visual Basic Drawing coordinates reference
Hi, When using drawing functions, is there a way to change the coordinates references (the 0,0 point). That would be useful in functions and sub to which you pass coordinates parameters. You would refer these coordinates as 0,0 point and then the following code would be easier to write. Patrick Thank you for the information. That is exactly what I was looking for. Patrick ...Show All
Visual Studio Team System Source branching questionnaire
I am not sure if this is the correct forum. I am trying to put together a source branching questionnaire to ask other teams when requested. What are the questions the people in this forum think should be asked Thanks for your help I'm sorry, I don't think I understand what you are looking for. Brian ...Show All
Windows Forms MDI
I have an MDI app with child windows that have no border with dockstyle = fill. The user starts by opening the first child window from the menu and then opens the second child window by pressing a button on the first child window.&nb ...Show All
