-
Replied To a Post in How to get only numbers and - in text box?
I believe the solution has been already supplied to your other post at https://www.daniweb.com/software-development/vbnet/threads/484545/how-to-get-only-numbers-and-in-the-text-box -
Replied To a Post in How do I format my code manually
Not Canadian but African ;-) -
Began Watching VB.NET - Simple Game
Here's a simple game code, open a new vb project and copy paste this code and hit run. the game contains 3 levels, all you have to do is to … -
Replied To a Post in VB.NET - Simple Game
Looool you want me to kill my mouse button now ey ;-) nice game -
Marked Solved Status for How do I format my code manually
Hi Dw I've been having this problem for quite sometime now. I'm using a cell phone to post most of the times and to comment, and provide solutions where I … -
Replied To a Post in How do I format my code manually
Lol ow I'm sorry english ey. Thanks -
Created How to solve this error
Hi Dw I'm creating a program and it require to have a manager so I downloaded and added all the files that are related but I keep getting this error. … -
Began Watching How to solve this error
Hi Dw I'm creating a program and it require to have a manager so I downloaded and added all the files that are related but I keep getting this error. … -
Began Watching creating chat application
hello i want to create a chat application. i will design it once i get the idea of how it works.the chat will be based on ip addresses. is it … -
Replied To a Post in creating chat application
I will also suggest as suggested that you first understand what is Internet Protocol (IP) and how it works, and also understand what is Port numbers and how it work. … -
Began Watching vb .net application
hello sir,good morning am creating one pos software ,i have done all my designing and coding its working fine in my system ,i kept my db in inside debug-->bin section … -
Replied To a Post in vb .net application
If I quote on your first post you said you kept your DB on Debug-->Bin am I correct? You should put it on bin-->Debug where you will see the files … -
Began Watching vb.net application
hello sir,i have created vb.net software and i try to use in my laptop ,in my lap there is no vb.net software ,when run that application it showing the error … -
Replied To a Post in vb.net application
Try to read carefully the error message it should provide you with a correct information as to which version of .NET is required in order for your application to run, … -
Began Watching How to code for text Box
How to code for text box if length of textbox1 is 5 then textbox2 focus()?? -
Replied To a Post in How to code for text Box
I was having the same problem before. If Textbox1.TextLength = 5 Then TextBox2.Focus End If -
Replied To a Post in How do I format my code manually
That page has nothing about formatting the code except to link, etc. DaniQueen had also referred me to that page but there is nothing saying how to format your code … -
Began Watching How to get only numbers and - in the text box?
How to get only numbers and - in the text box? How to get only Alphabates and . in text box? How to get uppercase alphabate in Text box? -
Replied To a Post in How to get only numbers and - in the text box?
For the first and second one try to use MaskedTextBox For uppercase text use the .ToUpper.ToString You can also check if the data typed is lower case or not using … -
Created How do I format my code manually
Hi Dw I've been having this problem for quite sometime now. I'm using a cell phone to post most of the times and to comment, and provide solutions where I … -
Began Watching How do I format my code manually
Hi Dw I've been having this problem for quite sometime now. I'm using a cell phone to post most of the times and to comment, and provide solutions where I … -
Began Watching hidding text file into image file
i want to make a program written in vb.net which will take text file and a image file,after that the ouput will be the hidden text in a image so … -
Replied To a Post in hidding text file into image file
Hum. This really sound as a scam to hide and share virus and spyware. But anyway hope you use the solution as per what you said you are doing. I'm … -
Began Watching How do I sent short message to a Smart Device?
Hi! I am now facing a problem to sent a short message to a smart mobile device. There is no problem to sent a mail to a mail address by … -
Replied To a Post in How do I sent short message to a Smart Device?
There is a SDK called Ozeki it has a trial so I think you can google that and incorporate that to be able to send SMS and calls and also … -
Replied To a Post in XFS Manager
Thanks, I've already seen and downloaded it and installed the SDK, I've also explored the files and found what I was looking for but now the problem is how do … -
Created XFS Manager
Hi Dw I know this may not be popular to many people but it a standard for financial industry. I'm developing a WOSA XFS app, I've developed the part that … -
Began Watching XFS Manager
Hi Dw I know this may not be popular to many people but it a standard for financial industry. I'm developing a WOSA XFS app, I've developed the part that … -
Marked Solved Status for How to solve the LNK2019 unsolved error
Hi Dw I'm creating a wosa/xfs I've followed correctly the guide and the code has no error till I try to debug it or build it. I get this error … -
Replied To a Post in How to solve the LNK2019 unsolved error
Thanks I've sorted it out using this answer: http://stackoverflow.com/questions/10847076/how-do-i-add-a-lib-file-to-link-in-visual-c-2010 -
Replied To a Post in How to solve the LNK2019 unsolved error
Ok thanks but I'm a bit newer on C++, well I've installed a SDK and also I've linked it to the XFS file which has all the include that is … -
Created How to solve the LNK2019 unsolved error
Hi Dw I'm creating a wosa/xfs I've followed correctly the guide and the code has no error till I try to debug it or build it. I get this error … -
Began Watching How to solve the LNK2019 unsolved error
Hi Dw I'm creating a wosa/xfs I've followed correctly the guide and the code has no error till I try to debug it or build it. I get this error … -
Marked Solved Status for How to locate and load include files
Hi Dw. I'm developing a system using c++ for the XFS. I've followed the documentation on how to install the SDK but the problem is that I've successfully installed the … -
Replied To a Post in How to locate and load include files
Thanks. That helped. -
Replied To a Post in Prevent File Selection Dialog To Appear and Submit File Automatically
Oops forgot to ask are you creating ASP or just a windows application that will use the "control" WebBrowser? -
Began Watching Prevent File Selection Dialog To Appear and Submit File Automatically
Hi, I've been trying for days now to figure out a way to open a local file in WebBrowser, in an Input File, without using a file dialog. I want … -
Replied To a Post in Prevent File Selection Dialog To Appear and Submit File Automatically
Does this file always located in one path? Does the server have this file too? Is the path to this file the same on the server? -
Began Watching Comparing listbox and datetime picker values
Hi guys, I need assistense in comparing whether values of a listbox and datetime picker are not equal. thanks. -
Replied To a Post in Comparing listbox and datetime picker values
Well it seems as if you just want to check if the controls do not contains identical data. Because you not specific to either time or date you can do … -
Began Watching Recover Images from GoogleMap with lace in various geographic coordinates
Good morning guys, once again I'm an annoying problem. I am making an application in Vb.Net, which has a database with several geographical coordinates so I retrieve the images of … -
Replied To a Post in Recover Images from GoogleMap with lace in various geographic coordinates
What is you problem exactly? You want to load all the images of geographic while the page is loading or? -
Created How to locate and load include files
Hi Dw. I'm developing a system using c++ for the XFS. I've followed the documentation on how to install the SDK but the problem is that I've successfully installed the … -
Began Watching How to locate and load include files
Hi Dw. I'm developing a system using c++ for the XFS. I've followed the documentation on how to install the SDK but the problem is that I've successfully installed the … -
Replied To a Post in Thousand threads write to one text file simultaneously
Yes that what I'm trying to achieve here. A client (one client) can get access and write but what about the other let's just say 600 clients who are also … -
Replied To a Post in Thousand threads write to one text file simultaneously
@JamesCherrill about the 60 files those are text files in one folder but when I combine all 10 folders gives me 600 but there are other files which are on … -
Replied To a Post in Thousand threads write to one text file simultaneously
@Taywin. I meant I'm viewing the daniweb using a mobile phone but the program is computer based. The clients sends a message to the server, the server is currently multi-thread … -
Replied To a Post in Thousand threads write to one text file simultaneously
I'm not clear with that as I'm using a mobile at the moment, your post is a mixture characters. To simplify at the moment I haven't added the "Producer Customer" … -
Replied To a Post in Thousand threads write to one text file simultaneously
And also what I'm not sure or clear about here is that when I use the "Producer Customer" which is "LinkedBlockingQueue" if you will remember on my server the client … -
Replied To a Post in Thousand threads write to one text file simultaneously
When you say "Create a LinkedBlockingQueue for each file" you mean as I have almost 1000 files I have to create that for each file or?
The End.