VS 2012 How does the ICON know what image to show
All of these are the same .SLN file extension. VS 2008, 2010 and 2012... I understand that there is a VISUAL STUDIO VERSION SELECTOR as the default app to open these files - but does that actually run...
View ArticleAdding information to the different days in the calendar
Let's say I'm making an application to store income and expenses for my lemonade stand. In this application I would like to be able to set notes for each day aswell as have an area where I can type in...
View ArticleHow to click on my form without stealing the focus from the foreground window?
How to click on my form without stealing the focus from the foreground window? I want my App acts like On-Screen Keybord
View Article[RESOLVED] App error when running on another PC
Can anyone tell me whats causing this error please. It works fine on my PC and a friends but we both have visual studio installed but on other PCs that dont have visual studio installed i get this...
View ArticleVS 2012 Running Shutdown
Hi folks, I am trying to run a command in cmd to shutdown a remote pc on the hostname that I enter, but cannot seem to find a way to have the info where I need it. I can get the shutdown command to...
View ArticleUnderstanding the Else If statement
Hello all! I come from a PHP background which I have found to be quite similar to VB. I am having a little trouble using an Else If statement though, I'm just messing around trying to get to grips with...
View ArticleVS 2008 Stop MainForm from closing the SplashScreen on Error
Hello, I'm a longtime reader of this forum and always have been able to find everything I needed, until now as I'm struggling with finding the right code for something. For my company I'm developing...
View ArticleVS 2010 Getting CPU Temperature with vb.net
mbm5vbnet.zip Hi, I'm trying to get the CPU temperature and Fan speed throgh MBM5 or SpeedFan's shared memory into a string in my program. I've so far been unlucky. Somebody already told me to try...
View ArticleHelp! Add a delay while letting webbrowser to load
I would like a delay just like a timer control. I'm very new to visual basic so I need help. Let's say the code looks like this. webbroser is navigated, then a function is called. private sub...
View ArticleVS 2010 Get LAN connected devices IP addresses - have MAC
Hi Folks I have networked devices on a simple LAN (currently, for testing, this consists of when device connected directly to my PC's ethernet port). I have the device's MAC address as it is printed on...
View ArticleVS 2012 Int64 to Int32 conversion
I am trying to convert JS program to VB.NET, I don't understand one part: in vb.net: Console.WriteLine(2915711342 Xor -307619539) => -3214925757 || in JS: Console.Log(2915711342^-307619539); =>...
View ArticleVS 2010 trying to understand threading
I am a beginner at threading right now and have been working off of the MSDN multi-threading post. I am attempting to use the example and count to 1000 add each number to a list box. while the program...
View Article[VB2010] - Data Base
i'm learning how use Data Base using code: but what is the method for save the table in a file? Code: Private m_DataTable As New DataTable (i'm learning form Teach YourSelf VB2010 in 24H and don't tell...
View ArticleVS 2010 iTextSharp letter problem
Hello to all :wave: I have notice, that iTextSharp for creating PDF from my labels does not create letter "č" (letter create). Any idea how to fix this problem. Realy thanks for ideas...
View ArticleVS 2010 Modifying a control
hi i need some help to modify a listview control, as the guy started making it and then dissappeared offline.... Code: Class NSListView Inherits Control Class NSListViewItem Property...
View ArticleEasiest Filter Code
i am trying to code a program to load a file filter out randomtext & "/register" & Random text on a single line and re write the file what is the easyest code to do this Example input blahg...
View ArticleVS 2012 Creating A VPN Client
Hi guys, I am wanting to create a program that can setup a VPN connection. I am hoping to do this in VB.Net. Windows has a pretty easy way of setting up a VPN connection manually so I was hoping there...
View ArticleVS 2012 DirectX screenshot tool
Guys i need help with a working screenshot tool I put together, with the help of a vb member .paul. It takes a screen shot of normal windows in full screen and it uses a transparent form with 0%...
View ArticleVS 2012 [RESOLVED] DataGridView - get the cell's displayed text, not it's value
We have an Export to Excel routine that's been working fine. It exports the DataGridView cell values to Excel. I've recently been asked if we can make the Excel data look like what's in the...
View ArticleVS 2012 Replace Text File...
how to replace a specifice text in a text file ? i used my.computer.readalltext("path").replace("Withme","Number") but this Does Not replace That Specifice line, It Addes an New one with The replaced...
View Article