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

Very small question -

I know how to remove strings from text however I dont know how to remove quotes.

for example

NewString = Replace(OldString, "string2remove", "")

I can remove returns like this:
NewString = Replace(OldString, vbcrlf, "")


How would I remove all quotes from a body of text?
NewString = Replace(OldString, """, "")

I get an error with the above example...

Does quote have something like vbquote like vbcrlf?

 

DB Field Types -
Hi This question is more to do with database design, something I`ve recently started. My question is... I have a form used as a front end to a SQL DB. The form controls what is entered into the database. It contains multiple radio buttons with text such as 'Small' 'Medium' 'Large'


[2008] TEXTS! (need help with big and small chars) -
Hello! I wonder how im gonna write to open a new form! also, if i make a question (a quiz) there i got a question for example: What is the orginal name of the weapon colt? and the answear might bee M4A1 Then how to code it so its not care if i write with big or small lette


a small question -
sorry for posting such a small question but i cant figure this out. i hope there was a forum for newbies. i need to add two masked boxes and put the result in third one. but they are concatenating.(2+2=22) even though i declare temporary variables as integer, they are concatenati


executable packaging -
Another rookie question for you guys... Do I have to package up my small program and go through all the hassle of the usual software installation stuff or can I simply package up a portable executable? I was given a small exe file that was written in C++ and I don't have to go thro


Question About C++ And OS -
Hello, I have never done anything with C or C++, but I just want to know something. When you make something in C++ will it run in a different OS besides Windows? Because I kinda want to make a VERY small OS. If I did it would run 2, VERY small programs. 1 a very small, and very limi


[vb6] Form -
Hello, just a small question... Does anybody can tell me how to display one of my form on top even if I click on the second form. More precisely I mean : I have two forms displayed at the same time, a small one and the main, I would like to display the small one always on top, and


Small Operating System -
I have been doing a lot of research lately on operating systems, but I thought I would still check in a question here. Does anyone know of a really small operating system, like really small. I want it to basically load up only the bare essentials so I can install a program (.exe)


Just a small question/problem..... -
Sup fellas! I just wanted some help on a small programming question. This is really "kid stuff" compared to the programs you guys do. Anyways, if I have a regular text box in a program(text1.text), and I ask the user to input any whole number, what do I put in the code in ord


Messenger People -
Hello Gang, So far many of you have been a wealth of information. But sometimes its quite difficult to get on here and post to ask a question. Does anyone use yahoo messenger who would be willing to allow me to add them as a "Friend" ;-). I have some small common questi


small Q -
hello i think this is a small question ... if i select a cell in an Excel aplication (by using the mouse), is there anyway i can capture this information in my running vb program?? cheers


Many Smalls or Single Big -
I have an ASP that pulls log entries from an Access (and in the future MS SQL) DB to run an availability report. If you ask for the last month, it will pull all of the log entries and build the incident list and the figure out uptime and such.... My question is... should I loop thr


Dos Program -
I have been using alot of dos lately and I have been seeing alot of dos programs that do a really good job at stuff being so small.... Small enough to fit on a floppy. Well there is some graphical programs in dos like delpart.exe and some that i have recieved from microsoft. M


Simple VB Help -
Hi everyone, im just starting VB and im going through my book doing the excercises. Well I get to this one excersize where you click a button(either small, medium, or large) and then text pops up that says small, medium, or large depending on the button you click. I cant figure out t


Quick C question -
Hello, I have a small c question. Where can I get a 100% free c compiler?


search question -
I have a small database, now I want to write a small seacrh for it , I don't have problem with single field search but when I want to search all fields , what is the best way to do it , I know this command "SELECT * from table where field1 like 'string' or field2 like 'st


Small Coding Question -
Hi, As you can tell, I am new here and I am just starting to learn VB, so I'd like to start by saying, "Hi". My question is, I have a small program that has two text boxes and a command box. The program takes whatever is in the first text box and multiplies it by 0.15 whe


Problem... don't know... -
... where this question falls under... to me yep guess and check... well here goes... I took a large wooden cube and painted two of its faces red, two of its faces blue and the two remaning faces blue. Then I cut up the cube into lots of identically sized smaller cubes and gav


Easy Check Control Question -
I'm working on a small program and need a little assistance. I've changed the style property to a check box control to graphic so I can change the font color. It worked beautifully except for one small prob. When it's clicked, the control gray's out for about a half second befor


control description -
i have a question please, i've got a label , but it is too small to fit description in the label,,,, any idea how can i do a small description to the label, which it could be displayed only when u put the mouse cursor over the label.... do u reckon i could access this desc


[general non-vb] a sound question -
I have a question, i am making a program and a website for a friend, but he wants an flash intro... With music And i really wouldn't know what kind of music i should chose, the flash file must be kept small at all costs so the music needs to be repeated... Anyone got any idea's


msgbox question -
Now after hard two days of training on vb6 i know something about it but i have on small question how to change the caption of messagebox(msgbox)? well you know that text in the top


small taskbar question -
Hi all, I've got a small problem. I think it's possible to solve it, but I don't have clue where to start. I have written a small activeX to send the app to the taskbar Tray. When a user clicks on the icon in the taskbar tray a popup appears. Till here there's no problem. The probl


Small menu -
I have a small menu and a small toolbar. I want to put them on the same line, but the menu goes across the whole form and won't let me put the toolbar up there (I want to conserve vertical space). How can I make just a small sized menu bar?


Text in a frame -
Hello everyone, I am new on this forum and I was wondering if anyone could help me with a small question I have. I am pretty new to VB but I have already made an application that connects to an mssql db and everything, but now my question is, is there a way to print things in a frame?


A question about shortcuts -
Hi I have a small question about creating shortcuts: How can I create a shortcut for a specify folder using my specify icon on my desktop ? I really need your help in this one Best Regards.


Export Out to Excel -
Hi All, Im trying to write a small proceure from access to call excel and construct a small macro. My question is how do I write a macro to make a macro? For example in my Access applicaiton the user would click an export to excel button. THis button would launch excel and populate


Access Limits [SEMI RESOLVED] -
I'm using a database that has a massive load of smaller tables. This meaning, there are going to be thousands and thousands of very small tables, having only two collumns, and around 20 or so rows. The values in these fields will be small. The question is, can anyone tell me about h


Making Smaller Setups -
Hey Whenever i use the package and deployment taht comes with vb6 .. my setup is always 1.44mb. Im thinking its adding files that i dont need. How can i make small setups and still be able to distribute without adding files? So i guess my question is .. how do i make small, but compa


Want List Index stored in database -
Hi I 've assigned a small project by my teacher; It's a small questionnaire with lots of Yes/No answers. I am using a combo box for the gender question : Male, Female . But when I choose, for example Female, it gets stored in my database as Female. What I really want to store is its


[02/03] Help with sequential files please -
Well, actually, I have two questions. The first one is, I know I need to use the streamreader class to open my files but as I read my textbook, the tutorial has me use an Open File Dialog instance which is only a windows form. Since I don't have that option in asp tools what can/shoul


1 Question From Newbie -
Hi Dears I am Newbie in Vb and MySQL but i had done a small project Using: VB 6.0 SP 5 MySQL Server 4.1 ODBC 3.51 And i'm thinkin now about Making the setup, So my Question: Must I Install MySQL in the Users Machines? If the answer is Yes, Then it's Enough. But if No, Can


Inet. Small question -
I have a question: I am using the Inet component. When I am done programming everything, I just want to use the EXE. If I do this will it send me an error saying that it doesnt find the Inet files or something? HOw can I solve this?


Mathematical Formula -
Hello guys, seems like I'm making a habit of asking questions these days. I'm busy making an automatic exam generator, whereby I input details about the exam, then the questions and so on. It is basically at a stage where I could already implement it, but there is a feature I'd li


GDI+: Matrix transformation -
Hi all I am programming the zoom on by CAD system. The problem I have is when I what to zoom in on very small primitives. I have attached a small project to demonstrate, the program draws a horizontal line and scales it to fit with a 10 pixel border. If you change the m_star


small picture -
is there any way to create a small BMP file of a gif or jpg picture. or is there anyway to show a picture preview in small size , i try paintpicture method but it is very slowly. thanx


Workbook zip size inconsistent -
Everytime I zip my workbook it comes out in different file sizes, sometimes large sometimes small. I want small. Are there tricks to having the workbook zip small every time?


math question: exponents/indices -
sorry about posting a math question here in the general forum but it is a bit urgent. i have xams tomorrow and just realised that i was ignorant of a small and probably quite obvious solution to a problem. if i have the equation 125 = 5 ^ x how do i find x? this is of cours


[small cap] What Dave is posting [small cap] -
I just notice Dave is typing all in small caps. Y?


An easy question for a text box.. -
Well i am working on a small and rather cheasy game. But i am trying to make a small test system for it. And when you press something i want it to be displayed in the text box. But then when another action happens, i want it to go down to the next level in the text box. So if its lik


Mouse Over And Cursor Question -
OK small question.. how to change the mouse cursor to the little hand when going over a picturebox?