-
Created Permanently place file on a media
Hi Dw. Is it possible to permanently burn a file to a re-writable CD/DVD but the files bytes be able to be updates/modified while the file/Media(CD/DVD) is not formattable or … -
Began Watching Permanently place file on a media
Hi Dw. Is it possible to permanently burn a file to a re-writable CD/DVD but the files bytes be able to be updates/modified while the file/Media(CD/DVD) is not formattable or … -
Replied To a Post in Copy and or Move files
Thank you, that really helped, but the only problem now is that all the examples and documentations I saw only demonstrate how to copy/move/delete/rename files using the GUI where you … -
Began Watching plotting points on a flat map
Hello, i am trying to plot X,Y coordinate of a location on a map used in a pictureBox in a windows form using vb.net 2008. when i use the complete … -
Replied To a Post in plotting points on a flat map
Check out these and see if it won't help. http://www.drawbycode.com/blog/?p=183 http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_27218474.html bytes.com/topic/visual-basic-net/answers/348474-setting-custom-coordinate-system-like-vb-picturebox-scale -
Created Temporary block process
Hi Dw. I know how to kill or stop a process using VB.NET. But how about temporary blocking a process from performing a task? Suppose I have a docx file … -
Began Watching Temporary block process
Hi Dw. I know how to kill or stop a process using VB.NET. But how about temporary blocking a process from performing a task? Suppose I have a docx file … -
Created Copy and or Move files
Hi Dw. I'm doing a research on how or whether VB.NET has some sort of support to listen to Windows OS events and be able to take over to be … -
Began Watching Copy and or Move files
Hi Dw. I'm doing a research on how or whether VB.NET has some sort of support to listen to Windows OS events and be able to take over to be … -
Began Watching online storage for an android app
Hi all, Is it possible to use cloud storage services such as google drive or dropbox to be used as an online storage for my app? I am developing an … -
Replied To a Post in online storage for an android app
As it has been said. The problem will be data bills from their Network operators. I also support what has been said of warning your app users if they attempt … -
Began Watching Updates In C# application
I have simple query. Suppose if I am working on a project which contains one form (frmStudent) which is linked to table tblStudent. Suppose if I release this this application. … -
Replied To a Post in Updates In C# application
The simple update will be to update the project its self. Meaning you will create your project and publish/release it, the if you feel of adding new features you need … -
Began Watching Passing Values in VB6
Hi, I am running vb6 forms in vb.net. My question is that is there any way to populate variable in VB6 Form through VB.net Form? Actually I have a single … -
Replied To a Post in Passing Values in VB6
By saying you are running vb6 forms in VB.NET you mean you have opened a VB6.0 solution in VB.NET or the VB6.0 form is contained within VB.NET? Please try elaborating … -
Replied To a Post in Multiplying values!
Ow I forgot to state that you can instead of declaring a variable multiple times, you could only declare it once as a Global Variable, or Local Variable your choice. -
Began Watching Multiplying values!
There are two textboxes, TextBox 1 and TextBox 2. So the price of 1 value of Textbox 1 is $5 while Textbox 2's price of 1 value is $10. So … -
Replied To a Post in Multiplying values!
You can achieve this by simply using the 'IF' statement. Try this out. REM: Check if not both TextBox1 and TextBox2 are empty. If TextBox1.Text IsNot Nothing Then REM: TextBox1 … -
Replied To a Post in Clear text from custom source autocomplet combobox
If your question has been answered you can mark it as solved. -
Began Watching Clear text from custom source autocomplet combobox
In vb. Net application i have a combobox with properties- custome source autocomplete Dropdownstyle- dropdown I use string method to autocomplete combobox from custom source of database. I want to … -
Replied To a Post in Clear text from custom source autocomplet combobox
On your post you said you want to "CLEAR" but your code selects the first Item in your ComboBox. Try ComboBox1.Text = "" -
Replied To a Post in Prevent saving Duplicate entry in vb.net
Yea or on ENTER keydown event which is not under textbox events but can be incorporated -
Replied To a Post in how to delete Index.dat
Where are you stuck? -
Replied To a Post in Prevent saving Duplicate entry in vb.net
Ow no you do it wrong. Let me differentiate these two tools for you so that you will see how its works. 1) Button -> has Click event which is … -
Began Watching index.dat Viewer
how to mak an index.dat Viewer in vb.net -
Replied To a Post in index.dat Viewer
Ok... Now you have start showing what you have so far then we can help. You post almost 6 questions a bit related but didn't even show an effort on … -
Began Watching fox vb.net
how to start firefox -p in vb.net? Process.Start dont work for firefox -p firefox start but not with -p argument -
Replied To a Post in fox vb.net
NavigateWebURL("Address","Firefox") I'm not sure of your question but I think that example will help you. -
Began Watching how to delete Index.dat
how to find and delete aIndex.dat file, delete cookie, delete history, delete cache, in vb.net ,want to delete all .dat cookie cache in vb.net -
Replied To a Post in how to delete Index.dat
Mmmm are you asking us to do your home work? Because you have said it and best of all as for an example you know that you want to delete … -
Began Watching find in vb.net
how to find and del all unwanted File in vb.net? -
Replied To a Post in find in vb.net
You need to know the unwanted files and use either 'del (filename' or 'My.Computer.FileSystem.DeleteFile(filename)' Not tested that but its something like or similar to that. Also you need to show … -
Created Get the starting (executing) process
Hi Dw. Is it possible and how to get the executing process (detect a starting/executing file process)? I know how to list the already running but how about spotting the … -
Began Watching Get the starting (executing) process
Hi Dw. Is it possible and how to get the executing process (detect a starting/executing file process)? I know how to list the already running but how about spotting the … -
Began Watching comparing password and password confirmation
below is a code which new password entered and compare with the confirmed password. At run time, it doesn't show error but when input password diferent that of the confirmation, … -
Replied To a Post in comparing password and password confirmation
@Nee_1 you need to start a new thread based on your question, this is already answered. Also before starting that thread search within Daniweb to see already available solutions to … -
Began Watching Scan File with Progress
Excuse me how to make progress Scan the files in a folder like in this video youtu.be/K6yqoVeNPAk thanks -
Replied To a Post in Scan File with Progress
Check out this. https://www.daniweb.com/software-development/vbnet/threads/495617/update-progressbar-dynamically -
Began Watching Prevent saving Duplicate entry in vb.net
Hi, I hv vb.net applivcation. I have following CODE1 to save data & to prevent duplicate data entry into table. The following code I put in button save event. However … -
Replied To a Post in Prevent saving Duplicate entry in vb.net
Check this out. http://stackoverflow.com/questions/20649548/adding-records-in-vb-net-and-checking-if-records-exist-using-elseif -
Created How to check if a file contains a file inside
Hi Dw. How can I tell if a file contains any file within it? I mean suppose I have a picture and I want to check if its a pure … -
Began Watching How to check if a file contains a file inside
Hi Dw. How can I tell if a file contains any file within it? I mean suppose I have a picture and I want to check if its a pure … -
Replied To a Post in Correctly align backgrounds and images
@drjohn Thanks, but I was trying to make sure I remember everything I did. @media here is my current code html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html … -
Began Watching vb language converter vb.net
Have 2 textbox and one button make language of the 2nd textbox the language you wanted to convert it into from the font property then wriet this code to the … -
Replied To a Post in vb language converter vb.net
What's this? -
Replied To a Post in Correctly align backgrounds and images
Thank you the images problem have been solved. Is there a better way to insert text to align underneath the image? I've used ' ' to space the texts but if … -
Replied To a Post in Correctly align backgrounds and images
I've managed to sort the frame to be at the center of the page even if the page is maximized or restored. I've used: <div I'd="wrapper" style="100%; text-align:center"> <img src="images/bg5.png"/> … -
Replied To a Post in Correctly align backgrounds and images
I'm experiencing problems with adding my slider frame image into the body. I don't know if i have to draw it using the html/css because its an image. I've tried … -
Gave Reputation to gentlemedia in Correctly align backgrounds and images
> so what you suggesting is that I slice my background image to pieces No, that is not necessary, because you can create that design/layout fully with CSS. No need … -
Replied To a Post in Correctly align backgrounds and images
Thank you. Will take a look at it and will get back. Thanks again.
The End.