Mark Olsen'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 direct ...Show All
Visual FoxPro editbox programmatic change
I am looking for an easy way to determine if I've made interactive change in an editor box. The issue is that there are about 16 controls on a container, they are initialized from a table record thus their values at activate time generally are not trivial default. I have to save the changes with a SAVE button if I made any but I want this button's click method to quickly determine which control values have been changed. I do not want to do REPLA ...Show All
Smart Device Development how to display index is number for datagrid ?
how to display index is number for datagrid it ' same as excel such as 1,2,3,4,5,6 exemple: A B C D 1 2 3 4 5 6 7 Help me please ! Thak you How would you do this - say, I wanted to add a column that is not mapped to my datasource, but rather wanted to *** value to a new column manually ...Show All
SQL Server Please - OLE DB Provider for SQL Server (0x80004005) Cannot generate SSPI context
Please can anybody help me in fixing this error I am getting on ASP page while accessing ASP database page using an SQL server database. I am using Windows 2000 Service Pack 4 with Internet Exp. 6. The system also has developing software VB6 and IIS. It is connecting well with VB application but is not accessing through IIS. I have checked all MS Knowledge Base but could not find workaround. MS accepts it as a bug but I could not find ...Show All
Software Development for Windows Vista Lab4 problem : OrderCreated event is never raised.
Hi I'm following lab4, and I'm having a big problem. The OrderCreated event is never raised. I've included the OrderLocalServices project inside my solution to put a breakpoint at public void RaiseOrderCreatedEvent( string orderId, Guid instanceId) { if (OrderCreated != null ) OrderCreated( null , new OrderEventArgs (instanceId, orderId)); } And the value of OrderCreated is null. I have checked that my OrderC ...Show All
Visual C# Debug Compile Problem
Hello! I have a C# project, a Windows forms application. It compiles without any errors, but when I compile it in debug mode, it compiles the application as it was a few hours ago. If I compile without debug it works just as it is meant to do. This is very weird since debug mode worked yesterday. Any ideas on what this could be I don't know exactly, but I think your debug version somehow not overriden by new one ...Show All
SQL Server Problem creating an enumerator?
Hi, I tried to create an enumerator using Vb.NET but it will give me an error in this statement: <DtsForEachEnumerator(DisplayName = "LSParseEnumerator" , Description = "Returns an Enumerator by separating items in a String by a certain character" , UITypeName = FullyQualifiedTypeName , AssemblyName , Version = 1.00.000.00 , Culture = Neutral , PublicKeyToken = "" )> _ The error is in the Version = 1.00.0 ...Show All
Visual Studio Can't repair Microsoft Document Explorer 8.0 - wrong Framework version
I had a problem installinmg the June CTP of VS 2005 Team Suite, so I reverted back to Beta 2. I now have a faulty Microsoft Document Explorer 8.0 throwing exceptions, and when trying to repair it, I am informed that the Fx is not installed. When looking at the install.ini file in folder "C:\Program Files\Common Files\Microsoft Shared\Help 8\Microsoft Document Explorer 8.0" I find it still addresses Fx ver. X86=2.0.50601 when in fact I now h ...Show All
Visual Studio Express Editions For Each replacment
Here's a simple question: OK, I'm relatively new to Visual Basic, and don't have much experience. So don't make fun of me for my stupid question, but here it is: I've got the regex statement, and at the end it says "For Each m In re.Matches(t)"... display a messagebox Now, all i want to do is display a messagebox ONCE with the FIRST instance of the match that it finds. However, when i try to get rid of the full For Each statement, all ...Show All
Visual Studio Express Editions long interval between StreamReader/StreamWriter processes
Hello, in my program I am using StreamReaders and StreamWriters, and they work, but if I use the StreamReader or StreamWriter process, it takes long before I can use them again, so now my question is: can I make the process-intervals(sorry if this name doesn't exist) shorter Or should I use an other way to read and write files, and who can be used in faster time-intervals Grtz, Tom. What do you mean by "it takes long before I can u ...Show All
Visual Studio Team System SharePoint Portal Server
Is Microsoft SharePoint Portal Server 2003 still not supported, even by TFS Beta 3 Firstly, you should be using Beta 3 Refresh , which is the latest version. Secondly, the installation disk has a file called TFSInstall.chm which details exactly which versions of which software you need to install. Follow that to the letter, and you should be ok. You can also check the latest version of that guide online here ...Show All
Visual Studio Need to run CLEAN SOLUTION to get a new compilation
I've been working with vs2005 for a few months - all ok. 'Suddenly' when I hit F5 to run in debug mode I get the previous build - without debug info. When I run Clean Solution and then F5 everything is ok... Any ideas thanks, John Hi John, can you give a bit more background, e.g. if there are any websites/webservices in your solution and in which kind of project you get the weird behavior Or try the following f ...Show All
Smart Device Development Why don't the Remote Tools show up in Visual Studio 2005?
I'm just converting over from eVC 4 to Visual Studio 2005. I installed VS and the Windows Mobile 5.0 SDK. The remote tools for CE are installed in C:\Program Files\CE Remote Tools\5.01\bin. I was expecting them to show up under the Tools menu in VS. Do they show up there for other people I'm I just looking in the wrong spot Do I really have to go and customize my menus manually to show those tools Thanks, Bob ...Show All
Visual C++ VC2005, can't mix declarations and statements
"anonymous@discussions.microsoft.com" <Tydr@discussions.microsoft.com> wrote in message news:93b7fcd6-9f12-472a-b6cd-3ddf94654878@discussions.microsoft.com > I have VC++2005 express beta2. > I create a default, empty win32 console app: > > int main(){ > int a; > a = 5; > int b = 5; // get error C2143 here > } > > I get this error, bo ...Show All
Smart Device Development Focus problem!
Hello. Im making a smartphone program for Windows Mobile 5.0 using C#. In this program there is a form. I open other forms on it as a dialog: using(MyForm form = new MyForm()) { form.ShowDialog(); } Here is my problem: when i have opened a dialog on the main form, and press end button(red phone), program losts its focus as it should. But when i give the focus back to my program by pressing its icon, program acts veird: ...Show All
