1
vote
1answer
20 views

What is the direct equivalent of the Motion API from Windows Phone on Windows 8?

I'm trying to port a Windows phone program to windows 8, but for orientation the Motion API is used to I have lines of code like the following If Motion.IsSupported Then ...
0
votes
0answers
34 views

NETDOM returns “Access is denied” when run remotely on XP machine

I have about 600 Windows 7 and XP computers in about 20 facilities across two states to migrate to a new domain. Of course, automation is key here. In order to better collect and analyze output, I ...
-3
votes
0answers
61 views

Visual Studio on Windows 7 pro 64 Bit [closed]

I'm facing a strange problem. I have an application for ops which validate their credentials while login. When i close the Visual Studio then the focus is lost from my application (credential ...
0
votes
0answers
21 views

Visual Basic - Check To See If Program Can Edit Registry

I am working on a Visual Basic 2008 program that has to edit the computer's registry, but I want to add a way for the program to check to see if it has permission to edit the registry, and if it ...
1
vote
0answers
35 views

Read WindowsIdentity users from database for windows authentication

I have a web application, which authenticates users by windows authentication. I used to write every users' identity in the authentication tag of the web.config file. Now my users are extending and I ...
-2
votes
3answers
73 views

Student using Java & VB on Mac, in a Windows-based University environment [closed]

I am starting a computer science degree in October in a university that primarily uses Windows machines. There are modules using Java and Visual Basic. And I am looking for an efficient way for me ...
0
votes
2answers
34 views

Deny user permissions to reg value?

I'm trying to make a basic trial period method to my application adding a invisible reg key and also denying the user to delete that value but I don't know how to deny user permission like ...
0
votes
2answers
42 views

Convert Windows version number to double

I'm having a problem with this: Private Function Get_NT_Version() Dim NT As Decimal = CDec(System.Environment.OSVersion.Version.ToString.Substring(0, 3)) MsgBox(NT) Return NT End ...
0
votes
1answer
54 views

Get list of installed Aero themes

I want to get a list of information (with filename and real theme name) of the installed AERO themes in a Windows 7 OS. Also I need to change the current theme to one of the installed themes, but ...
0
votes
0answers
11 views

Where data for MyProject.m_ComputerObjectProvider.GetInstance comes from

I'm not VB programmer but I need to change a computer name that is passed to the software. I don't have access to the code as the company that developed this software long gone. Where does ...
0
votes
1answer
29 views

windows 7 software recognize username as computername [closed]

One of the software that is used in our company has been designed to use Computer name as unique ID when connecting to the MS Access database. The problem appears when you have multiple users on one ...
-5
votes
0answers
40 views

Why does my application developed in VS 2008 won't work in windows XP? [closed]

