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

Duplicate Threads -

I can't stand it when people post duplicate theads. I can never decide which one one to reply to and get very confused.

Moderators should delete duplicate threads and their duplicates and any related duplicates. Members shouldn't reply to duplicate threads and if they do they should be shot.

This concludes my moan on duplicate theads

 

Duplicate Threads -
I can't stand it when people post duplicate theads. I can never decide which one one to reply to and get very confused. Moderators should delete duplicate threads and their duplicates and any related duplicates. Members shouldn't reply to duplicate threads and if they do they should


Not this duplicate threads forum -
It's been happening for a while but just recently there's been a high incidence of near duplicate threads. It seems ChitChat'ers are far more skilled at this than other forum posters. Does that make us more advanced or less regressed.


combobox duplicate -
I have looked at previous threads to do with combobox and duplicate values and they all seem to wonder around combobox being populated from a database. My problem is i have three comboboxs in my form two of which are the selection one. When the user selectes from the two combo boxs it


Whats going on with these Duplicate Threads -
So How are these Doubles occuring? For example, the Megatron Multiple threads, and now these two identical threads: Number1 Number2 And, is there an easy way to list other such dups? -Lou


[2005] How Threads best handled -
I want to use threads in an application with vb.net, please anybody help me how I can learn the concept of threads. I tried from google, but it directly provides the concepts of multithreading but I need how threads are started and stoped without completing the job inbetween. also how


pageSize without RecordSet - is it possible -
Hi, Im making myself a webBoard(that works like this one) in asp and things are going pretty well. BUT, I have now bumbed into a problem that I need help with. First, read and try to understand what want to achive: strSQL="SELECT (SELECT Forums.Threads FROM Forums WHERE Fo


[2005] Closing threads when program closes -
Hi Everyone, I have an application that has threads continually running in the background monitoring different settings. When the end users x's out of my program, the threads remain as a process in windows even though the GUI is closed. How do I terminate the threads when the GU


[2005] Duplicate an activex (ocx) control -
How would I programatically duplicate or create a new one of moeur's HookCtrls? I have one on my form but I will need to duplicate it when new windows open. I have no idea how, I keep getting weird errors. Can anyone help?


FUBAR again -
Duplicate threads, empty posts ..what goes on? Oh well - time to poot


I've had enough of the empty threads -
OK, John, James, Marty, Megatron, Serge, Aaron, any of you admins/mods out there, those empty threads are really getting annoying. At first I put up with those because they don't happen that often and I don't mind one or two empty threads. Now, every thread seems to have an empty cou


John - Forum problem - empty threads -
Today, I've encountered several empty threads - threads that were started by a poster - with no content showing. Then there are threads like 172117 that have an answer ONLY. Something serious is wrong - Have you guys updated the software lately? See also thread 172055


checking duplicate -
hi, i m developing a mobile application for pda.. with sqlserverce. i want to check duplicate thru mydataadapter.hasrows it's give error that this is not suported with it how can i check duplicate


Duplicate -
Hi guys, I had this database which consists of duplicate invoices no. My question is how do i view those duplicate invoices no. only?? I'm using access. What is the SQL command to use. Thks.


[2.0] How would you manage multiple threads doing one task -
I have a task that takes about 5 minutes to complete. I want to cut the time down by doing the task across multiple threads. The task is finding a certain combination between 0-int.maxvalue. How would I manage that? I can only think of a really sloppy way. Anyone have a snippet of s


Interesting Facts thread -
Threads with the word lol: 6158 Threads with the word Cock: 105 Threads with the word Duck: 202 Threads with the word poo: 175 Leading post race: barrk with 7445 posts (only in post race) Followed by: __________ (5102 posts) Bonker Gudd has: 5194 posts Duc has: 228 posts Thread


how to delete duplicate records -
In DataSet, DataTable contains duplicate records. No key constraints. Now how to delete duplicate records. Except one record other duplicate records to be deleted.


Duplicate Database Entries -
Hello. I was wondering if i could get some help with a string that would search duplicate entries in 1 field. So say: On the un-selection of text1 it checks the fields for that database and if there is a duplicate entry for that field it will say "Sorry, duplicate entry foun


Renaming duplicate files -
Just wondering if anyone had a neat way of renaming duplicate files as they are copied into the same directory. Ideally I want: filename.ext filename(1).ext (first duplicate) filename(2).ext (second duplicate) etc Using VB6


How to review the previous threads -
I have post many threads, but I am not remember the threads title I post that solved by someone.I also do searching but not found that thread. The thread date was around JUN to Julai of Month, 2007. How I can trace back all the threads I had post?


How to get duplicate character -
Dear all expert programmer, I want to know how to get duplicate character in data. If I have data below. tmpStr = "abcd,bcde,cdef,dehmo" Duplicate character is "d" but I can't code it. Please tell me how to get duplicate character. Thank you


