VS 2010 - Settings Occasionally Get Reset To Empty
Sep 13, 2010
While writing an app that uses a couple settings, they occasionally get re-set to empty. I haven't seen any pattern to this, but I do have a vague memory that there are certain circumstances that will reset the settings in a project under development. What are the circumstances that cause the settings to be reset?
View 6 Replies
ADVERTISEMENT
Jun 29, 2010
how to reset user settings in My.Settings to the default value, because when i checked if the user settings works i have altered the settings so now i want the settings to go back to default, because i am going to distribute the software.
View 1 Replies
Dec 11, 2009
new with Linq and very excited with this feature. However, I want to see if I can do the following with LINQ:
[code]...
Notice that I have a break in my foreach loop, meaning that I just need to reset the first match row's column value to empty string.
View 4 Replies
Jan 19, 2010
I need code for reseting form settings for my project.It had 5 comboboxes and 5 buttons.When selecting colors on comboboxes, buttons go that color.And does the calculation for the resistance measure( shown in code ).I just need something to when pressing reset button reset those form settings.Becouse the integer numbers of the buttons stay in system, and choosing new colors wont give same result.So, here's the code for more obvius lookup:
Public Class Otpor
Dim prvo As New List(Of String)
Dim Äetvrto As New List(Of String)
[code].....
View 8 Replies
Oct 14, 2010
Everytime I increase the version on my application the settings seem to reset. Is there a way for the application to keep using the same settings file no matter how many times increase the version?
View 1 Replies
Jul 12, 2009
How do I reset My.Settings at run time to the initial default values. I want to do this after the app has been running and the user may have save changed settings. The intention is to reset evering to 'factory defaults' as opposed to the last saved value as done by 'settings.reload'.For example in the property below , I want to restore to the value to '90' as given in the default value. I want to do this for all settings.[code]...
View 4 Replies
Apr 7, 2012
I have some application settings that I want to put some error checking in and the below code does not work.
If My.Settings.SmtpServer = ("") Then
MsgBox("SMTP cannot be blank!", vbExclamation, "SMTP App")
End If
View 4 Replies
Apr 15, 2011
1. I can't find the file which reflects changes to user settings. This might be because I just can't find it (I can see a bunch of user.config files but they are all empty - weird!), or...
2. I'm not actually saving them when I think I am.
Regarding 2. - do I need to invoke
Is this all I need? And if so, why are my user.configs empty?
View 1 Replies
Mar 25, 2011
I'm working with an Treeview and i'm new at it and i have 2 questions.
1. How can i save the treeview items, to settings (my.settings.history)
2. How can i save the treeview items as an TXT or XML file or another exception.
View 13 Replies
Jun 11, 2010
Small questions about the settings.settings. Are these settings saved into the registry? I'm want to use and external file for my connection-commands. I don't want to use the registry to store the strings. What do you recommend?
View 11 Replies
Jun 4, 2011
I got on my form textboxes, checboxes but also a groupbox which holds texboxes.
The idea is to be able to clear and reset all of these by clicking a reset button.
At the moment i got this
Private Sub ClearFields()
Dim ctrl As Control
[Code].....
But ofc Me.controls isn't gonna get involved with the stuff in the groupbox.
View 4 Replies
Dec 2, 2011
I've a chart control on a windows form & am using the following code to populate it :-
' Create a data series
Dim series1 As New Series()
Dim series2 As New Series()
[Code]....
The data to populate the chart is supplied by the user & then the above code is actioned from a button click event.
I am looking for the user to be able to change the data that is inputted & re-run the graph, so my question is - how do I create a new instance of the chart each time the button is clicked ?
View 2 Replies
Apr 17, 2011
I am trying to work out a method to reset the image property of my picturebox on the fly.
I am able to load the original image from a file. But i want to save a clean copy of it before i draw on it. Between drawings i want to be able to reload it.
Here is what i have tried
Dim img as image
Using OpenFileDialog1 As New OpenFileDialog
With OpenFileDialog1
[Code]....
the code does not seem to work it just freezes. Im not sure exactly whats going on with it.
View 3 Replies
May 29, 2009
Ok, so I am building my own program to control a video player I have through telnet, I have everything else working except one thing.I have a reset button to reset the player, when I press it, it sends the string "Reset" and the unit resets without a problem.But when I add a code to close the winsock connection upon reset, it doesn't send the string to the unit. I am sure what is happening is the winsock is getting closed at the exact same time it is trying to send the string and so it fails to send, how do I make it close winsock AFTER the string has been sent? [code]
View 1 Replies
Mar 31, 2012
I made a password protected program, but I wanted to make a reset password via security code. I made this, but it will not work for some reason. It seems like it'll work for the first time, but then when you try to set the password, it stills shows that the password is there and when I go into the reset password form and do it again, but then it say its incorrect.
[Code]...
View 7 Replies
Jan 30, 2012
I made a bowling program, it adds 5 scores from 1 player and then calculates the average. Problem is with my reset button, when i click reset it doesn't change "Enter Bowling score for game #1" to 1, how do I change it to 1?
<code>
Public Class frmLab2
'This is a program calculates the average scores of 5 bowling games using array.
Dim scoreCount As Integer = 1
Dim intcount, total As Double
Dim i As Integer = 0
Dim arrscores(4) As Double
[Code] .....
View 2 Replies
Jan 6, 2012
I created a presentation which runs in kiosk mode as a PowerPoint Macro-Enabled Show. Now the problem is, that the presentation resets itself to slide one if there is no user input for 5 minutes. How do I disable this feature?
I am using Powerpoint 2010 (Version 14.0.6112.500 (32-bit))On a side note: I already found an Add-In (KioskAssistant) which enables me to increase the time before the slide is reset. But this change is only done locally for my machine and not saved into the presentation itself. So this not a sufficient enough solution if I want to ship my presentation to my client
View 4 Replies
Nov 18, 2011
I am Matthew and I'm extremely new to coding and any sort of scripting language; yet I am highly interested in programming and want to learn lots about this subject. So to start myself off I am trying to create some applications which I could use in day-to-day life to just basically make life easier.So the first program I am trying to make I am already confused and not sure what the heck I have to do in order to get it functioning, I've looked on lots of videos on you tube for tutorials and they have all done a great job but some videos just don't answer my questions.When I click a button and "Form2.Show()" appears, how can I make it so that when I type text in a list box in form2, it doesn't disappear when I close it? Then once I have known done that, how can I make it so I can choose a random string of text in the list box on form2 to show up on the click of a button on form1? Then a final question is, How do I prevent fields being reset in form1 & form2 on program close? Also, is it ok for me to make a thread asking 1 simple question? or do I have to ask a handful each time to save threads or something?
View 30 Replies
Apr 6, 2011
I have a MDI parent that opens another form like this:
Dim frm As New Form1
frm.ShowDialog(Me)
That form has a button that, when clicked, does this:
CreateObject("Shell.Application").ToggleDesktop()
The button operates as expected (showing the desktop) most of the time but occasionally does not minimize the MDI parent. All the other windows, including the form above get minimized every time.
View 1 Replies
Mar 30, 2010
I'm trying to teach myself how to create an Occasionally Connected Application. I want to create a simple app (like a survey) that will store all the data on a server but have the front end run on the users computer. The users computer may or may not be connected to a server when the data is entered (they may be collecting data in the field).
Program does 3 things:
1. Shows data from database (ie, displays survey data stored on server)
2. Saves data to database (ie, new entries or changes to old entries)
3. Has a background thread that checks for network connection
a. If no connection exists:
i. Gets data, to show, from local database
ii. Saves data to local database
b. If connections exists:
i. Sync local database with network database
ii. To read data: Gets data to show from local database which is now synced with network)
iii. To save changes/new entry: Save changes to local database then sync changes with network, then send update call to anyone else running this app on a different computer so they will get the same changes?
View 3 Replies
May 18, 2012
I have a form which on occasion doesn't load...you can see in the task bar ...but it is blank.The code I'm using is pretty straight forward...
Dim admin As New Administration
admin.Show()
I need the user to be able to try again...
View 7 Replies
Mar 18, 2011
I have a Windows Form custom control that displays alerts on a customer record. The control uses an Infragistics 9.1 UltraWinGrid to display these alerts, which is filled from a dataset populated by a business object. Some users are having issues viewing these alerts; the grid will be completely blank, like the fields were hidden for some reason. This sample code shows how the grid is populated:
Private Sub InquiryCallbackAlertList(ByVal sender As Object, ByVal e As FunctionRequestEventArgs)
Try
'Code to populate the dataset mdslist
AlertsGrid.Visible = True
[Code] .....
I have not had any success finding anything out about this problem. I did add some trace logic to check the 'HiddenResolved' property on the grid rows and am waiting to find out the results of that. Is there anything else that could be causing this grid to only be hidden for some users and not for others, and also could anything else be causing this only to happen occasionally?
View 1 Replies
Mar 11, 2010
Beginning development with SQL Server 2008, VB - Visual Studio 2008 on an application that will deploy laptops remotely for 6 months or more. The laptops will have no network or internet connection. There is a requirement to sync DB changes via shipment of USB flash drives.
The remote app will have a subset of the home database data. Some tables need to be synced bi-directionally, some uni-directionally. When the laptop comes home, it will do one last sync, the local DB will be wiped, and it will connect to the home DB.
Being that there are some identity key columns and the remote is only a subset of the the home, I am not sure that SQL Server replication or synchronization functions can be utilized.
Should I Create SQL Server Compact DB's on the remote system when it is deployed and do a table by table compare (in code) to another compact DB created on the flash drive when a sync is needed?
View 2 Replies
Jun 2, 2011
I am developing Windows Forms Application SRacq10 in VS2010 in VB.Net. It provides a WCF duplex service and obtains real time financial market data using COM object TWS (Trader Work Station) provided by Interactive Brokers, Inc. SRacq10 works well most of the time. Occasionally, it crashes; I have not been able to observe a pattern of circumstances when it crashes. When I try to add debug to a text file, I can never make it crash; that's not an acceptable solution in the long run. Here is the fault information when running the debug version outside of VS2010:
Event Viewer:
Faulting application name: SRacq10.exe, version: 1.0.0.0, time stamp: 0x4de7a42c
Faulting module name: MSVCR80.dll, version: 8.0.50727.4940, time stamp: 0x4ca2b271
[code]....
View 4 Replies
Oct 28, 2009
We have a vb application with many forms that contain a "lookup" button that has an icon called find.ico. Once in a while, a user will open one of these forms and get the below error but not every time. Has anyone else run into a similar situation? Since it is not consistent, it's been very difficult to track down.
Exception Source: System.Drawing
Exception Type: System.IO.FileNotFoundException
Exception Message: find.ico
View 4 Replies
Dec 3, 2009
I get this error while im following the "Walkthrough Creating an Occasionally Connected Application" [URL]
Im already in the " To configure tables for local caching" > step 4.
Then when trying to connect this error pops.
"Failed to sync database" <a href="http://tinypic.com" target="_blank"><img src="http://i45.tinypic.com/ur3fq.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
[Code].....
View 1 Replies
Nov 4, 2011
I have developed a tool to watch a folder using the below thread.
[URL]
Issues i am facing
1. Its not working on Samba Server
2. I need it to watch on predefined times only. (i.e., may be every 5 Hrs)
PBL (Visual Studio 2010 Ultimate)
View 2 Replies
Mar 13, 2012
I have an application written in VS2010 that targets FW2.0..It has no dependencies other than the framework.The application runs fine on the local drive.But one user tells me that he already had FW2.0 installed but had to install FW2.0 SP2 in order to get the exe to run if it was placed on a network/shared folder? Why would running from a server/shared folder make the application crash if Sp2 wasn't installed? some network/path error that was was fixed in SP2 that doesn't affect the app when running off the local C drive ?
View 1 Replies
Jul 18, 2010
In my VB.net Winforms application I'm using the ITaskbarList3::SetOverlayIcon interface to set status overlays on the application's taskbar button (under Windows 7). This all seems to work fine for me, with the icons being shown and removed correctly.From the form load event, one of my functions makes the callSetOverlayIcon(parentForm.Handle, IntPtr.Zero, String.Empty)(where parentForm is the form which the load event has fired for) which very occasionally (on other people's machines) throws the following exception:
System.Runtime.InteropServices.COMException (0x8007057A): Invalid cursor handle. (Exception from HRESULT: 0x8007057A)
at MyNamespace.TaskbarNotify.ITaskbarList3.SetOverlayIcon(IntPtr hwnd, IntPtr hIcon,
[code].....
View 1 Replies
Sep 2, 2011
I have a bit of code that jumps around a few domains and adds a user to each of them. This follow is a piece of code I had to write to get around the issue of the .add and .invoke being ran asynchronously and occasionally causing errors.
It connects to the domain in question, passing a "CN" from the code in as a search filter but receives a COMException which is normally a LDAP sting config issue. The connection string in this is fine so I am not sure why it is having such a hard time.
Function GetUser(ByVal UserId As String) As DirectoryEntry
Dim objRootEntry As New DirectoryEntry
objRootEntry.Path = "LDAP://DC=SERVER,DC=LOCAL"[code]....
View 2 Replies