Detect X64 Or X86?
Apr 29, 2010Why there's no built-in function to detect platform, I need to know I am running on x64 or x86?[code]...
View 4 RepliesWhy there's no built-in function to detect platform, I need to know I am running on x64 or x86?[code]...
View 4 RepliesI want to write an application that can detect whether a value in CSS file has changed or not
View 3 RepliesMy table gets its information from a Mysql database online. I'm not sure which would be quicker to retrieve the row that contains the information specified.[code]...
View 5 RepliesI have a dataGridView control with a DataGridViewComboBoxColumn column, the question is Which event of the dataGridView I must use to detect when the user change the selected value of a particular DataGridViewComboBoxColumn?
View 1 RepliesHow to detect whether Caps Lock/Num Lock is on/off on a keyboard?
View 2 RepliesI have a text file, about 30mb's in size which gets modified regularly (lines are appended - logfile), but what I would like to do is only read the contents that have been added since the file was last modified.
View 4 RepliesHow can I detect when the WMP has reached the end of the current song? I'm making a media player, and have my songs in a list box. Here is my code for playing a song.
CurrentSong = SongPaths.SelectedItem
WMP.URL = CurrentSong
Label2.Text = "Now Playing: " & Songs.SelectedItem
Songs and SongPaths are both listboxes (SongPaths is hidden) As you might have guess, Songs has the song names in it, and SongPaths has their directory path, the two listboxes are in-sync (Choosing "SongA" in Songs, will select the directory of it in SongPaths)What I need to do, is detect when a song is over, so I can call this code:
i = i + 1
Songs.SelectedIndex = i
'Will select the corresponding item in SongPaths as well.
[code]....
How can i detect how much memory each tab is using
View 4 RepliesWith active i meant for example you are using browser now, so its active when you skip to another window, its not active anymore
View 1 RepliesIf I have a path, eg "C:emp", how can I detect if it is a directory or not?
View 3 RepliesI need to find an easy way to know if the local machine's 'automatically adjust clock for Daylight Saving Time' option is enabled.
View 3 RepliesI guess no need for further description... here's my other post for app that i'm makeing
View 1 Repliesiam need 1 program detect sound on computer if have sound it will alert " currently have sound"if not" currently no sound"
View 2 Repliesso basically most major browsers detect if a site is using ssl if their url is "https" as oppossed to "http" is there a way to detect this and if its using ssl make the url textbox background color be yellow?
View 2 RepliesI had tried to use vb.net2008 to detect a USB mapped to a com port, I basically followed[code]...
View 5 RepliesHow can I detect if my current OS which my program is running under, is Windows Vista?note that there are 2 versions of Vista:Vista and Vista SP1.The build number of Vista SP1 is the same as Windows Server 2008 and that makes the problem!I just want to make sure my OS is vista?
View 2 RepliesAll i wish to do is have some simple code, which can detect when the esc key is pressed, (if possible can you point out where i need to change to set it for an other key).
View 5 RepliesI want to create a windows app which can display a message box whenever i open or close the internet explorer window. As the internet explorer window is opened a messagebox showing that "internet window is now opened" and when it is closed a msgbox showing "ie window is closed".
Kindly help this newbie in writing the code for the same that how can my app made in vb.net detects that ie is opened.
I need to detect a usb device when it is connected to PC.I found next code that is working. But it works only with Mass Storage.Imports System.Management
Public Class Form1
Private WithEvents m_MediaConnectWatcher As ManagementEventWatcher
Public USBDriveName As String
[code].....
I Use the following code to detect if a sprite should be going up or down and the response
If (pos.Y + 100) >= Sprite.BottomY Then
Going_up = True
pos.Y = Sprite.BottomY - 130
End If
[Code]...
but it's pretty terrible. It only works when the sprite starts at the top, and when I want to change the BottomY and TopY, it just starts glitching. What is a better to detect if the sprite should be going up or down?
My friend's IP address is dynamic, this program can not detect the IP dynamic but can detect IP static. How to make this program can detect IP dynamic?
Dim mymailmsg As New MailMessage()
Dim myHost As String = System.Net.Dns.GetHostName
Dim myIPs As System.Net.IPHostEntry = System.Net.Dns.GetHostByName(myHost)
For Each myIP As System.Net.IPAddress In myIPs.AddressList
tempIP = myIP.ToString()
Next
TextBox1.Text = tempIP
I am fairly novice hobbyist developer. I am developing a simple calculator app. How can I detect the keystrokes, like when the user presses "1" key on numpad or they "1" key above Q key? I want to call the same subroutine that runs when the user click on the butten control "a "on calculator's main form.
View 9 Repliesi need a code on how to detect network in the dashboard.
View 2 Repliesi have wanna rebuild some protect for gaming programs..i need help in vb.net..when i run programs need know "how detected new programs?" and "how to detected malcious programs so my program not kill good programs?" [code]after using this got crash on programs and closing my project
View 2 RepliesI want to ask the user a barrage of questions regarding configuration settings within the application. All that is handled, except that I want to ask them on the first run. (Kind of like a "Welcome form".) My question is, what is the easiest way to detect the first run and how would I go about doing so? Side note: regarding the link above, which location would be a good location to set a key value? (I've never really worked with the registry much until now.)
View 10 RepliesI need a way to detect the kind of fileformat that a text file has. I been trying couple things, such as:
[Code]...
Is there a way to do something when the left mouse curs is down. ive tried:
If apimouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0) Then
do things
end
i have this on a timer so i want as long as mouse is down do this...yess i have declered mouse event but when i try it ignore apmouse event and do the things even if not cursor is down If you donīt Believe in it, Then it Doesnīt Exist!
When i add new connection in to the server explorer. The Server in sql not detect in to the VB. when i use this code for the connection string: "Data Source=192.168.254.100,1069;Network Library=DBMSSOCN;Initial Catalog=DRRM_Student_Files;User ID=Ryan;Password=ryanescal;"
View 14 RepliesI want to develop an application using VB.Net to detect the arrival of USB Key once it's plugged into the USB port. I used a method by getting the list of all drives in the computer and then I check whether the type of the drive is "Removable Disk" and "Is ready" or not!. By using this method, I can figure out which drive is Removable drive. BUT I get confused with the FLOPPY Drive because it's also a type of Removable drive.
View 1 RepliesI have 2 forms that are visible. Is it possible to detect if a message box is visible/being displayed on from one of the forms on the other?
View 3 Replies