Urgent!!!!!!!!!How to create a Duplicate records in ADODC. -
hi, i have a problem with ADODC control, i want to create a duplicate record of existing one, how can i? in my application i have a "Duplicate" button, if i press the button then the currnet record must be duplicate as a next record in database. please solve my query asap.


cant delete duplicate records (sqlserver db) -
After accidentally insert duplicate records in a table, now when i tried to del or amend the duplicated records i hit the error : key information insufficients..too many rows were affected..now i cant del a set of duplicate records in the db what should i do? there is not primary set f


Keeping threads at the top... -
Mm, how do those 2 threads get to stay at the top? Look at the times. Have these threads go su rights or something?


How to check if all threads in a ThreadPool are finished -
In my application, I have to start multiple threads for some calculation stuff. As I don't know how many threads I have, I'd like to use a ThreadPool instead of handling the threads individually, just to make sure my resources are used efficiently (at least somehow). My problem is t


Can vb.net 2005 handle 100's of threads at once -
I want to make a multithreaded app that has ~100+ threads running at once. This was impossible with VB, and I remember trying vb.net 2003 and it was so hopelessly buggy.. (like 3 threads would work fine, if you tried 4 threads the app would screw up) Can you make an effective multi


Counting duplicate words in a list box -
Whats the best way of counting duplicate words in a list box. Then remove all duplicate words, but append to each word the number of duplicates found. Sort the list box according to amount of duplicate words. Any words with the same quantity of duplicates, to be sorted out alp


Simple duplicate eliminating script -
Hey all, kinda new to the whole vba thing. I'm trying to do something fairly simple: I have a couple hundred lines of data in a spreadsheet, and there are duplicates from when i complied all the data together. I've sorted the list alpha by company name. I'm trying to write a simp


[2005] threads -
I am fairly new to vb.net and am trying to understand threads. I have never used threads before so need to start learning from the basics. Does anybody know of anywhere on the net where i can get any help i need. Thanx


Viewing Threads in the IDE -
I have a vb.Net app, and within the IDE I want to see a list of the current threads that are processing, so I can see when the start and shutdown. I was sure there is an IDE window that shows the threads but for the life of me I can't find it. Does anyone have any ideas? I can't see


Multithreading, I need additional help -
Ok, I have been reading everything I can find on multithreaded apps in VB.net I am new to vb.net but have worked with vb6. My app will start 4 or 5 threads. Two of them will be high priority. The others can run a little slower. In testing, I have 4 threads starting. And I have a


Deletion of Threads -
I am getting totally pissed of with Threads being deleted. Today, one which didn't seem offensive (Afghan weather forcast) gets removed. All I ask is that Threads are closed instead of being deleted, that way: a) The Thread will drift down the board b) If the Moderator who closed


[2005] Threadpool threads from threadpool accessing the same method -
Is it possible for different threads from the threadpool to access one method simultaneously? I have 5 threads that start together and they all call the same method but it’s blocked from the other threads until the previous running thread has completed. Thanks!!


Threads... -
I just got the idea right now... don't feel like writing couple of tens of lines of code just to test it... maybe you know... I am aware that VB is not good with threads, so... Do you think I could create multiple threads by loading my own app many times ? I mean, If I can make


Searching for duplicate entries -
Is it true that vb generates an error only if it finds duplicate entries for the primary key field? What about for non-primary key fields? How do I then search for duplicate entries there? What would the code be like?


[2008] Membership Provider to allow duplicate usernames and assign different roles -
I'm developing a web site app and I am also going through and creating a user registration through windows forms. As you may know if you have seen my previous posts. Well I have everything up and running except I have one small problem. It's not allowing me to add duplicate user


Spamming This Forum - You will be banned -
In the past it has been suggested by people above Brad that the Chit Chat forum should be eliminated and it is stupid multiple threads about cats that might bring that about. I happen to like Chit Chat (although I'm not here a lot) and I want to keep it around so if I see any further


Sizing an Array parameter. -
Im using enumerate(Thread[] t) to get a count of all the active Threads that I have running within my program. Problem is that even though I know how many threads that I spawn within my prog I am sure that there are times when the amount of active Threads is not know. So how does one k


Safe number of threads Is there a limit -
If my VB app spawned threads, which it does...what is a safe limit? ie....if I run with 60 threads after a while does windows reject it? Anyways, is there a max number of threads an app can create safely.... Woka


I can delete my own threads in CC -
I did not see this before, is it a new feature for CC forum ? I checked and it seems that it shows up only in CC, and only for threads that I created. I did not test it yet (i.e. I did not delete any threads yet), it seems the feature allows to delete even when other people poste


Duplicate entry alert -
I am saving data to Access database via excel VBA through ADODB connection. I have set Primary key for the field “Name of the person”. Now when a duplicate entry is being saved, it shows an error at line rs.update as Duplicate entry. I want to put a message box alert through whi