o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Problem with the find function -

I have a problem with the find function in RTB.
It's ok when i use it to find strings in ordinary way, but
my problem is that i want to begin searching from right to left, (persian,arabic language). how do i do that.

 

Problem with the find function -
I have a problem with the find function in RTB. It's ok when i use it to find strings in ordinary way, but my problem is that i want to begin searching from right to left, (persian,arabic language). how do i do that.


Tough Puzzle -
here is a little problem solving quizz that u guys may find interesting... A sine function is such that when u differentiate it, the resulting function has an amplitude twice the original function. If the original function passes through (PI/6,0) and the derivative passes through (7


RichTextBox Find Function -
Hello, is the .Find function to find text in a rtb? if it is could someone give me an example of how to work it? I am trying to make a search function where someone can type in text into a textbox called txtFind and then press a command button and then it searches through the text box


Little Functions Problem... -
Allo, it's been a while since the last time I've posted in this forum. Recently I've found a little functions question that I think I've forgotten how to do it... Given that function f(x) = 5x - 36/x, find f-ยน(11) Find the value of x that can be mapped to itself under the fun


Find or Search! -
Is there any kind of Find or Search function that i can use in the RichTextBox i know that the rich text box has its own find function but i dont want to make my own form for the find function if one already exists for vb please help out if you know that there is one. Thanks alot in A


Recordset Find Function Problem -
strSQL = " SELECT Shipto, DockCode , CustName FROM CustomsInvoice " ' strSQL = strSQL & " WHERE Shipto = '" & frmPrintShipper.lblcusno.Caption & "' " CustInv.Open strSQL, goConn, adOpenDynamic, adLockPessimistic I like to use find func


Find function in Registry -
I am looking for an example or some help in executing a feature that would be similiar to the find function in the regedit application. I want to look for a specific value in the registry and then edit it. The problem is that the value may be in user defined locations. Any suggestions?


VB - rtb.Find() issues -
I'm using the rtbTextBox.find(search_criterea(n), 0, , 2) function to search a string and when i use commas as the search criteria, i'm seeing a wierd pattern: In the following string, the function will find every comma except those following a number or letter, so in this case 4 co


Converting Java Function -
Hey guys Im working on a small program for a game I play. Its a small clock that shows when guilds are open and closed and when they will open and close. As well as if their guild holiday is that day. My problem is, is that this function is using the function eval() and VB doesnt ha


How to build a Find Function -
Dear Friends, I wish to build a function that mimics the "Find..." function in the View menu as in many common applications. I know there is a Find function in VB. How to use it to search for a particular string or data item in a data grid control?


Probability density function, help! -
A PDF is defined by the function [Ce^(-t/10), 0 <= t <= infinity] f(t) ={ [0, elsewhere] where C is a constant. Find the value of C. By my reckoning, if f(t) is a PDF, then its area is 1. So the integral from 0 to infinity of Ce^(-t/10) = 1 the ant


Turning a var into a command -
Ok i've got a problem, and i'll try to explain. We know you can go to a function in a different sub by using sub.function Now my problem is this. In one sub I set a var to some sub.function Then I call a global function in the same way, but it has to return me to another function. Af


API declaration using #1 function names -
Does anybody in here know how to find out the API function names that correspond to the "#1" style of the same function names? I read that it's actually quicker to use the enumerated function name, but I can't seem to find a list of the corresponding function names. I'v


ADO Update method -
I have created a simple vb application to track customers. I am using an ado control to go through the database and populate the form. The problem that I am having is that I have created a seperate find function and when I click on the find button and the input box comes up and I


Ignore me, I'm stupid -
In order to get this 3d engine running correctly, I need to find the angle of a given point off of the main axis. Not a problem... except I need inverse trig functions to do that. Again, not a problem. I found a site that I copied inverse sine and cosine functions from... perfect. Exce


search problem -
Hi all i am having a problem with a search function, first of all i am trying to use the recordset.find method of form2 adodc from a command1_click event on form1 but the problem is that as soon as form2 comes into focus the comman1_click doesnt work. I am thinking of putting a sea


Retrieving the name of a control -
Hi there, I have a slight problem, I wish to write a generic function which will work by receiving the name of the control into the function when that control has been clicked. However, I do not know how to find the name of the control without explicitly passing the name into the


String Manipulation Need Help -
Hi Friends I am stuck in string manipulation, I couldn't find a way to solve this The problem is there is a string like: 12345678,45654645,8999649,7654678 Now I want how to find the count of comma(,) I found in object browser but there is no function for getting this, I


Date format in flexgrid from mdb -
Hi, I retrieve a recordset from mdb file using ADO and SQL 'select... from...' and use it to populate a flexgrid. My problem is that I simply can't find a way to get the date format into a dd-mmm-yy format! Can anyone help, please? Converting the flexgrid after it is populated is simp


Find an equation with 2 variables -
I am currently calculating the radiation received by a surface for different orientations. The amount of light depends on 2 things: (1) Solar Altitude (0-90) (2) Azimuth different between the window and the sun (0-180) By numerical method, I have found the radiation level for differ


can't find project or library for Time function -
I feel like an idiot, but last week my program compiled fine, now I go in and get compile errors saying it can't find the Time function library??? I don't get it, and I don't see what I am missing, I have MS Scripting Runtime. Please tell what is the problem, and if possible what would


Find process and get pixel location -
I found this macro module for VB 2005 but the only problem is that, I want to make the mouse find something then click on a specified pixel, But If i could find out by simply using a function that will find the window, where it finds the process window and gets the pixels of the t


cant find project or library -
I have a VB6 application and while creating an EXE i get an error saying "Can't find project or library". Up On clicking ok, it highlights the FORMAT function. I commented out the FORMAT function, now it highlights the STRING$ function. I commented out the STRING$ funct


step through records [cont.] -
I had a problem before where I stepped through various records. The solution was to just find the next/previous ID in my identifier column and display that data. However, now I'm implementing a search function. I can grab all of the IDs that are returned from the search function


Cannot find DLL entry point -
I am trying to reference an exportable function in a DLL. I set up my API declaration and then when I call the function in an event get the following error message... Cannot find DLL entry point (myfunction) in (mydll.dll) I know the function is there and I know that it is spell


Report Generation - MS Access 2003 -
hi guys. i am currently working on a human resources information system. i am currently using ms access 2003 and the report form looks like this: the function of this form, is once a button is clicked, the appropriate report for that button will be generated and will automatic


Here is a function for SEEK with ADO in any kind of Database (Updated 24. February) -
Originally i asked for the correct way to seek with ADO. I got help here and then i wrote a function that works. Look here downwards and you find the function! 24. February: I replaced the old code with new code after i got replys that there are some problems. All problems are


The Inverse Tan Function -
Does anyone know if there is one for VB I can't seem to be able to find it and i'm sure its there somewhere. If it seems i've been day dream'in does anyone know a piece of code I code use as my own function for Inverse tan, it doesn't need to be perfectly accurate. I think i'm gona hav


Problem printing out all the objects on a form -
Hello, I have a problem with a printing function I downloaded from Planet Souce Code. You can find it attached to this post. This function allows you to print out a form together with the objects it contains. The problem I have is, if I run the printing code from the form itself, it


[2008] Find function for webbrowser -
Can anyone post a code for a find function?


seek in oracle -
I am using the Seek fuction to search for a value in an access table - however now I need to switch the table to Oracle. Is there any function or stored procedure that can act like the seek function - I don't think I can use the find function as it does not take multiple keys. I


Function to unused row -
i got a function that loops until it find a new row by checking if the row is empty: [vB] Public Function GetNewRow() Dim rgn As Integer rgn = 1 Do rgn = r + 1 Loop Until IsNothing(Row(rgn)) NewRow = rgn End Function [/vB] is there a better code I should be using maybe o


Missing function in .NET -
Hi everyone, I have a BIG problem, i am attempting to convert an old ASP page to a vb.NET dll, i have done 99% of this, apart from i cannot find the Eval function in vb.NET?? I must have the eval function as the code takes in a formula (could be any formula!!), and assign the val


Find !! -
I need to Find something... This is to be does as a subroutine(invisible for user... after i have found it i want to manipulate it and throw it back in it's now form... this is to be done in and RTB... I can't use the Replace function, it won't work porperly for my purpose :! Anybody h


problem with DIR function -
OK,I have a strange problem.I made a little prog home and it works there,but if I try it at an anothr computer,it seems to appear an error with the DIR() function.I used like this: If dir("c:\xxx.ini") = "win.ini" then .... and it doesn't work.I'm trying to fin


RichTextBox printing size -
I got a small problem and i looked through the forums and couldnt find a solution , maybe someone got an idea... I am printing 4 RTB on a Letter each Box at a user defined Position but i have a problem with the height of the printed Box. I use the PrintRTFText-Function and it works


Printing direct from Access 97 function -
I have a function in an Access 97 database, which I run via a macro. I want to print some values directly from this function to the printer. Can I do this? If I can then I can't seem to find a way! If not then do I have to create a temporary recordset and use a report to do my


[2005] Help to find out Log file information -
I've a project in which I've OutputDebugString () function used for error information and other step by step information to be maintained for tracking the bug. My problem is that how I can read this information. where this information is stored. project is for Outlook add-in. can a


2 New Problems -
Something new? Hmmmmm.......ok How about an easy function problem. And then a harder sequence problem. 1. If f(x)=9x+1 and g(x)=x^2. Find all values of x which satisfie f[g(x)]=g[f(x)] and .... 2. If p and q belong to positive integers such that p/q=1+1/2-2/3+1/4+1


Converting from PHP to VB -
Hi all, I am currently converting a PHP program to VB and I am stuck when my i could not find a VB function to replace php array_split function. Can anyone help? This function is set to create an new array, B by retrieving some element from existing array A. For example A()