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

All text from VB code -

Is there a way to extract all text data from a vb projekt?? I want to make my projekt support multi languages, but that way I think I must extract all data (30 forms , 18 modues, 3 activex etc.) but that will itake hours. So is there a way to auto extract all data?

If not, has anyone a better idea how to make this projekt language supporting or is anyone interested in making a projekt with me to extract all this data. So far I can open a vb projekt and if loads all modules and forms and opens them and gives you all data with .text and .caption (for example form.caption etc) and all messages, but I need to know more (want to know) how to get all text data out of a vb projekt. Every suggestion is welcome.

If you want to see the projekt so far, just ask.

 

Dec To Hex Code Help -
I'm trying to set my application up to where when you hit a button(Button1) it will take a text box's number, and convert it to hex. The problem with my code is it doesn't continue down the list until the correct match is found. Code: Private Sub Button1_Click If oa.Te


Collecting Code for later use Need Help!!!! -
Hey all, I have a project where my code is getting really long because there are certain areas where i have had to repeat the same chunks of code. For example on button click i have Textbox1.text = label17.text Textbox2.text = label17.text Textbox3.text = label17.text Text


Windows Mobile 5.0 - Saving and Loading Text -
I need some help please. I need some code that will save some text from some label's into a single text file(data.txt) and save it onto a Windows Mobile 5.0 pda. It needs to save in this format: label1.text label2.text label3.text label4.text label5.text label6.text la


vb6 - Spreadsheet(format paragraph/indent paragraph) -
Hi Mr. West. A little while ago, you gave me a code that formats the "Comments" field row in my spreadsheet. The objective is to begin a new paragraph whenever it encounters a date field within the text data. Below is how it is currently formating the "comments"


text correction - RESOLVED -
i have and text box on my application to enter a code like this: 1234-456 i want to put automactly the '-' on it, but i but the folowing code: <vB code> Private Sub Text5_Change() If Len(Text5.Text) = 4 Then Text5.Text = Text5.Text & "-" End Sub


[2005] MY Integers are rounding -
Below is my code. I am making a simple program to change a number given in a text box to the number of dollars and coins that would be given for change. The following code works well except for the coins. The numbers round up and cause the coin numbers to be wrong. Can anyone offer any


searching for a range of values in a text file -
i have these data files, text files, where each 'column' of data is delineated by a vbTab, and each record a vbCrLf in each line, in the exact same place (after the third tab and before the fourth) is a number. what i was hoping to figure out was how to search for that number if it l


Someone Please Help Me With This Code -
Ok I Was Trying To Build An Elite Talker Im Hopes That After That I Could Then Work Out How To Make An Encryption Program. I Don't Know If Anyone Knows What An Elite Talker Does Or Not But Anyway, This Program Consists Of A Form With 3 text boxes, you type in the first and the next mes


Text and Image, Layout -
I would like to create this kind of layout dynamic.... The text and the image is retrived from a database with asp. Text Text Text ------------------------------ Text Text Text |////////////////////////////| Text Text Text |////////////////////////////| Text Tex


[2005]Text to BB Code -
Hi i am trying to program an application that converts text to BB Code Example :- If u write something in the top text box and code is checked then once u click Tag It in the second textbox the text will be wrapped in BB Code i am not sure how i go about doing this would be


How 2 shorten myRandomize Code. -
Hi I’m wondering if anyone can help? I have the following code in a Command Button Vb Code: ā€˜----------------------------------------------------------------------------------------------------------------- Private Sub CmdRandomPos_Click(Index As Integer) Dim a(1 To 5) A


Image/text positioning -
I have an image with some text next to it and I want the text to be to the right of it and not wrap. This is what I have: Code: |image| text text text text text text text text |image| text text text text text text text text |image| text text text text text text text text |i


newbie, adding a return to code so shows up as a return in a text box -
i want to add code to lets say a command button so that when i click it certain text appears in my text box. ok i got that. but now i want to add code so that when i want i can just add to the txtMessage.text = XXX.text & "RETURN KEY HERE!!!" & XXX.text and in


Empty TextBox Please -
I have the following lines of code in my program. ā€˜1 txtFields(0).Text = Val(txtFields(6).Text) - Val(txtFields(7).Text) txtFields(1).Text = Val(txtFields(8).Text) - Val(txtFields(9).Text) '2 txtFields(2).Text = Val(txtFields(10).Text) - Val(txtFields(11).Text) txtFields(3).


Are you Smart enof -
i need help i need to do something like add text to a bunch of text boxes without having to keep defining the textbox number like here is some code that i wished work. dim x for x = 1 to 12 textX.text = "hi" next i wish that this code would add hi to all the text box


vbcr in a text box -
text1.text = "today is your birthday" & vbcr & "Yippie!!" I'm trying to get the text in a text box to wrap to the next line so I can put more text there. When I do this in code, I get a verticle black line, then the additional text on the same line. I t


text box which expans vertically with text -
I am looking for code which will increment the height of a text box as text is entered. If you have a text box which will allow two lines of text for a total of twenty characters I am looking for code that will increment the height of the text box by one line of twenty characters so th


simple text box code help needed -
I need help with my VBcode for text boxes... I have a text box that you fill out and I want the user to be able just to hit enter when he is ready to submit. I just need someone to finish this code for me (where the '?' is), Thank You txtconvert_keypress(?) txtco


