415 Posted Topics

Member Avatar for Mr.M

Hi Dw I have created a program to lock files and by default when a file is locked the file changes from being a folder to a lock. So what I want to do is to change the lock to my own image, just like how VLC do, it changes …

Member Avatar for Mr.M
0
342
Member Avatar for Michael_48

I think you need to include the source that works with strings `#include "strmp.h"` try that and see.

Member Avatar for David W
0
312
Member Avatar for .millz.

Since you are using radio buttons, all you have to do is to determine which radio buttons are the correct answer and which one are not the correct answer so that when you check the correct answer the app will know that this is correct or not. If radAnswer1.Checked Then …

Member Avatar for Reverend Jim
0
303
Member Avatar for ameenullahkhan
Member Avatar for Dinesh.Roja

This is not a place for home work, [Read Rules](https://www.daniweb.com/community/rules). You need to show us what you have done so far and where are you having a problem. Post your code here.

Member Avatar for Mr.M
-1
78
Member Avatar for Mr.M

Hi Dw. Firstly I would like to ask if there is anyone know a good download link to download VB6.0 I'm in need of this IDE. Now coming to my actual question of how to detect USB insertion and removal and get a drive letter for it in VB5.0? Thank …

Member Avatar for Ketsuekiame
0
396
Member Avatar for David_64
Member Avatar for Mr.M

Hi Dw. Is it possible to search through "*.COM", "*.exe" files and check if they are encrypted and so check which encryption was used in VB.NET?

Member Avatar for Mr.M
0
480
Member Avatar for Mr.M

Hi Dw. I'm developing a software but now due to some complexity of the program I had to do some engine with C++ and I want to be able to call and receive the events from a service. Here's the C++ code that receives calls when an application tries to …

Member Avatar for Mr.M
0
265
Member Avatar for Dani

Well for me I would start by asking if there is some sort of new daniweb theme guide to how we now find like Watched articles, Market, etc. What is still there and what is not because I normally access dani with a cell phone and it was all changed …

Member Avatar for Nick Evan
2
1K
Member Avatar for Iamateur
Member Avatar for Mr.M

Hi Dw. I have a very huge text file with size "662 MB" and its can't be opened by a notepad on my computer so I created a program to only read the last line because there is a software that is writing to this file some counts, so I …

Member Avatar for Reverend Jim
0
1K
Member Avatar for Modini
Member Avatar for Mr.M
0
182
Member Avatar for Kakza

You can do it like this: Private Sub Form_Load() ' Disable the next button so that it won't be clicked. CmdNext.Enabled = False End Sub On button ok you can enable the next button.

Member Avatar for Mr.M
0
54
Member Avatar for Mr.M

Hi Dw. How to check if the running process has been injected by another process or there is another process running as another process. What I mean is, let's say the explorer has been injected by another process and both these processes run as one process and the explorer process …

0
115
Member Avatar for swathi sajja
Member Avatar for Arun_14

For the error in conversion, that's means maybe the imputed data are taken as string or the problem is that you do not take care of the operations (signs {+,-,/,*}). Coming to your actual problem of not getting the desired answer, this can be coursed by you not taking care …

Member Avatar for Santanu.Das
0
179
Member Avatar for Mr.M

Hi Dw. I would like to know how can i auto type and submit a form using vb.net, I'm not using Webbrowser or should I use it? I just saw another post similar to this except that the OP requested to auto click the button. What I want is to …

Member Avatar for Mr.M
0
215
Member Avatar for highschool

Well for me I will say first of all, you need to have love, passion, of programming, then the term "Creative" is kinder broad in programming as there are many things you can be creative on within software development which may include (Creative GUIs, Creative Protocols your software will follow, …

Member Avatar for Mr.M
0
207
Member Avatar for Mr.M

Hi Dw. I have a question of how can one detect a program attempting execute/run and also most importantly how to allow/deny programs to execute/run. I'm sure we all have came across with UAC where it ask you to allow or deny that program from running, normally this for elevating …

Member Avatar for Mr.M
0
337
Member Avatar for altjen

Check this. But what you really want is to check every frame to see if it has some match. https://social.msdn.microsoft.com/Forums/vstudio/en-US/d80970b9-303a-4bf6-8b7f-7bdde93a2c00/how-to-make-comparison-between-pictures-in-vbnet?forum=vbgeneral

Member Avatar for altjen
0
494
Member Avatar for osirus0830

@SavedLema I think you should be more clear when saying (if you want to develop computer installed software then you can use VB.NET) I think its for Windows based OS but now there are chances for your software to run on other none Windows OSs. But what I can tell …

Member Avatar for Reverend Jim
0
249
Member Avatar for PinoyDev

I think what you will need is something like this "For i As String = F To O" but not sure if it works with alphabets and a you can notice I didn't add the "Step" because I don't know how in alphabets but in numbers the step would be …

Member Avatar for JamesCherrill
0
289
Member Avatar for Mr.M

Hi Dani. I was wondering is it possible to add a feature where when there is a watched article update(s) on top on the menus where it say (Watched) have some sort of notification similar to received mails. I noticed the requirement of this feature after I wasn't able to …

0
234
Member Avatar for Satyam_1

Try reading through this and see if there can be anything that might work on your case. http;:// www.dreamincode.net/forums/topic/77470-poor-quality-of-image/

Member Avatar for Mr.M
0
499
Member Avatar for Satyam_1
Member Avatar for Satyam_1
0
1K
Member Avatar for Mr.M

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 the files even formatting a media be un-removed from the media? Thank you.

Member Avatar for Mr.M
0
187
Member Avatar for savedlema

You can just hide the console instead. Use something like Proc.StartInfo.CreateNoWindow = True Or but I'm not sure if it will apply, just before your essential information try hiding it using the bat code within your code you will do something like: Proc.Send {"The code to turn on the char …

Member Avatar for savedlema
0
360
Member Avatar for Mr.M

Hi Dw. I have a question of how can one detect a program attempting execute/run and also most importantly how to allow/deny programs to execute/run. I'm sure we all have came across with UAC where it ask you to allow or deny that program from running, normally this for elevating …

Member Avatar for Mr.M
0
112
Member Avatar for rucel jhalia

You haven't said where are you having difficulties. But check this for saving and retrieving image from SQL Server. http://www.codeproject.com/Articles/437937/Save-and-Retrieve-Image-from-a-SQL-Server-Database

Member Avatar for Mr.M
0
523
Member Avatar for Mr.M

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 located at "D:\test\" and I happen to open this file and modify it either by adding something or delete some …

Member Avatar for Mr.M
0
162
Member Avatar for lunarknight

Use For Each Statement and under the "In" point to your directory (full path) where you have your csv files.

Member Avatar for Mr.M
0
43
Member Avatar for hwoarang69

Mmm the dropdownlist I think has some indexes which you can play around with to get what you want. But since you didn't say whether the selected year should remain the first selected even if the program restarts, and also you said you need to change the "default selected" I …

Member Avatar for Mr.M
0
495
Member Avatar for Satyam_1
Member Avatar for Mr.M
0
232
Member Avatar for Mr.M

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 the core respond to certain events raised by an OS such as Copying/Moving of file(s) to other locations. What I …

Member Avatar for Mr.M
0
267
Member Avatar for bashkaru

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

Member Avatar for Mr.M
0
718
Member Avatar for sireiz

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 to use it that they should be connected to wifi but don't limit them as to if the device is …

Member Avatar for peter_budo
0
300
Member Avatar for Amiet_1

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 to update the already created project in that way when you publish its will create a new version folder and …

Member Avatar for Mr.M
0
168
Member Avatar for jugnu

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 there.

Member Avatar for Mr.M
0
131
Member Avatar for Melon Lord

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 is not empty so we know we can use this control. Dim Result As Double Result = 5 * TextBox1.Text …

Member Avatar for Melon Lord
0
221
Member Avatar for Satyam_1

On your post you said you want to "CLEAR" but your code selects the first Item in your ComboBox. Try ComboBox1.Text = ""

Member Avatar for Satyam_1
0
257
Member Avatar for xn hunk

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 some code before you get codes.

Member Avatar for weekendrockstar
0
135
Member Avatar for xn hunk

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 ".bat" files or files with that extension so why don't you point to the path and delete? What is the …

Member Avatar for Mr.M
0
110
Member Avatar for xn hunk

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 it.

Member Avatar for xn hunk
0
96
Member Avatar for xn hunk

NavigateWebURL("Address","Firefox") I'm not sure of your question but I think that example will help you.

Member Avatar for xn hunk
0
147
Member Avatar for Mr.M

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 starting process? not the already running but let's say I try to open a Notepad.exe file I want to be …

0
90
Member Avatar for jmensah

@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 your question.

Member Avatar for Mr.M
0
5K
Member Avatar for Admin_2

Check out this. https://www.daniweb.com/software-development/vbnet/threads/495617/update-progressbar-dynamically

Member Avatar for Mr.M
0
335
Member Avatar for Mr.M

Hi Dw. I'm not a pro in web design and I've used CorelDraw to draw a website background which is a web page centered image which the web contents will be ontop of it. The problem I'm having is that it will loose the alignments if I you view it …

Member Avatar for MidiMagic
0
383
Member Avatar for Mr.M

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 picture or there is a file hidden inside, this question comes after I read this post but it was number …

Member Avatar for Minimalist
0
267

The End.