First  |  Prev |  Next  |  Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
Deploying with Custom References
Using VS2005: We have created custom class projects that output to DLL files. In our App, we add these to the list of Solution References and include them in the code. When the App compiles, it places copies of the DLL files in the output (bin's Debug/Release folders). Now we are trying to test the depl... 15 Jul 2008 08:11
Microsoft.VisualBasic.Devices.Network Download Error
I am using Microsoft.VisualBasic.Devices.Network to download a file from a server to a PC and am receiving a 404 error. The file is in teh download location but it has 0kb. Does anyone have any idea why it's bombing? oNet.DownloadFile(URL, FIRMWAREPATH & "\update\update.tt", "name", "pwd", True, 1000, True) ... 11 Jul 2008 16:08
Caps Lock Warning for Password Control
I'm not sure when it came into being, since this it the first time I have worked very much with a password control in .NET, but if a textbox that has a non-empty value for PasswordChar or the UseSystemPasswordChar property is true, and the textbox has focus, if the Caps Lock key is pressed, a warning balloon toolti... 11 Jul 2008 17:10
Treeview and find text in node
Hi, I need a routine/finction that finds a text, starting at the selected node, where a given text is in. say i have some nodes with 1 'sonday' and another with 'son' and I look for 'so' it will first find 'sonday' and the next time 'son'. ones it have found everything with the look parameter it restart at th... 11 Jul 2008 15:06
Error BC30284
Hello, I recently converted projects from VS7.1 (2003) to VS9.0 (2008) and am getting the following error on some subroutine declarations: error BC30284: sub 'SomeSub' cannot be declared 'Overrides' because it does not override a sub in a base class. The subs on which this occurs have parameters of a type th... 11 Jul 2008 14:04
DataGridView Bug or Design Flaw?
I use unbound DataGridView controls in my form (simply because I have to manually message my data before populating the DataGridView with it). Say I clear all the info from the DataGridView: DataGridView1.Columns.Clear() Now I manually add new columns to fill: DataGridView1.Columns.Add("Date_Time", "Date_... 11 Jul 2008 16:08
How do I get the Name of the current folder from my FileSaveDialog?
The Mad Ape wrote: Hello I have a FileSave Dialog and am trying to pass the current folder name to a string. Is there any way to do that? It was easy to get the file path and name using .FileName but I see nothing to get the Folder. Thanks The Mad Ape Use the Path.GetDirectoryName metho... 11 Jul 2008 10:58
Favorites and Shortcut images for TreeView??
Hello, i'm seeking for a Favorites and Shortcut image for a TreeView Control. (The Shortcut image should be combined with the object image with DrawImageUnscaled) They should look like in Internet Explorer. I tried the Favorites.png and the Shortcut.png in VS2008ImageLibrary\1033\VS2008ImageLibrary\Objects... 11 Jul 2008 12:00
converting outlook emails to text ?
I would like to create a program or service that would monitor email account and take every new email that comes in (exchange server) and convert it to a text file and than save it to a specific folder. Can this be done automatically? Also is there a way to supress outlook prompts?... How could I accomplish t... 11 Jul 2008 09:56
How do I get the Name of the current folder from my FileSave Dialog?
Hello I have a FileSave Dialog and am trying to pass the current folder name to a string. Is there any way to do that? It was easy to get the file path and name using .FileName but I see nothing to get the Folder. Thanks The Mad Ape Dim RepDat As System.Windows.Forms.SaveFileDialog Re... 11 Jul 2008 09:56
First  |  Prev |  Next  |  Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143