Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008


all groups > vb.net > june 2006 > threads for thursday june 1

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Adding a row to a table help!
Posted by Bonzol at 6/1/2006 11:24:03 PM
Hey there, (using a windows applicaiton) What I have is a database with engineers on it in a table tited 'Engineer', what I want to do is be able to add a new engineer to the database. Via text boxes and a submit button instead of a data grid. I have the data connections n such and have fiddl...more >>

Need to get file Version
Posted by Jack at 6/1/2006 10:31:45 PM
Hello, I need to get the file version for a file. I am looking for the same version shown when you right-click and use properties to view file version. Thanks in advance for any help, Jacky ...more >>

Why doesn't changing the position in a table change the position of the DatGridView that's bound to it?
Posted by Sam Malone at 6/1/2006 9:37:31 PM
I have these four methods to change the position in a table. However = when I invoke any of them nothing appears to happen to the table. It = doesn't scroll. The selector pointer doesn't move. Nada!! If I check the row in the table (DataTable2), it IS changing as it = should and the DGV IS bound...more >>

How to measure bandwidth need by the application
Posted by jcvoon at 6/1/2006 9:33:07 PM
Hi: My customer request me to provide how much bandwidth required by my application (For both Winform and Asp.net application). I've no idea how to measure it. Please advice. Thanks JCVoon ...more >>

Good way to do lookups...
Posted by BobRoyAce at 6/1/2006 9:08:56 PM
Let's say that I have a table with like 525 records where each record contains a string to look for and a string to replace with (e.g. AVENUE, AVE). What I need to do is parse through a string (a street address) and then for each "word/token" found, I want to look it up and replace it if I find ...more >>