Why does my software develop in visual studio 2008 do not execute in windows xp? is it because of the .net framework compatibility? i really need help! :(
0
votes
1answer
34 views

VB.NET holding a big vector of structure in memory

I need to load a huge dataset keep it in a vector. I have been able to make it so that the memory is kept right under the limit of around 1.2 gb that seems to be allowed for applications. But then I ...
0
votes
1answer
52 views

assembly masm can not figure out how to do a if not less then statement

how in assembly masm do you do a if not less then statement I have this code in vb.net If Not variable1 < variable2 Then count += 1 End If If Not variable1 < ...
1
vote
2answers
82 views

RegSetValueEx requires run as administrator to work?

I have created a small vb6 application which edits the registry in HKLM hive. It makes use of function RegSetValueEx. But when run the exe file in windows 7 and windows 8 pc it does not edit the ...
1
vote
0answers
46 views

Caching the data (files and folders) in windows explorer. Which approach should I take?

In my application, I am fetching the data from my server and showing that data in windows explorer. The data is in the form of files and folders. You can imagine like a mapped drive on my machine ...
2
votes
2answers
64 views

force .NET windows app. to display numbers in english shape

I am building a culture specific .NET windows application and recently I faced a problem with the number shape which changed according to the OS culture. for example if the OS culture is English ...
0
votes
2answers
70 views

How do I do a For loop without freezing the GUI?

I would like to know how I could run the following loop in a way where it doesn't freeze the GUI, as the loop can take minutes to complete. Thank you. For i = 0 To imageCount 'code Next
0
votes
1answer
33 views

Script runs old version of .NET app even after replacing app with new version

thank you for reading this. Environment is an AutoSys scheduler running on Windows Server and the job calls a Perl script which grabs some files via FTP and processes them using a VB.NET application. ...
0
votes
0answers
67 views

Column width of a DataGrid in a Windows Mobile

I'm having a problem in editing the width of my datagridview. It doesn't changed the width. Here's my source code. oDotNet.SqlDb.strCommand = "SELECT TOP 1 ItemCode, ItemName FROM [" & ...
1
vote
1answer
82 views

Saving files to App Data folder

I have written a Visual Basic.Net application in Visual Studio 2012 Ultimate. When this application is installed to the Program Files folder, when files are saved, they are located in this location: ...
0
votes
1answer
167 views

Windows Phone 8: Reading XML from Web

As part of a project i am working on i am trying to load this XML page (http://weather.yahooapis.com/forecastrss?w=2459115) into my Windows Phone 8 application and save the a number of the values as ...
1
vote
1answer
84 views

How to implement WebServiceHost Authentication?

I'm aware that the authentication on the webservicehost class does not adhere fully to authentication standards (returns 403 forbidden rather than prompting for another set of credentials when the ...
0
votes
2answers
113 views

call subroutines via URL across local network?

I'm writing a program in Visual Basic .NET to perform actions on a PC on my local network. I'm looking basically for some sort of extremely simple solution to allow me to: call ...
0
votes
1answer
45 views

how to hide vb form on startup

I am trying to hide the main form on startup but for some reason i am failed to do that. In the following code i have created on button that hides the form but i want to hide the form on load please ...
0
votes
1answer
30 views

Disable Working in Background Cursor from system ( not application)

I have a application that works at background , and when my application start the appstarting cursor blink once ( everytime ), and it is pretty annoying to see how cursor icon switches many times from ...
0
votes
1answer
68 views

How to check if a key name exists in the registry with vb.net?

In vb.Net I can create a registry key like this My.Computer.Registry.CurrentUser.CreateSubKey("TestKey") and the following code get if a value exists inside an existing key If ...
3
votes
1answer
63 views

killing a process from windows service

I am trying to keep the explorer.exe KILLED till an event. I mean i have an xml file which i read from my windows service background worker. It waits for a value, till than the explorer.exe should ...
1
vote
3answers
104 views

Unable to load a .Net assembly

I am attempting to access a .Net assembly in a VB program running on a server. I am receiving the often mentioned Could not load file or assembly error. I have been through about 60 different web ...
2
votes
1answer
63 views

Asynchronous WCF calls are mishandled in the client

Here is the scenario. I have a WinForm application(C#, .NET 3.5) that follows the Asynchronous Event-Based design pattern. The main control(MainResultControl) creates multiple instances of child ...
0
votes
0answers
61 views

VSTO: How to use data from controls on an active Windows Form?

I have got some problem to use data from an active Windows Form in a procedure. I cannot get a reference to the control. I want to do this in an Excel Add-in. From a button on the Ribbon I put a ...
1
vote
1answer
577 views

Visual Studio Express 2012 - Windows Service VB.net - Access URL on timer

I'm trying to create a windows service in VB.Net using visual studio express 2012. Essentially all I want is for the service to sent a HTTP GET request to a pre-determined URL every N minutes. Kind ...
0
votes
1answer
59 views

Attaching pre-opened IE or Process to Watin Library

I'm having trouble opening IE9 with -nomerge param with Watin directly, so I thought if I open IE with Process.Start("IExplore.exe", "-nomerge about:blank"); then attach it to Watin so I can ...
1
vote
0answers
22 views

vb form load freeze when setting stylemanager.managercolortint

When my foamload event method fires, I then have Try '//this is the default or modified color tint StyleManager1.ManagerColorTint = ColorTint Catch ex As Exception End Try it gets to the ...
3
votes
1answer
97 views

Cloth digitizer! Making 3d models of real Cloths

I have this project of mine that I'm working on. It's for a clothing store, He need all his clothes to be available as 3d objects on the PC for different purposes later on. I've been doing some ...
0
votes
2answers
276 views

How to prevent controls from flickering when loading in VB.net?

I am currently facing a problem with my current windows application. This is the video of my problem. Flickering Problem As you can see, every time I click some buttons and when it loads the ...
0
votes
0answers
29 views

How can I have my program save and load files in Visual Basic 2010? [duplicate]

So in Visual Basic 2010 I want my Program to be able to SAVE and LOAD what has been changed on it. I have a hard time explaining what I am trying to say so please forgive me if I am making no sense. ...
-3
votes
1answer
79 views

How to make a background application in windows [closed]

I want to make an application which will run in background in windows and makes a request to a website in every 30 seconds.also it should check whether the user is connected to internet or not?
0
votes
1answer
87 views

open browser, full screen, with on screen keyboard at startup, not closable

I need that one of our computers, when it boots, automatically opens Internet Explorer. IE should be Full screen (without the border and the address bar.. totally full screen) and open a default URL ...
0
votes
2answers
49 views

How to let Windows know that a file is “being used” by my application?

I'm making a simple VB.net application, which basically asks the user for multiple files and later it will need to access the selected files and modify them. Right now, I'm saving the full paths of ...
0
votes
1answer
58 views

Snap an always-on-top form to the corner of the screen

I have a tiny VB.net application that is a single FixedToolWindow form that I've made TopMost = True and partially transparent. Is it possible to make this "dock" to the corner of the screen? I like ...
1
vote
0answers
28 views

Checking value of property of type UnauthorizedAccessException

I'm trying to figure out if a user has admin rights on a particular server by calling the following code: Dim serverContext As New PrincipalContext(ContextType.Machine, myServerName) If they don't, ...
1
vote
1answer
104 views

Check if user is a local admin on external machine

I'm writing an app that aggregates all the event log entries on each of several different servers. I can get the event logs by passing in the MachineName to EventLog.GetEventLogs. This will ...
1
vote
0answers
102 views

Visual Basic Enable Aero animations with borderless window

Is it possible to enalbe aero animations (close and minimize) with a window that doesnt have a border (system chrome)? Im using visual basic express 2010 on windows 7
0
votes
0answers
34 views

The Kerberos subsystem encountered an error

I've 2 domain controller one a master (windows server 2008) and one secondary (windows server 2000). I've small codes to check whether user is belong to a group. Public Function IsInGroup(ByVal user ...
-1
votes
1answer
50 views

Variable not declared error in a Maze Game

The maze game I have developed via a tutorial I found by research is doing well. Step by step I have been debugging this application for Windows using VB in Visual Studio 2012. I was told by the ...
0
votes
1answer
87 views

How to run 32-bit app on 64-bit using VB 2005?

I have an old app that i built on VB 2005 Express edition. Now i installed again the VB 2005 on my Windows 7 machine after 2-3 years. But when i run the app it freezes on my 64bit machine and still ...
0
votes
1answer
43 views

whats is LibUsbDotNet 2.2.8 Analog for using in Mac OS.

There is a libusbdotnet.dll that can be used to interface devices in vb.net referencing that dll written in C#. What can it be done if I am using Mono to use vb.net in MAC? Is there anything ...
0
votes
2answers
78 views

Simulate .Net single instance application without using the single instance flag

At the moment I'm trying to build a singleton application without using the "Single Instance" flag, this is due to some of the mechanisms of the application actually requires multiple instances (self ...
0
votes
0answers
137 views

I want to close the on-screen keyboard in Windows 8 using Visual Basic, but it doesn't work

I want to close the on-screen Windows 8 tablet keyboard, but it doesn't work. The code I use works perfectly with other programs, but not with tabtip.exe, which is the online keyboard. Here's the ...

1 2 3 4 5 9