Charles Levy's Q&A profile
Visual Basic HTML Editor in Visual Basic - HELP
Hello everyone and anyone who is reading this. I would like to know how to build an HTML editor in Visual Basic. I really dont know where to start. If anyone could tell me how, or tell me what I need to know, any help would be very appreciated and will not go unrewarded. Thank you. wf.service@sbcglobal.net Original Poster" "I would like to know how to build an HTML editor in Visual Basic" Levyuk :"There is a way to edit a html page directly without having to program anything. " In my eyes these are two different things. It's sort of interesting but "guy" rather obscures that you're talking to a woman, and I appreciate the distinctiv ...Show All
.NET Development Pragmatic General Multicast
all, I've posted the following last week but didn't get any replies... Is this the wrong forum ------------------------------------------------------------------------------------------------- Where can I get some c# code samples using the Pragmatic General Multicast (PGM) protocol (client\Server) regards -------------------------------------------------------------------------------------------------- Thank you to publish the same price updates from a exchange to various price publishers at the same time... so if one fails the others will be up to date and the front ends connected to the one that failed w ...Show All
Windows Forms Source for images
Hi, I am looking for a source to get some free images to add to a toolbar for - Adding a new schedule(e.g weekly etc), Modifying a schedule, image that can represent 'Deleting a schedule', 'Pause' - like in the sql server reporting services, 'Resume' - like in the sql server reporting services, an image that represents - modifying/renaming a folder,&nb ...Show All
SQL Server Newbie question - how do I specify a variable for the file location when using the Execute Package Task
There are two options to specify the subpackage location (SQL Server or file location). I'd like to know how I can specify a variable name that points to the file location so I avoid hard coding the file location which could change during production installation. thanks Hi Ovidu, Thanks for the reply. Yes, I am working in the connection manager. The problem I'm having is getting the connectionstring property to recognize a string variable. I've played with it a lot and the only syntx that I've tried that doesn't cause an error on entry is @MyVariable. but, when I run the package, it is interpreted as a file name, which it ...Show All
SQL Server Error loading tables of different file groups.
Hi All, I am facing a peculier problem. Problem definition goes like this, I have one staging DB in which all the tables resides in Primary file and one production DB in which tables resides in 2 secondary files. Now when iam trying to load the data from the table A in staging which is on primary file to the table A1 in production DB which in secondary file, all the data are going to error log instead of table A1. Can you please tell me, where am i going wrong. Regards, Chetan HI Jamie, Sorry for that, error code and error message is as follows. Error code: - 1071607685 Error Message: No status is ava ...Show All
Visual Basic CodeSnippets Manager
CodeSnippets Manager I have two problems. First, I added a subdirectory to MyCodeSnippets called Exceptions. However, no 'plus' sign appears to the left of the MyCodeSnippets Folder. How can I get subdirectories to produce a plus sign next to the mysnippets directory Second, if I want to add my own code to this Exceptions folder, how do I do it. Imports wants a file that contains a 'CodeSnippets' type. I copied my code to a text file, navigated to it, but of course it doesn't appear. I typed in *.*. Then it appeared. I selected it but the code snippet manager rejected it because it wasn't a code sn ...Show All
SQL Server WITH NAMESPACES in SQL function is causing error
Hi All, I'm getting the following compliation error when i try to execute the following function. I need your expert opinion on how i can solve this. ALTER FUNCTION [dbo] . [GetOrgChildHierarchyXML] ( @HierID int , @fiscalyear int ) RETURNS XML WITH RETURNS NULL ON NULL INPUT BEGIN RETURN ( WITH XMLNAMESPACES ( 'uri' as i ) SELECT OrganizationHierarchyId as "ID" , OrganizationHierarchyName as "name" , OrganizationHierarchyDescription as "Description" , CASE WHEN OrganizationHierarchyParentId = @HierID THEN dbo . CSTAR_GetOrgChildHierarchyXM ...Show All
Smart Device Development What is the 1st Step?
Hello, 1) I'm New to Microsoft Mobile Development. I would like to know..., what is the 1st step to start if i want to develop an application for Window mobile 2) Can Visual Basic do the stuff in developing "Microsoft mobile" 3) Can Visual Basic do the stuff in developing "Symbian platform smatphone application" Thanks, Regard, Joel (Student) See my simple step-by-step Compact Framework tutorials . ...Show All
SQL Server Adding Global Parameters
Is there a way to access global parameters in Reporting Services Reports ..currently all we can usee is the Globals collection...is there a way to add keys to global collection can we write something in web.config ( as ReportServer is also a web application) and use the ConfigurationManager class . The ConfigurationManager class did not work for me when I used it in the expression editor as the editor did not recognise it. Any help is appreciated (or pointers for that matter). Thanks. Hello, have you found any solution yet I'd like to use shared parameter of whole .net solution or project too. I could imagine to write assembly that exp ...Show All
Windows Forms Can't anyone help me with this? - "..timeout period elapsed prior to obtaining a connection from the pool..."
I posted this problem but no one responded. I figured I'd try one last time. I'm having a wierd problem. I've been using Visual Studio.NET 2003, and writing an app that up to now has been working perfectly. All of a sudden an error comes up and have no idea what it means or how to stop it from happening. The error is: "Timeout expir ...Show All
SQL Server SQL Server 2005 Developer ed.
I am trying to install 2005 on a new hard drive, running only Windows x64. The processor is a AMD Athlon 64 3000+, 2.02GHz, with 1GB RAM. When I click on setup.exe, I receive the following error message: The image file c:\SQLDEV\setup.exe is valid, but for a machine type other than the current machine. I chose the developer's edition as recommended by MS when installing on 64 bit Windows. Any idea what's wrong Yeah, the confusion for some is that the 32-bit version can run both on 32-bit machines and in the WoW for x64 machines. But the reverse is not true. The two 64-bit versions are intended o ...Show All
Windows Forms mouse_press event ???
Hi, I want to perform some function repeatedly while mouse right-click or left-click is presed. While (Mouse rightCLick is down or MouseLeftLClick is down) Do SOmething End while Basically, i am looking for the same functionality as KeyPress event but it seems there is no MousePress event. Thanks, I know these 2 events, but these are raised only once when mouse button is up or down. I want to perform some function repeatedly while mouse button is down and as soon as it comes back up I want to stop performing the function. The problem here is that mouseup and mousedown events are raised onl ...Show All
Visual Studio uninstalling vs 2005 beta 2 fails
Hi! I'm trying to uninstall vs 2005 beta 2 in order to install the team suite and to clean up other things since I get some unexpected behaviour when working with it. However, uninstall precedure stops responding. In the dialog with the options add/remove, repaire, uninstall I select uninstall. The next wizard page displays the message 'Uninstalling Microsoft Visual Studio 2005 beta 2...' and it stops responding, while the progress bar remains clear. Any ideas Dimitris ... is is just me, or am I talking by myself here ... ...Show All
Visual Studio When to Use Transforms vs Just Item Metadata
I'm having a bit of a problem when building my targets understanding when to use a transform vs just using item meta data. For example, given this target: <Target Name="Backup" Inputs="@(OutputFiles)" Outputs="@(OutputFiles->'%(filename).bak')"> <Exec Command="copy @(OutputFiles->'%(identity)') %(OutputFiles.filename).bak" /> <Exec Command="copy %(OutputFiles.identity) @(OutputFiles->'%(filename).bak2')" /> </Target> &nb ...Show All
Visual Studio Express Editions Remove selected text from a combobox...But how??!!
I want to remove SelectedText by using a button click event but I just can't seem to figure out how to. I've tried the following code, but it didn't work: Public Sub CancelToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CancelToolStripMenuItem.Click Me .ComboBox1.SelectedText.Remove(1) End Sub The SelectedText property returns a string, which you're calling methods on. As strings are immutable, any method that modifies a string returns a new string, in this case a string is returned, and you do nothing with it. Me .ComboBox1.Text = Me .ComboBox1.Select ...Show All
