-
Replied To a Post in vb.net - how to delete columns by name in Excel
the message is : BC30574 "Option Strict On" lässt spätes Binden nicht zu. -
Replied To a Post in vb.net - how to delete columns by name in Excel
The error message is at line 40. "Option Strict On can not bind later" (or something like that, because I have to translate it by myself) -
Edited vb.net - how to delete columns by name in Excel
Hello, i have an excel-file whith 2 sheets. There are much columns, but I need only a few of them. I want to delete some columns by name. I found … -
Edited vb.net - how to delete columns by name in Excel
Hello, i have an excel-file whith 2 sheets. There are much columns, but I need only a few of them. I want to delete some columns by name. I found … -
Created vb.net - how to delete columns by name in Excel
Hello, i have an excel-file whith 2 sheets. There are much columns, but I need only a few of them. I want to delete some columns by name. I found … -
Began Watching vb.net - how to delete columns by name in Excel
Hello, i have an excel-file whith 2 sheets. There are much columns, but I need only a few of them. I want to delete some columns by name. I found … -
Created How to search in CSV-File and show specific cells
Hi, I had a longer break, but now I want to continue working on my little project to make my work easier. I have an Excel file which I converted … -
Began Watching How to search in CSV-File and show specific cells
Hi, I had a longer break, but now I want to continue working on my little project to make my work easier. I have an Excel file which I converted … -
Created vb.net - how can I remove first characters of a string?
hi, I got a string and it look like : "test : this is a test. for me." How can I remove the first charakters? At this example I want … -
Began Watching vb.net - how can I remove first characters of a string?
hi, I got a string and it look like : "test : this is a test. for me." How can I remove the first charakters? At this example I want … -
Replied To a Post in Change IP in VBox of "LAN-Bridged"-Adapter by vb.net (not netsh!)!?!?
It isn´t necessary to know it is vbox or something else. So you don´t have to use a sdk for vbox. because you can have at a pc 2 and … -
Replied To a Post in Change IP in VBox of "LAN-Bridged"-Adapter by vb.net (not netsh!)!?!?
Thanks, but i am looking for something waht I can use in VBox and normal Windows 7/10. Maybe WMI but I don´t know how to select the adapter (LAN-BRIDGED or … -
Created Change IP in VBox of "LAN-Bridged"-Adapter by vb.net (not netsh!)!?!?
Hi, i want to change my IP-Adress (IP + Subnet + Gateway/DNS) in a Virtual-Box (VBox - System = Windows 10 and 7) to a static-IP. Til today I use … -
Began Watching Change IP in VBox of "LAN-Bridged"-Adapter by vb.net (not netsh!)!?!?
Hi, i want to change my IP-Adress (IP + Subnet + Gateway/DNS) in a Virtual-Box (VBox - System = Windows 10 and 7) to a static-IP. Til today I use … -
Marked Solved Status for show connected USB Devices
Hey community, how can i show the connected USB-Device like keyboard, mouse, webcam and so on? Or how can i search in the connected USB-Devices, if I know the name … -
Replied To a Post in show connected USB Devices
It works now, with your last code. Thank you. Here is the image from the console.  -
Replied To a Post in show connected USB Devices
ok, I only need the function "find_device_by_name". I tried your console-version, after Question Devices name is "g930" nothing happens and it starts again with selection. After this i tried it … -
Replied To a Post in show connected USB Devices
Please have a look at my post 1 minute earlier then your post ;) Or is it only possible to search VID_PID? I thougt it is possible to search only … -
Replied To a Post in show connected USB Devices
I changed the code to do it with Textbox, Button and Label. But it doesn´t find my devices furthermore. For example : I got 2 Logitech USB-Devices connected. "Logitech G930 … -
Marked Solved Status for search in an Excel or CSV file
Hello, i got a table in Excel (or exported to CSV). There are 3 columns (1. column = specification / 2. columns = value1 / 3. column = value2). On … -
Replied To a Post in search in an Excel or CSV file
ok, my fault... I got it. Thank you! -
Replied To a Post in show connected USB Devices
I´m sorry. Ofcourse I know how to call a function, but I don´t know how to get the result in my case... Private Sub Is_USB_Device_Connected_Button_Click_1(sender As Object, e As EventArgs) … -
Replied To a Post in show connected USB Devices
ok, got it and how can i search with this code "Logitech" or another name, what i´m looking for in my usb by typing in a textbox? -
Replied To a Post in show connected USB Devices
I knew this thread from vbforums.com, but it doesn´t work. I did already imported the system.management with : Imports System.Management But it says "Management.ManagementObject"+"System.Management.ManagementObjectSearcher" is not defined. And with this … -
Created show connected USB Devices
Hey community, how can i show the connected USB-Device like keyboard, mouse, webcam and so on? Or how can i search in the connected USB-Devices, if I know the name … -
Began Watching show connected USB Devices
Hey community, how can i show the connected USB-Device like keyboard, mouse, webcam and so on? Or how can i search in the connected USB-Devices, if I know the name … -
Replied To a Post in search in an Excel or CSV file
I want a MessageBox if the "specification" is not in the csv-file. I tried it with this code : Try For Each row As String In File.ReadAllLines("Table.csv") ' split the … -
Revoked Solved Status for search in an Excel or CSV file
Hello, i got a table in Excel (or exported to CSV). There are 3 columns (1. column = specification / 2. columns = value1 / 3. column = value2). On … -
Marked Solved Status for search in an Excel or CSV file
Hello, i got a table in Excel (or exported to CSV). There are 3 columns (1. column = specification / 2. columns = value1 / 3. column = value2). On … -
Replied To a Post in search in an Excel or CSV file
Thank you very much. It´s so simple and I didn´t found it how to split it... -
Began Watching search in an Excel or CSV file
Hello, i got a table in Excel (or exported to CSV). There are 3 columns (1. column = specification / 2. columns = value1 / 3. column = value2). On … -
Created search in an Excel or CSV file
Hello, i got a table in Excel (or exported to CSV). There are 3 columns (1. column = specification / 2. columns = value1 / 3. column = value2). On … -
Marked Solved Status for vb.net - IP-Input-Box like windows
Hello, I want to have a manual IP-input-box like windows.  I tried by MaskedTextBox but the problem is, the 3 pionts are sliding when i insert some numbers and … -
Replied To a Post in vb.net - IP-Input-Box like windows
Thank you, it works. -
Replied To a Post in vb.net - IP-Input-Box like windows
These examples doesn´t helped ;( So here is my code : on the form is only a MaskedTextBox and a Button. Option Strict On Imports System Imports System.Net.NetworkInformation Imports System.IO … -
Created vb.net - IP-Input-Box like windows
Hello, I want to have a manual IP-input-box like windows.  I tried by MaskedTextBox but the problem is, the 3 pionts are sliding when i insert some numbers and … -
Began Watching vb.net - IP-Input-Box like windows
Hello, I want to have a manual IP-input-box like windows.  I tried by MaskedTextBox but the problem is, the 3 pionts are sliding when i insert some numbers and … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
Now, I got the fault. It starts with the os (autostart windows), so "CurrentDirectory" is not equal "StartupPath". I changed code to : Function addImage(path As String) As Int32 Label8.Text … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I am so sorry, but I got a new problem with my code and I don´t find a fault in my code... My Tool starts with windows automaticaly (autostart). At … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
Thank you very much. I will try it and make some tests. -
Created Not all Attributs will be loaded in my XMLTreeView
Hello Daniweb-Community, I got a node in my xml-File for a java-link. it looks like "C:\Program Files (x86)\Tool7\javaw.exe -splash:splash.png -cp ./cl/cl.jar; -Dawt.useSystemAAFontSettings=on" If i start the tool by double click … -
Began Watching Not all Attributs will be loaded in my XMLTreeView
Hello Daniweb-Community, I got a node in my xml-File for a java-link. it looks like "C:\Program Files (x86)\Tool7\javaw.exe -splash:splash.png -cp ./cl/cl.jar; -Dawt.useSystemAAFontSettings=on" If i start the tool by double click … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
5 months ago and now i got a new problem in my code ;-) I got a node in my xml-File for a java-link. it looks like "C:\Program Files (x86)\Tool7\javaw.exe … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
Thank you for this trick -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
Thank you very much. I changed the DoubleClick-Sub, because I don´t want any messagebox, if I click on a folder... But I think, my solution isn´t the best, because allways … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I´m sorry, but I doesn´t understand what you mean. Yes, my TreeView control on my form is called "TreeView1". If I change "MyTreeNode1.Load_XML()" to "TreeView1.Load_XML()" it is still the same … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I can´t start the Sub "Load_XML" by MyTreeNode1.Load_XML() Error-code is something like : "Load_XML" is not declared. The object can not be used because the protection level. I allready changed … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
Great it works. I tried to change this line a few days ago, but only all things behind "+="... If i would changed it in only "=". Maybe then I … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
In the screenshot you can see the nodes. to explain my problem, look (for example) only to the node "VisualStudio Visual Studio". The first"VisualStudio" (without empty space between the 2 … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I don´t know why, but it still show the node names like "visualstudio". normaly it shows only the nodes-text like "visual studio" (space between the words).  this is …
The End.