Looking For An OCR Tool?
Jul 29, 2010I'm looking Looking for an OCR (convert image to text) tool compatible to VS2005 (not necceraly for free).
View 3 RepliesI'm looking Looking for an OCR (convert image to text) tool compatible to VS2005 (not necceraly for free).
View 3 RepliesI want to make a Tool Bar in my task bar such as windows media player tool bar.
I'm using VS2005.net Windows xp Professional Edition.
how to put the tool tip text in status bar label this in form load event
View 14 Repliesuse of tool tip?
when i drag and drop it in the form,it appears beneath the form
what is its use?
give me some codings so that i can understand its use
i've searched high and low and cannot seem to find how to implement an application tool bar in VB.Net. I want to basically create a scrolling text banner, which docks itself on the top of the screen on which scrolls along a message. Pretty simple in VB6 but can find a VB.net alternative.
View 3 Repliesi read this guide [URL] and I added it successfully to my IE browser... Now I have one problem - creating a DLL for it (extension) where i need to start?
View 3 RepliesIs there a way to clear out a tool tip?
I have a field where the tool tip data is changed based on what record they select. It's show each record in different tool tips. I just want to show the current one.
Below is my
Dim lblnotes As ToolTip : lblnotes = New ToolTip
lblnotes.SetToolTip(lblequipment, return_notes_stringtooltip())
Not sure if this is the right place for this discussion. I am in the process of building some tools in Visual Studio 2010 Premium in Visual Basic Windows form application. There's not much out there for this. I figured this would be a great discussion and journey for many people.
Is this the right place to post this?Dr.Bones- " If my application is too hard for a 5th grader to run, I've made too complicated"
What tool can I use to convert C# 3 to VB.Net 9 .Net 3.5?
View 5 Repliesi trying to display an rss feed but i dont think im using the right object as the webbrowser object does not work. ive tried several other objects but to no avail. is there a specific tool i should use or is it my code?
View 2 Repliesi have created a tool written in C# that would parse string (from 3 files) using regular expressions then throw all the matches in a grid. It works fine on my machine.. It returns matches from those 3 input files.. The problem is when i use that tool (.exe) in other machines..there are no errors. The program works fine for the first 2 files.. but doesn't return matches on the 3rd file.I tried copying the codes in one of the machines just to trace the problem, but when i run the program, it suddenly worked fine.. from then, the program is working fine on that machine.
[Code]...
How to use listview tool i need some example of its
I need Some example
I want to programm login for specila web forms using asp.net. I have already user- database with user name and passwaord in sql server.How do i write login program using login tool.
View 1 RepliesI use Calendar tool in MS Access on a form - How/Where can I get calendar tool for VB.
View 2 RepliesI am working on a project that currently uses a .tiff, compares the defined template document to the document in question. We are moving away from the .tiff format for a variety of reasons but mainly because the new files will be coming in the format of PDF. I see two potential solutions to the issue. First convert the PDF to a tiff and use the existing code. Or second, use a PDF library that will compare the template PDF to the PDF that is received. Because the PDF that is received will basically come from an outside source we won't know for sure if it is text based or image based so the library or tool will have to be able to compare both.
View 2 RepliesI delete Settings1.designer.vb from Visual Basic and now Visual Basic gave me this problem:What should I do ? :|Warning1A custom tool 'SettingsSingleFileGenerator' is associated with file 'My ProjectSettings.settings', but the output of the custom tool was not found in the project. You may try re-running the custom tool by right-clicking on the file in the Solution Explorer and choosing Run Custom Tool
View 1 RepliesA scribble tool in VB paint app?
View 3 RepliesIs it possible to add tool tip to an image in vb.net
I am showing image to a treeview node.Node has its own tool tip which is shown on text mouse over of node
each node also has a image to which I want to show a different tooltip like image name
How can I add a little Toolbox Window to my app. I've tried using a normal Form, as soon as it appears I have access to its buttons, but the Main Form is then unresponsive until I close the Toolbox.change this behavior so I can have access to both the buttons on the Toolbox as well as the Main Form controls.[URL]
View 4 RepliesIn my company we are planning to develop a GUI for an existing vb.net application which is the best tool to create vb.net skins ?
View 2 RepliesI face problems while transferring objects between layers (mainly the Presentation Layer), as I work with classes having approximately 40 properties.(I don't reference the DAL in the Presentation Layer)So here's what I decided, I am planning to build an App (maybe Visual Studio Addin) which will help noobs like me to build POCO's rapidly.The GUI of the APP would probably be a datagrid with columns for
1) access modifiers
2) property name
3) data type
4) get method (checkbox)
5) set method (checkbox)
Also, the app will have an option to connect to the table and automatically generate a POCO class I would like to generate Strongly typed C# / VB.NET POCO classes for different Scenarios, Like Entity Framework, LLBLgen etc. I am mainly targeting LLBLgen and EntityFramework?I need the following information:
1) Is there such a tool which already exists
2) What are the things that I have to consider (like nullable types etc)
3) The DataTypes generate by ORM's LLBLgen/EF/nHibernate
While for the most part you can generate the same MSIL, there are definitely differences in tooling. PEX, for example, works much easier with C#.
What Microsoft or 3rd party tools don't work equally well for both languages?
With the tool tip text having disappeared from the properties box, I am having trouble getting it to appear.This is what I have written for a Radio Button (as mouse hover):
" Dim tooltip1 As New ToolTip
tooltip1.ShowAlways = True
tooltip1.AutoPopDelay = 5000
[code].....
how to create antivirus tool using vb.net
View 14 RepliesWhat I need to do is be able to enumerate pretty much all hWnds and locate any TextBox (outside of my program) and get information about it (eg: Name if any, text in it, etc).
[Code]...
I want to embed a exe file in my program, so that, it extracts it when the form is loaded and when the form is closed the exe file is automatically deleted. I have added that exe file in my resources but I can't call it in the FileCopy command.
View 5 RepliesI have an .XSD that is made from a class so that I can pass to a webservice. It got it over to the webservice as an XMLSchema object and now I need to make it into a class so that I can make objects out of it on the webservice side. I know that XSD.exe is the answer but I'll be darned if I can puzzle out exactly how to implement this thing. I need it to do this conversion at run time so I need to put the code for it into my project and all the references I've seen to using XSD.exe talk about calling it from the command line.
My .XSD is below.
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="[URL]">
<xs:element name="Field">
[Code] .....
In my project this is living in an XMLSchema object. How do I turn it into a class?
How can integrate particular Third party tool with my vb.net application
View 2 RepliesI want to make CPU and RAM Monitoring tool in Vb. But I have no idea and knowledge about this.I can make a GUI for this but I don't know how to implement this.If you have some experience please tell me what references I have to use and what are the functions which will give current status of CPU and RAM. and also guide me how to present this information in the form of continuous graph and progress bar.I shall be thank full to all participants. If you have no experience please refer me some expert sites and groups on internet. I will try to contact them.
View 2 RepliesHow do I make my numbering in RecordNumber1 tool in CrystalReport1Starts from 1 to 10 and then repeat from 1 to 10 and so on to the last
View 1 Replies