Manual Scanner.....
hi.
does anyone know where can i find information about how a manual scanner works?. i need to know how to paste images and how to identify where to paste images to make only one. i will work in visual basic.
thanx
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Thumb Print Scanner/scanner
hihi
Anyone ever edit the code of a thumb print reader to work with ur VB program ?now having problem with it
Manual Of VB6
i have a another question. Anybody know, where i can download a manual of VB6..freeware please
Regards
leo
Manual Pls...................
I'm new in Visual Basic.................
I need a Visual Basic 6 programming manual.......................
If anyone got pls sent it to me....................
THANK....................
Help And Manual...
Just wondering if anyone has used this before, and if you did how did you like it?
http://www.ec-software.com/index.html
Online VB-manual??
Hi all
Looking for a online Visual Basic Manual. Is there any somewhere?
To look up syntaxes and so on. Not fond of books beside my computer all the time.
Regards Magnus
Manual Timer In Vb
can anyone help me in coding a manual time display which do not relay on predefined Time function in vb... i need to input a time and from that the Time has to display....
Manual Installer
seen as no1 knows how to make a online one im making one of my own.
I have everything but if I put all the folders into a RAR or cabinet file how would i Cut them or COPY them to a specific folder?
Manual Editor
hi,
how should i set the manual edit if i want to do an array to the manual bar?
exmp;
File (manual)
-Source 1 -->index(0)
-Source 2 -->index(1)
-Source 3 -->index(2)
if i click on the "Source 3" it will capture index "2".
how can i do that? what should name the "Name" and "Index" column?
???
ocw
Manual Hex To Decimal
I need to convert a VERY large hexidecimal number (in several cases more than a hundred digits) into a string that contains the decimal number. My theory on how this would be done is by splitting it up into smaller sections, converting the number, and addint it to the string. My problem is how do I add a number to the final resault (as a string), and still come up with an accurate resault?
BTW, keep in mind that the code needs to support a string that contians the hexidecimal number, and return a string that contians the converted decimal number. Also must support a string of unlimited length.
Manual Commit
Hi,
I want to change the default behavior of auto committing any changes made in a record as soon as I leave it and want to commit changes made in multiple records on the click of a button.
1. How do I disable default committing?
2. How can I save changes in multiple records explicitly?
Thanks.
Automatic And Manual Calculation
Thank you all very much for your replies to my message yesterday. The resizing buttons problem seems to be ok now that I protected the sheet.
The other problem is that I set my spreadsheet to have manual calculation when i open it, and switch back to automatic when I close it, since most people work in automatic calculation.
I was playing more with this today and discovered that I don't even have to open another spreadsheet for Excel to make the switch. It just automatically seems to switch back to automatic calculation when I'm in the middle of working on my spreadsheet. This is in Excel 2000. Could this be happening because I'm triggering some shortcut I do not know about or something?
I'm very confused at this point.
Printing To Manual Feed
Can anyone tell me what the trick is to print to the printer in such a fashion that it pulls paper from the manual feed bin and (in cases of multiple prints) waits for the next sheet to be inserted?
I am trying to print time cards that have a wax coating on them and they get stuck through the standard and envelope feed. The manual feed is a straight through feed with the HP DeskJet 1120C.
I have tried using "printer.paperbin = 4" in the beginning of the print section of my program, the outcome of which pulls paper from the standard papertray.
When I highlight "paperbin" in the code, the help says that this property is not available at design time. It looks as though I am going about this all wrong.
Manual Population Of A MSHFlexgrid
How do you populate a MSHFlexgrid manually(unbound) with indented bands (with column headers) so that it looks as if it were bound to a hierarchial recordset (through adodc).
I need to store additional data in the tags of rows and cells.
Manual Population Of A DataGrid
How do i manually populate a datagrid control? I still haven't figured out to add a new row and all my attempts at manipulation tells med that the rowset is not available. Argh :|
Is there any good "table control" to display data? preferably with support for dropdown boxes and such
Cheers,
Christopher
Edit: I have tried the MSFlexGrid control but i'm not satisfied with it, and it simply won't let me edit the current data. Population is also extremely slow... If i can't sort this out, i will probably end up writing my own grid control for this purpose *shrugs* oh horror :|
Is This Manual XML Creation Code Right?
Attached to this thread is an example of class structures, and n-teir development using PropertyBags to load/save large datastructures in one go.
You will have to change the Connection String value to that of the path where you unzipped this project 2...
I appologise, but I haven't managed to solve the CancelUpdate functionality yet...I want more than what the example in books and on the web give I will do that soon.
Each class has an XML property, which retries the XML string for that given class and it's child classes. This is done manually, and does not use MS XML DOM object...is this how it's supposed to be done? Or should I use a DOM object?
I would like to replace propertybags with XML...but am only 1/2 way there at this moment in time...
This project also supports full transactional roll back on any updates to the DB...
Any ideas?
Woka
OLEDB Manual Transaction
Dear all,
I would like to handle begin, commit, rollback transaction manually in my VB.NET code.
[quote]
Public cn As New OleDb.OleDbConnection()
Public cm As New OleDb.OleDbCommand()
Public trans As OleDb.OleDbTransaction
Public Sub BeginTrans()
Try
trans = cn.BeginTransaction
trans.Begin()
Catch EE As Exception
'getMsg()
MsgBox(EE.Message)
End Try
End Sub
However, after executing trans.begin(), an error is captured.
How can i solve this problem?
From SLOBA
Visual Basic .NET Manual Or Example
Where could i find an easy, step by step Visual Basic .NET Manual?
Where you can find(in an easy way) how to create a form, create buttons, a menu(and how to use it), etc.
I had searched almost everything.
Does anyone have a project example with these things?
That will be enough for me.
Stop Manual Resizing
I have a form with borderstyle set to 2 (sizable) with the Max button set to false so the user can still minimize the form. How can I stop the user being able to resize the form by dragging on the edges of the form?
Thanks
aikidokid
Wizards Vs. Manual Coding
I am fairly new to VB and I am looking for opinions about using the wizards vs. hand coding. What do most VB programmers do? I am trying to figure out a pattern of programming so I can keep a steady focus on creating an application in VB. I get lost in all the different choices of getting the job done. Should I drop ado controls on the form or hand code. Should I use commands or hand code. Should I use the data wizard then modify. I just want to find the best practice method and stick to it. I don't want to choose a method and find it to be the wrong one. Any insights from itermediate to advanced level programmers is appreciated.
Slider, Manual Tool Tip?
I have a vertical slider, it selects a percet (0 to 100) I want 100 at the top however so all my code is simply 100-slider.value probelm is when I use the slider in the common controls 6.0 it generates a pop up of the value property when sliding (a value that is obviouly wrong) if I use the 5.0 version I get no pop up, but I still want one that is correct. I'm setting the tooltiptext so when the mouse hovers you get one but it's not there when sliding, is there someway to go about creating one manualy. I tried positioning a label at the right place but the slider is allways on top of the label so it can't be seen. (Note: slider dosn't work like scroll bar where you can simply set max=0 and min=100 to fix this problem)
Edited by - davep1553 on 3/3/2005 10:07:30 AM
Manual Conversion From Decimal To Hex. How????
anyone noes how to manually convert decimal to hex? when i use the hex() function to convert 9999999999 it gif an overflow error.
plz help me...
LiFe Is MeAnInGlEsS wHeN lOvE iS nOt ArOuNd...
Edited by - Adios on 9/5/2004 10:48:47 PM
Manual Scale In MSCHART
I use MSCHART and to make manual scale in my graphs. I have the following programming:
.Axis(VtChAxisIdX).ValueScale.Auto = False
.Axis(VtChAxisIdX).ValueScale.MajorDivision = 10
.Axis(VtChAxisIdX).ValueScale.Maximum = 10
.Axis(VtChAxisIdX).ValueScale.Minimum = 0
But the points of the graph are not visualized. What I must make?
Thanks
ADO Utilities User's Manual
Hello,
Is there some kind of an User's Manual for ADO Utilities?
Thanks
Edit By Shandy: Moved from User Contributions to VB & Databases forum
Edited by - Shandy on 2/5/2004 1:57:04 AM
Windows API Reference Manual
I'm after a reference manual that will list a good portion of the windows API functions with a brief description and possibly example.
Can anyone recommend anything?
Print Excel VBA To Manual Tray
Hi all,
I have a microsoft Word 2000 macro (VBA) that sends records to a microsoft excel 2000 worksheet. After formatting this sheet, I want to print it automatically to the manual tray of the default printer. This default printer is not the same for all users. In Word there is an option to select the paper source. That option is not available in Excel. How can I solve this with an Excel VBA macro?
Thanks. Vera
Specific Manual Calculation Of Records
Hi XVT Team and forum contributors
I am working with a 78 Mbit Excel file. It contains about 20 worksheets, most read information from each other to show live updates on summary sheets etc.
When I change a cell value on one of the sheets and hit F9 to do a manual recalculate, the file takes an age to update. This is even slower if there are other Excel files open on my pc.
Is there a way to sepcify in Excel that when I hit F9, it only updates the related data to that cell and only that workbook?
I have looked in toolsoptions but do not see any features there that would make a difference.
Is there a solution?
Secondly, what is the maximum size an Excel file can be before it runs the risk of corrupting itself?
Thanks guys
Miles
Manual DragDrop On Tree View
Hi,
I am trying to implement Drag and Drop on Tree View. The DragMode property i set to vbManual and OLEDragMode is set to ccOLEDragManual. In this case, is it possible to implement Drag and Drop without using any keyboard interface. We had implemented it using Ctrl key, i.e. press Ctrl and then Drag will start. But user does not want it that way. Also, because we were facing some other problems we cannot set the drag properties to Auto..
Can anyone help on this?
Thanks,
Meghana.
DataGrid Manual/Automatic Update?
Hi,
Can a DataGrid control automatically update and delete records from the database recordset that it si bound to?
I am thinking that I need to write my delete and update methods manually. I am not really so sure.
Could someone help please?
thanks.
User Guide And Reference Manual
Hi,
Trying to make a start with VB6 and would appreciate any link to soft copies of the above (doc, pdf, etc.). I already have enough tutorials to show me the way...
Cheers.
Joe.
User Guide And Reference Manual
Hi,
Trying to make a start with VB6 and would appreciate any link to soft copies of the above (doc, pdf, etc.). I already have enough tutorials to show me the way...
Cheers.
Joe.
Manual Drawn Picture To Bmp File
if i have the following code for example .. how can i save it to a bmp file??
Picture1.Print "Hello"
SavePicture Picture1.Picture, "c:1.bmp"
as this does not work, i also want it to work for any drawn objects, not just print.
thanks
Manual Drag, Dragover, Drapdrop
Using Manual drag method to extract text from MSflexgrid cols, drop into list box with list.additem. Works once but when I return to flexgrid to select new text I seem to be in drag mode and unable to select. Have tried to cancel drag with grdflexgrid.drag 0 so far without success. Any suggestions - I've looked in MS books online and VBhelp. Since first posting I have discovered that the problem seems to be that drag method is executed from mousemove event by detecting button status. If I substitute a mousedown for mouse move it works OK, seems I am unable to get out of mousemove. Is there an easy way to end a mousemove when the leftbutton is released and drop is initiated.
Manual Scrolling For Text Boxes
Hi,
I'm looking for some code which can scroll the contents of a text box in all directions. I want to replace the existing default scroll bars with my own. (The scroll bars don't need to be contained within the text box.) Is there an API call I could use? - Thanxs.
Manual Scrolling Of HTML File
How can I open an HTML file and control the scrolling?
For example, when I click on command1, it will scroll to the top. If I click on command2, it will scroll to the middle. If I click on command3, it will scroll to the bottom.
I use the WebBrowser, but it only allow user to drag the scroll bar.
Thanks in advance for your help.
OLE Drag/Drop Manual (RichTextbox)
For v1.5 of my Notebook program (http://www.spuler.us/software/notebook), I changed from a standard textbox to a richtextbox to get around the 32k limit for standard textboxes. I have replaced the context menu for the richtextbox to do only plain text, and I have played with the OleDragOver and OleDragDrop events, to make it so that files dropped on the richtextbox are not embedded, but opened instead.
My issue is that in changing the OleDragMode and OleDropMode to manual, I can no longer highlight a bit of text, drag it to another location in the richtextbox and then drop the text. At first, it would just delete the highlighted text. For now, I have it to where the text isn't deleted, but I'd like to provide that sort of drag/drop text functionality.
Any suggestions on how to achieve this? I'm at the office right now, but if my current code is required then I can post that later on this afternoon after I get off work.
Thanks.
Manual Scale In My Graphs(MSCHART)
I use MSCHART and to make manual scale in my graphs. I have the following programming:
.Axis(VtChAxisIdX).ValueScale.Auto = False
.Axis(VtChAxisIdX).ValueScale.MajorDivision = 10
.Axis(VtChAxisIdX).ValueScale.Maximum = 10
.Axis(VtChAxisIdX).ValueScale.Minimum = 0
But the points of the graph are not visualized. What I must make?
Thanks
Visual Studio Installer Manual?
Does anyone where I can get the Visual Studio Installer Manual? I know about the help that is installed on the computer but it does not have enought information about the Condition Dialog Box.
What are the various condition statements that can be used with this software program?
Manual Coding Of Data Environment
hi,
I have a data environment and it has data base path set to (myDBdb.mdb).
Now when i run my project in a different machine, i have to everytime make changes in the data environment property and map it to the database which on that machine.
Is there anyway i can set it once instead of changing the path name everytime.
thanks
Error Handling Vs Manual Check.
Hi, How do You handle this?:
for example: If I update or insert a new record in the db, I have to handle the case if the value in the field (with unique values) already exists in the db. Should I use query (SELECT field FROM table WHERE field = newvalue) and to check if it exist or to use Error handling routine?
Thanks for reply.
m.
Manual Scale In My Graphs(MSCHART)
I use MSCHART and to make manual scale in my graphs. I have the following programming:
.Axis(VtChAxisIdX).ValueScale.Auto = False
.Axis(VtChAxisIdX).ValueScale.MajorDivision = 10
.Axis(VtChAxisIdX).ValueScale.Maximum = 10
.Axis(VtChAxisIdX).ValueScale.Minimum = 0
But the points of the graph are not visualized. What I must make?
Thanks
Manual Scale In My Graphs(MSCHART)
I use necessary MSCHART and to make manual scale in my graphs. I have the following programming:
.Axis(VtChAxisIdX).ValueScale.Auto = False
.Axis(VtChAxisIdX).ValueScale.MajorDivision = 10
.Axis(VtChAxisIdX).ValueScale.Maximum = 10
.Axis(VtChAxisIdX).ValueScale.Minimum = 0
But the points of the graph are not visualized. What I must make?
Thanks
Automating Manual Data Entry
I have a Propritery DB application that I want to plug allot of data into. Is there a way to get the Handle of a couple of text boxes on the application and the enter button and stuff the data that I want into the boxes and hit the enter button?
Thanks
LJ
|