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 > october 2007 > threads for monday october 8

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 31

Trap leave and closing Form that place in TabPage
Posted by mtczx232 NO[at]SPAM yahoo.com at 10/8/2007 11:43:30 PM
I have TabControls that Hold Forms on his TabPges (this make me easy to give ability to Designing each form in his IDE window). When form x is in middle of Edit Data Mode, I going to prevent: Closing App or switch to other tabs until save done explicit by user. So I try use events like: deactiv...more >>


How to Create Access Like Subforms vb2005 express
Posted by Edwin Martinez at 10/8/2007 10:43:24 PM
Hello I have a parent form but I want to create 4 forms that will be shown in a area inside the parent form when I click to buttons. +----------------------------+ | Parent Form | | | | -------------------- | | ...more >>

Database Exception Error
Posted by Tony K at 10/8/2007 10:34:34 PM
When rebuilding my inventory application it creates a new empty copy of the Access DB. When creating the first record of my purchase order screen which has a related table 'Inventory Transactions' as a DataGrid, I receive this error. Notes: Drag and Drop used from Data Sources window. Pur...more >>

Loading muliple instances of a DLL
Posted by Michael Hesse at 10/8/2007 9:26:00 PM
Hi, I need to use two versions of the same DLL in a VB.Net application. I know how to load one version: Public Declare Function DoSomething Lib "MyDLL.Dll" () As Double However if I try to also load: Public Declare Function DoSomething Lib "MyOtherDLL.Dll" () As Double I end...more >>

Lower end Word Processing Component
Posted by jkimbler at 10/8/2007 7:29:26 PM
I've been looking all over the net for a Word Processing component or expanded RTF component that doesn't cost over $200. I don't need all the bells and whistles..just some simple formatting that can be saved to a database. Anyone know of a low cost, or Open Source solution for VB.NET? -Joe...more >>

Confused with serializing an object to a queue
Posted by falcon198198 NO[at]SPAM gmail.com at 10/8/2007 3:01:14 PM
Greetings: I was hoping for some advice on an application. Here is what I am working on: Basically I have a bigger application that is having a printing problem making multiple copies of a pdf so I set off to write a program that can watch a folder using filesystemwatcher. From the events th...more >>

DataGrid Trouble / Help
Posted by Miro at 10/8/2007 2:22:07 PM
VB 2005 express... I created a database "Staff" and it has 1 table in it. There are 3 columns in it so far. "StaffID" -> INT - Primary Key auto incremented by 1 "FirstName" - Varchar "LastName" - varchar ( there will be more later - but baby steps ) Then I created 2 forms. Form1 is the m...more >>

iNet Control replacement
Posted by Lou at 10/8/2007 12:43:03 PM
What is the .NET equivelent of the iNet control I tried FtpWebRequest but that doesn't do it. All I want to do is give an ipaddress, user name and password, send a CD command and a DIR command to get back a lists of files and then download one of those files. The ip is a local ip NOT on the we...more >>



Creating a windows service that uses sockets
Posted by SeanMac at 10/8/2007 12:15:01 PM
I am familiar with how to use winsock in vb6 to create a network app. I'm trying to find a way to take the current vb6 app and create a windows service using system.net.sockets. How do you create a service (for the server side) that accepts incoming client connections using system.net.socket...more >>

SendKeys cannot run inside this application
Posted by Sriman at 10/8/2007 12:10:01 PM
Hi, We are launching .net window from vb6 form. In .net form tabbing(tab out from one control to another control) was not working. for that i have written a code like Sendkeys.send("{TAB}") in the textbox keypress event. I got the following error msg: {"SendKeys cannot run inside this appl...more >>

Setting Strict On
Posted by tshad at 10/8/2007 10:23:00 AM
I am trying to set "Option Strict On" on my single .aspx page. I am not using code-behind or VS. I am running this in DW on Asp.net 1.1 If I do the following: ************************************************************************* <%@ Page Language="VB" trace=true debug=true ContentType="...more >>

Debug Step into another form
Posted by SC at 10/8/2007 9:37:01 AM
Hi everyone, i'm workin with vb.net 2003 and i using the debug step into, but when i call a form within another the debugger doesn't go to the form that i call, how do i solve this, without putting a breakpoint. SC....more >>

WM_INITMENU is not raised for context menus
Posted by Academia at 10/8/2007 8:18:47 AM
I can't tell for sure but debugging seems to indicate that WM_INITMENU is not raised in WndProc for context menus, only for main menus. Do you happen know if that is true? Thanks in advance for any info PS At one time I thought it wasn't raised on user controls, only in forms. B...more >>

Table Adapter vs SQL Adapter
Posted by Miro at 10/8/2007 1:19:05 AM
Im assuming these two adapters are the same thing. For example, go to your data sources in your project and drag and drop a datagrid on your form. You will get a TableAdapter automatically added to the form. The only "Table Adapter" i was able to find it the toolbox is, if I add the "SQ...more >>

Decompressing zip files
Posted by Bruno Silva at 10/8/2007 12:00:00 AM
Hello dear readers, I'm currently coding a little app and I need to know how I can do something, the idea is to download a little zip from from the web (currently working) and then unzip it... I've been searching for system.io.compression, but I cant seem to find an example of how to extrac...more >>

BindingSource.Find Question
Posted by Alexander Loose at 10/8/2007 12:00:00 AM
Hello, I am using the BindingSource.Find-Methode to find an Item in my BindingSource. This works fine to find the exact pattern, but now I search for a fuzzy finding method. For example: XXX34234234 DDD4324543 HAM5454545 MUC6456566 I want to do a fuzzy search for "HAM" . therefo...more >>


DevelopmentNow Blog