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 > january 2007 > threads for wednesday january 24

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

PDF creation from vb.NET
Posted by John Devlon at 1/24/2007 11:56:47 PM
Hi, Does anyone know any good plugin, activex, dll, sdk,... for creating pdf-files from within VB.NET ? I would like to create a multipage PDF-file with on each page some WMF pictures and some text. Is there a free, opensource solution or does anyone know any other good product ? Tha...more >>

Enter Key won't work
Posted by Ivan Jericevich at 1/24/2007 11:53:24 PM
I am building my first program in VB 2005 Express Edition and considering I'm a BBC quite chuffed with my progress. All the data entries work off the TAB Key in run mode, how do I get the ENTER or RETURN Key to do the same. It is totaly disabled. ...more >>

how to hide visio stencil blocks.
Posted by JAWAAHAR at 1/24/2007 11:31:12 PM
i just wanted to hide visio stencil blocks from my parent form. in child form i used thie following code to hide. DrawingControl.Window.Windows.ItemFromID(Microsoft.Office.Interop.Visio.VisWinTypes.visWinIDShapeSearch).Visible = False if i run visio document form seperately visio stencil bloc...more >>

Password randomization
Posted by news.microsoft.com at 1/24/2007 8:08:58 PM
Hey gang, I have two needs: 1) Enforce password policy by forcing a change to the password twice per year on specific dates. Currently AD does not enforce by date. It allows me to set an expiration date but its a best effort sort of thing to hope it lands on the specific dates of my prefere...more >>

Notify Icon problem
Posted by Cylix at 1/24/2007 6:43:15 PM
I am going to make an application in monitor and do something on time. A part of it is an Notify icon(System Tray Icon), Which project type can I be used for Just showing the notify icon without any form? What I mean is something like When you minimize the MSN Messager as a tray icon. I ha...more >>

Insert a textbox string into an Access Database
Posted by TommyT at 1/24/2007 5:21:50 PM
Hi, Anyone know how I can insert the text captured in a textbox into directly into an Access Dtabase using this connection? New System.Data.OleDb.OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0;" & _ "data source=C:\temp.MDB") Thanks for any help, ...more >>

VB6 Chr() function (should be simple) issue
Posted by Benry at 1/24/2007 3:18:12 PM
I have two machines. Both have Windows xp Pro. Both have Visual Studio 6.0. These two versions differ only in Forms3 version. Machine 1 (M1) has version 11.0.6254, Machine 2 (M2) has version 11.0.6550...other than that, I'm hardpressed to find anything significient that's different. The q...more >>

Looking for recommendations on a programming language for a web application.
Posted by Paul at 1/24/2007 2:49:53 PM
Looking for recommendations on a programming language for a web application. I am soliciting recommendations on a programming language for a web application described below. Actually, it is not real, just an example of what the real application would do. I do not want to stimulate any debat...more >>



Master Pages VB.net 2005
Posted by Jeff Allan at 1/24/2007 2:39:39 PM
Hello, I am starting to use Master pages. I understand the concept that these pages should remain passive. So, I need a little assistance. Scenario: 1. Master page with a search box & submit button 2. several pages that use this master page 3. based on the value placed in the search b...more >>

Late Binding .....
Posted by Hakan ÖRNEK at 1/24/2007 1:32:01 PM
Hi, Can I Late binding to object in .NET ( not COM objects, Objects was created vb.net Dll ) !!! <<< CreateObject("MyDLLName.dll","MyClassName") or CreateActiveX("MyDLLName.dll","MyClassName") >>> When I running this codes I have a error "ActiveX can not create" ! Thanks for help... Haka...more >>

How do convince a DataGridView it's been edited?
Posted by DanThMan at 1/24/2007 1:12:18 PM
The situation: * I have a ButtonColumn in a DataGridView. * When the user preses one of the buttons, a dialog appears. * Based on what the user selects in the dialog, data is entered programmatically into the the underlying cell (i.e., I'm setting Value property of the cell based on user inpu...more >>

Copying Table Data
Posted by Ryan at 1/24/2007 11:42:27 AM
I have an instance of a Dataset on one form that I want to copy all records of a particular Datatable to another forms Datatable (same Dataset/table, etc). Any way to do this? I've been looking at the Load and Merge functions but haven't got them to work yet. Thanks, Ryan ...more >>

My very stupid question for the day
Posted by Ronald S. Cook at 1/24/2007 10:11:34 AM
Create a new Windows forms app and you can type Imports System.Runtime.Remoting and start working away. How come I didn't need to add a reference to System.Runtime.Remoting? Thanks, Ron ...more >>

Installing Visual Studio and Service Pack(s)
Posted by Phill W. at 1/24/2007 9:55:45 AM
First you install Visual Studio. Then you install one or more Service Packs on top of it. Unless you have a stupidly fast machine this takes a long time and when you've got a department of near eighty Developers all needing to do this (say, when their PC's are upgraded), that can add up to a...more >>

Quater Cirlce
Posted by Question NO[at]SPAM aol.com at 1/24/2007 7:54:44 AM
Is there a way to display 4 quarter circles (half a semi circle) in different colors? Is there a way to make quarter circle radiobutton?...more >>

two more noob questions sorry.
Posted by jobs at 1/24/2007 7:38:09 AM
1. How do I pass a subroutine a reference of an object? For example I have variable datef type datetime. I want to pass to pass datef the variable, not it's value to the sub? 2. In ADO.NET, how can I see what the parsed value of of a SQL command is after @parameters have been passed in...more >>

How to distinguish odd / even numbers and sumthem
Posted by Ron at 1/24/2007 7:22:14 AM
I want to write a program that will accept a number in a textbox for example 23578 and then in a label will display the sum of the odd and even number like this... the textbox containsthe number 23578 the label would say: Sumof odd number is: 15 Sum of even number is: 10 any ideas? thank...more >>

Email service
Posted by neeraj at 1/24/2007 4:03:23 AM
I have made a service which picks up records from a table which has following columns :From,to,subject,body,status The service, after picking up the records, loops through all the records and sends the email for each record and updates the status as 1. The problem is that my service fails w...more >>

build a xml tree recursively
Posted by graphicsxp at 1/24/2007 2:35:59 AM
Hi, I have the following records stored in the database : TableName: Folder { FolderID, FolderName, TopLevel} TableName: FolderRelationship { ParentID, ChildID} This describes a folder tree structure. Note that only one record has TopLevel set to 1, this is the top folder in the structu...more >>


DevelopmentNow Blog