formatting code window -
I am writing a text editor for C++ code and I want to highlight keywords. 1) Where can I get a list of all keywords? 2) How can you format text different colors in a text box because changing the text color changes the entire text?


" 's in text (Resolved) -
hi, i wander if you guys/girls can help i have this set of text that i want put into a rich text box, a fair bit of the text is variables so i chose to do it like this textbox(gpid).text = "text blah blah" & variable1 & "text blah balh" etc etc the


Can someone please reveiw this code for me -
I have written this code into a command button. Please quickly reveiw this code for me. Thanks Code: Private Sub btnSubmit1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit1.Click Using sw As IO.StreamWriter = My.Computer.FileSy


Need help to grab HTMl Code from vb -
Hello I have following HTML code Code: <html> <head> <meta http-equiv=content-type content="text/html; charset=UTF-8"> <title>SomeTitlehere</title> </head> <body> <div class=a>Some text & html code h


Help with my codings -
i have a problem with my codings. it say's "Syntax error in INSERT INTO Statement" here's the code that's has error Code: Private Sub Command1_Click() If t1.Text <> "" And t2.Text <> "" And t3.Text <> "" And t4.T


how search complete value of text box in text file (some code please) -
hi some body please give me some code stuff for, when i enter a string value in text box then this value should be searched "as a whole word" in text file. or i clear this question that, when i enter in text box then all of the text box value should be match in text file.


transfering form data problem -
I have been trying to transfer data from one form to another, and i know this is a really common problem. the way im doing it is to simply copy the data into a label and display this on the second form. Ive followed help and dont understand why my code isnt working. any help would be g


View file in text box -
Hi!I have a problem viewing a file code into a text box. I can view text file...but when i try to open the source of some other files i am getting in the text box only few lines from the file's code. i'm using this code to view: Open adress For Input As #1 Do While Not E


Money Value -
I am using the following lines of code, every thing is working very well until I need to calculate the GST at 12.5% Private Sub Total() txtTotalValue.Text = Val(txtSteel.Text) + Val(txtHardware.Text) + _ Val(txtMasonary.Text) + Val(txtConcrete.Text)


Math & Textboxes -
Code: Text23.Text = Val(Text10.Text) * 50 Text12.text = Val(Text1.text) / Val(text23.Text) Text13.text = Val(Text8.text) / Val(Text23.Text) Text22.text = ((Val(Text11.text) / 10) / 60) / 60 I get an error 6 overflow on the 2nd line Ive tried several different ways of this


Calculation Code: Help needed -
Attached is a screen shoot of my program, i need some extensive help. I need code to add up all the prices, but each price needs to be multiplied by its quantity. When they are added up i need to take of the discount in %, and then display in the total box. I know this is asking for


How do u create a field, that supports Images (jpg) -
I got the code to define Text and Numbers, but how do I make a database support Pictures? Heres the code I got so far... db.Execute "Create Table Contacts " & " (FirstName text, MiddleName text, Lastname text, HomePhone number, WorkPhone number, Street text, State


Run time error 7005 : Rowset not available. -
Hi, I"ve just added a Datagrid on my form now i want via code to add it into the datagrid. Problem is i always get an error Rowset is not available but i did allowaddnew = true . problem is i did in my code : With dtaBestellingen .Columns(0).Text = BestelNR .Column


How do I code a highlight of the entire text in text box -
How do I code a highlight of the entire text in text box? I have a text box on a form and I need to have all of the text highlighted in the text box when the form loads. I appreciate any effort and time, Daniel Christie


Encrypting/Decrypting Text Files -
Hey all, I have been working on an encryption utility, and its been going good so far. I have made a successful line encryption, where u enter a line of text, and press encrypt, and moves up all the characters 13 places. But the prob is, im not sure how you do that to a text fil


Vb 6 Printing problems -
Hi guys & gals! i am doing a project in VB 6 and since i am not very good at this, please help me with these! 1. What is the code to send data for printing to a printer? 2. How to adjust the alignment of text to print a bookmark, text in A3, A4 and A8*10 size? Can i also give th


If statments -
ok i was wondering if this would work as a code for an if statment, i want it so that when a number is put into a text box it will multiply by anumber i will prgram and appear on a label when the command button is clicked, would this code work: If (text box name).text <= 0 then


Writing Code -
IS there a way to write this code in a shorter version doing the same thing? Private Sub CmbStatus_Click() TxtCompleted.Text = CmbStatus.Text If CmbStatus.Text = "On Hold" Then TxtCompleted.Text = "50" End If If CmbStatus.Text = "


Simple addition problem -
First post, so hope this is in the right place. I'm having trouble making two numbers from two different text boxes add together, with the answer being displayed in a third text box. Basically if I use the following line of code (with 5 and 5 being the two numbers, for example)


[resolved] Small question - new line in text box... -
I have a multi-line text box and I put text into it from the code executed at run-time. How do you put text on a new line in the text box using code? Thankyou.


Better way to check fot textbox validation -
I am really losing grip with vb as i am learning c in my graduation (Bca) Please provide me better way(short code) to check that whether textbox contains 0-9 or space. This is my code Code: Private Sub Command1_Click() For i = 1 To Len(Text1.Text) If Mid(Text1.Text, i, 1) = &q


Code for Getting IP Info .. -
Hi please someone hlp this time , i need to get the vb code , that will show , Ip in one text box , HFC IP Address in another text box, DHCP Server Address in another text box, Ethernet IP Address in another text box. I know most off these address can be found at dos prompt b