Crypto removing white spaces from byte array
Posted by Brian Mitchell at 6/1/2006 7:02:21 PM
I'm sorry if this is the wrong group but I couldn't find one relating to cryptography. I have a byte array that I am encrypting using the System.Cryptography classes and it encrypts just fine. However when I decrypt the array the decryptor removes all the white spaces from the array (by...more >>

Calling VB.Net classes from VB6
Posted by Terry at 6/1/2006 6:36:01 PM
I am trying to test out the ability of VB6 (VBA access) to instanciate a VB.net Object and call its methods. I came accross the following article in my vs2005 help search: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEV.v10.en/dndotnet/html/callnetfrcom.htm Problem is it doesn't work! Can som...more >>

Detect Screen Resolution
Posted by A. Gaubatz at 6/1/2006 5:29:18 PM
Does anyone know a fast and easy way of detecting the user's current screen resolution in VB.NET? Thanks in advance, *** Sent via Developersdex http://www.developersdex.com ***...more >>



How to prevent press "SHIFT + ENTER" in datagrid?
Posted by ray at 6/1/2006 4:56:46 PM
Hi, Now, I have a datagrid with data input. The data type is nvarchar. While I press "SHIFT+ENTER", it moves to a new row for the same data row. Can I prevent it from happening? Thanks a lot, Ray ...more >>

BUG in toolstrip controls that use generics
Posted by PJ6 at 6/1/2006 3:51:07 PM
This would have been better if I could have just implemented an interface or two to author my own toolstrip controls... but no, I have to inherit from just the existing ones. Fine, I thought... Public Class GenericToolStripComboBox(Of ItemType As New) Inherits System.Windows.Forms.ToolSt...more >>

UI to enter values into a structure
Posted by jim_adams NO[at]SPAM hotmail.com at 6/1/2006 3:45:30 PM
For a nested structure such as: Dim userVariable as one structure one dim a as string dim b() as two end structure structure two dim c as string dim d as string end structure before I do the monkey work of creating a VB.Net UI for an end user to fill out values for userVar...more >>

textbox date
Posted by Jose at 6/1/2006 3:30:24 PM
How make a textbox date without the datetimepicker? Thanks a lot ...more >>

how to deploy
Posted by rodchar at 6/1/2006 1:46:01 PM
hey all, i'm using MS Virtual PC and Visual Studio 2005 to develop a mobile app. Well creating and debugging i guess is no problem with the new emulator, however, what are my options for getting it to the device? Last time i heard Virtual PC won't see my mobile device as it's connected to m...more >>

VB.NET Screen Stops Refreshing After Losing Focus??
Posted by Chris Moore at 6/1/2006 1:29:45 PM
I have a .NET form where I am updating a progress bar & counter. As long as the form never loses focus, everything on the form refreshs fine. But If I open another window (like Windows Explorer) and then re-select my .net form, thos fields no longer refresh. Why and ho wdo I make it start ...more >>

Restart, but after a delay
Posted by Steve at 6/1/2006 12:43:39 PM
I need to restart my VB.NET 2.0 app but I need to delay the new instance's start until I know the previous instance has ended and freed up all use of its resources (DLLs). What I have is an app where the EXE is basically a shell and there are multiple DLL "plug-in" modules. Within the shell I h...more >>

My object/class/whatever
Posted by Bryan Dickerson at 6/1/2006 11:58:37 AM
I recently converted a VB6 program to VS 2005 that had a call to some Shell32 APIs to manipulate/test some registry keys. Using My.Computer.Registry, I was able to make the program much simpler. The one problem is that I want this to be a program that I can run from a network shared drive ...more >>

Offset lines appearing over form after delay (NVIDIA Chipset)
Posted by Mark at 6/1/2006 10:43:09 AM
Hello all - I'm creating an application that uses a datagridview control. My development environment is an HP Laptop with a NVIDIA Geforce 4 440 Go 64M. While using this object, a queer effect occurs where, if you just let the application sit idle (usually within a minute), the gridlines an...more >>

Thread Question
Posted by fniles at 6/1/2006 10:19:35 AM
I am using thread (sub ThreadMain in the ClientSession class). I call it from main application called MainForm. Inside ThreadMain, I call a subroutine WriteLine from the MainForm. Will WriteLine run/processed inside or outside the thread ? Thanks. Code from main appl: Public Class MainFor...more >>

Update database field
Posted by zoneal NO[at]SPAM yahoo.com at 6/1/2006 10:11:03 AM
If I've two tables with their values: cars(carNo,name,color,model,existedquantity) 2- CustomerOrders(orderNo,carNo,ordered,orderedquantity,orderdate) I made for each one of them a form by the Windows Form Designer in the vb.net plate to record data through these forms. By the way I'm worki...more >>

Deleted row in dataset??
Posted by Joris De Groote at 6/1/2006 10:07:52 AM
Hi, (my code is @ the bottom of this message) I have a piece of code that runs the rows of a dataset until it finds the one needed. When he finds it, I delete that row and start all over again with the next row I'm looking for, however. I then get this error: System.Data.DeletedRowInacce...more >>

what's available in WMI
Posted by cj at 6/1/2006 9:24:20 AM
I found this code online and it works fine but I don't understand exactly how and am trying to. Can someone help me? Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Private Sub Button1_Click(ByVal sender As System.Object, ByVal...more >>

loading frames asp
Posted by Jessica Weiner at 6/1/2006 8:46:17 AM
I have a website with the company logo on top. Underneath the logo there is a menu which has links. When the user clicks on a link, I want to be able to take them to that page without having to reload the company logo on top. Here is a good example of what I am trying to do. http://www.jets...more >>

WTSEnumerateProcesses
Posted by Joe Green at 6/1/2006 8:40:04 AM
Hi guys, I'm trying to get a list of processes for the current Terminal Server session in VB.NET. It's all fine apart from I can't get the ProcessName out of the structure WTS_PROCESS_INFO. I basically get the first character in the WTS_PROCESSINFO.ProcessName. I know it's something to do ...more >>

"select case" statement optimization in VB and C# problems
Posted by Dave Markle at 6/1/2006 8:33:01 AM
Good afternoon. I was just going through my code, analyzing it with FXCop, and FxCop gave me the following error on this code: MY CODE: Select Case termYears Case 5 : retVal.Append("1") Case 7 : retVal.Append("2") Case 10 : retVal.Append("3") ...more >>

Soap Formatter namespace not found
Posted by Matthew Connor at 6/1/2006 6:13:30 AM
Hi all: I am new to VB.NET and I am trying to serialize a custom structure via a SOAP formatter. My Microsoft published Visual Basic .NET book says to use the following Imports statement: Imports System.Runtime.Serialization.Formatters.Soap The problem is that VB is not recognizing ...more >>

Why choose SQL Express over Access?
Posted by raibeart at 6/1/2006 5:45:15 AM
It is like comparing a VW bug with a Mercedes. JET has corruption problems. It is not meant for use over the internet. It is not meant for more that 3 or 4 users. No clear migration path to higher end DBs. Limited capacity. Slow. File system based technology. File copy of empty MDB file fo...more >>

File sitting on a network drive is still open by another applicati
Posted by Moumen VB.NET 2003/2005 Developer at 6/1/2006 3:23:02 AM
How can I detect if a file sitting on a network drive is still open by another application? This application resides on another machine on the network? I am using VB.NET 2003 Your help is highly appreciated ...more >>

popup windows killer
Posted by gabe at 6/1/2006 2:22:01 AM
I'm working with twain and would like to work around a probem i have where some twain drivers that pop up windows to display errors. this is somewhat problematic as my twain app is running as a service without a user to click OK. I think what I'm looking for is a system wide hook to check ...more >>


DevelopmentNow Blog