| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hello,
I'm trying to automate some formatting of an Excel 2007 workbook using
VB.NET in Visual Studio for Applications to run as a Script Task in...
kevjlang
|
04-14-2010 09:38 PM
kevjlang | 1 | 361 |
|  | Hi,
I have a web cam connected to the computer and was wondering if there is
away to take a photo using the camera via vb.net code ?
Is this able...
AussieRules
|
04-14-2010 09:03 PM
Armin Zingler | 3 | 175 |
|  | Hello all I am looking for the best way to generate a report that is
based off data that needs to have dynamic columns but static rows. I
was told...
Brian
|
04-14-2010 04:02 PM
OmegaSquared | 1 | 124 |
|  | Hi,
Given a shortcut file (*.lnk) I need to find it's Target address.
Can some please help me out.
Thanks,
Fred
Fred
|
04-14-2010 03:38 PM
Fred | 3 | 265 |
|  | I shrink pictures in .NET and the quality of the JPG is very low.
Is there anything to do about that?
Thank you,
Samuel
Samuel
|
04-14-2010 03:16 PM
Samuel | 4 | 103 |
|  | I've been developing a Service in VB.NET. I set the serivce up to run under
the NETWORK_SERVICE account. I need to store several parameters for...
Ron Hinds
|
04-14-2010 02:32 PM
Ron Hinds | 1 | 93 |
|  | Hi!
I´m new in VB.Net
Im try to populate Chart1 in VB.net with this code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e...
Henrique
|
04-14-2010 01:19 PM
Henrique | 0 | 90 |
|  | Hi All,
Is there a way to automatically show scroll bars on a multi line edit
control only if they are actually required?
i.e. If the text is small...
JB
|
04-14-2010 12:38 PM
JB | 0 | 77 |
|  | Hi All
What is the code to loop thru all textbox controls on a form?
TIA
johnb
johnb
|
04-14-2010 10:29 AM
johnb | 9 | 209 |
|  | I'm trying to write a query for my Dataset's table adapter. It is
linked to an access 2003 database. Basically, I'm trying to duplicate
the...
mcolson
|
04-13-2010 10:03 AM
mcolson | 1 | 88 |
|  | Hi all
I'm using vb.net 2005. I have an app with a Form containing a Tab control
with 5 pages. 1 page records time booked to a particular job using...
johnb
|
04-13-2010 04:15 AM
johnb | 0 | 101 |
|  | Good day. I have asp.net page in vb.net that gets set of photos records
from a database table (paths to photos). Loads that data into...
J Snaith
|
04-12-2010 04:25 PM
Alexey Smirnov | 1 | 104 |
|  | Good day. I have asp.net page in vb.net that gets set of photos records
from a database table (paths to photos). Loads that data into...
J Snaith
|
04-12-2010 04:24 PM
Alexey Smirnov | 1 | 96 |
|  | April 12, 2010
Hi all
I have a requirement to develop an application in VB Net 2008 that should be
multilingual.
What could be the easiest way to...
MikeTI
|
04-12-2010 03:43 PM
Herfried K. Wagner [MVP] | 2 | 181 |
|  | Hi,
In my ASP.net web application (VS 2003), I have a textbox in which
AutoPostBack=True...the event got fired when I am running on my IE7. And...
wkpli
|
04-12-2010 11:50 AM
wkpli | 2 | 92 |
|  | I got 10 worksheets in workbook Master (file master.xls) and I wand to copy
them to the workbook B (file b.xls).
How can I do this? I need to this...
Nicolas
|
04-12-2010 08:28 AM
john | 1 | 128 |
|  | I've got a large set of time-series data which is organised _strictly_
in time sequence and contained in a (VB2005) datatable.
I want to iterate...
prodata
|
04-11-2010 12:29 PM
Mr. Arnold | 8 | 73 |
|  | Hi,
I seem to have hit an odd problem.
I have the need to sometimes validate and sometimes not based on conditions
in a database.
However, the...
Gary Wardell
|
04-10-2010 01:55 PM
Gary Wardell | 2 | 199 |
|  | Hello.
In VB.NET 2008.
I have dataGridView.
Which event occurs when changing data row value.
(Not all the times I am changing the value via the...
Mr. X.
|
04-10-2010 01:48 PM
Mr. X. | 2 | 84 |
|  | When populating a Treeview in code, I am getting "duplicate" nodes.
They appear in the treeview, but don't seem to exist when I iterate
through the...
Scott
|
04-10-2010 08:52 AM
Cor Ligthert[MVP] | 7 | 211 |
|  | In VB.NET 2008 (VS 2008) I see I can change the state of an unChanged
column,
but for detached column - I cannot change the state.
Dim objRowV As...
Mr. X.
|
04-10-2010 08:39 AM
Mr. X. | 2 | 98 |
|  | What you say, that bindsource doesn't make thing simplier,
and for my case, not to use the bindsource object ?
Mr. X.
|
04-10-2010 12:03 AM
Mr. X. | 4 | 93 |
|  | I've been searching the net for a couple days to no avail. I am looking for
a starting point on how to begin coding an application that can...
Carl Klouda
|
04-09-2010 02:49 PM
Carl Klouda | 0 | 94 |
|  | I'm new to using Visual Studio (2005) with VB and I've recently taken over a
project started by someone else. The basic process is to retrieve a...
New2Access
|
04-09-2010 02:24 PM
Armin Zingler | 1 | 95 |
|  | I found a free outlook type scheduler on codeproject.com. The developer has
given free open source licensing for it and many are building...
mindserve
|
04-09-2010 08:32 AM
mindserve | 0 | 145 |
|  | In VB.NET, I create a File menu. One of the File Menu items is "Recent
Projects". Using the following Code, I can add sub-menu items to drop...
shoosh
|
04-09-2010 06:00 AM
shoosh | 5 | 190 |
|  | I am try to copy bookmark from one word doc to another, find all the
bookmark and select them etc.
I can create the bookmark in the second word doc,...
Barry
|
04-09-2010 04:56 AM
Barry | 2 | 143 |
|  | Hello,
Does anyone of you know how I can force vb.net to remove the handle of a
local DLL which I used beforehand with Reflection.
Here is a...
Wolfixx
|
04-08-2010 11:27 PM
Wolfixx | 2 | 113 |
|  | I've got a Gridview and a xmldatasource
How can I show the gridview rows in reverse order?
ArielF
|
04-08-2010 07:14 PM
PvdG42 | 1 | 101 |
|  | vs 2005 vb.net windows form app.
Doing a simple gradient background on a form:
Protected Overrides Sub OnPaintBackground(ByVal e...
kpg
|
04-08-2010 03:55 PM
kpg | 5 | 95 |
|  | vbnet 2008 express
how to avoid the compiler warning:
Variable 'ArrayObjects' is used before it has been assigned a value. A null
null
reference...
mp
|
04-08-2010 10:39 AM
mp | 5 | 86 |
|  | Hi all. Now I am processing data in folders. I get a listing of folder
contents and have to test to determine whether item is folder or
file. I have...
Saga
|
04-08-2010 10:21 AM
Patrice | 8 | 97 |
|  | I'm developing a Windows Service in VB.Net. In the Visual Studio
Programmer's Guide for the .NET Framework - How to: Log Information About
Services,...
Ron Hinds
|
04-08-2010 07:41 AM
Phill W. | 2 | 80 |
|  | Hello.
I have found many post telling how to create a foreign key with SMO but no
one explaining how to list them.
Anybody knows ?
Thank...
Gilbert Tordeur
|
04-08-2010 02:02 AM
Gilbert Tordeur | 4 | 75 |
|  | Does anyone know of a customizable tab control for ASP.Net? I'm not
looking for a whole suite of controls, just the one.
Martin Wulfe
|
04-08-2010 01:25 AM
Cor Ligthert[MVP] | 1 | 97 |
|  | Why is 'ans1' true if double and false for single?
Module Module1
Sub Main()
Dim x As Double / Single
Dim y As Double / Single
Dim ans1 As...
Todd Heiks
|
04-07-2010 06:03 PM
Herfried K. Wagner [MVP] | 1 | 66 |
|  | I've got this simple console application that came with a phone dialer
and a DLL. The basic part of the code is below. I left out some of
the...
Stupid488
|
04-07-2010 02:56 PM
Stupid488 | 0 | 79 |
|  | Atendiendo a las peticiones de los usuarios finales y distribuidores, estamos encantados de confirmar que el apoyo WBFS se incluirán en Wiikey...
wiikeyfusion
|
04-07-2010 08:52 AM
wiikeyfusion | 0 | 71 |
|  | I have an application that calls a routine within an AppDomain. The
AppDomain will raise an event outside the AppDomain called StatusUpdate. ...
Chris Hlade
|
04-07-2010 08:01 AM
Chris Hlade | 0 | 212 |
|  | SqlConnection SqlConn = new SqlConnection(Scon);
SqlDataAdapter da = new SqlDataAdapter();
DataSet ds = new DataSet();
SqlDataAdapter ADAP = new...
jainhemant007
|
04-07-2010 06:26 AM
Armin Zingler | 1 | 113 |
|  | Hi all.
I'm a recent migrant from VB6 so I'm used to creating references to
objects and then setting them to Nothing when they are no...
Gale Green
|
04-06-2010 04:53 PM
Gale Green | 13 | 286 |
|  | Hello.
I have connected textbox by databinding to a BindingSource object (to a
specific column of a specific table).
Everything is fine ...
But what...
Mr. X.
|
04-06-2010 03:42 PM
Mr. X. | 9 | 147 |
|  | I am dynamically creating a label control of width=100 and adding text
(sTextVar) to it dynamically whose string length is unknown:
Dim myLabel As...
Rick
|
04-06-2010 07:07 AM
Phill W. | 3 | 223 |
|  | Hi all,
I need help with the following, I have a grid that i have put on there 2
textbox's and a combobox column which works ok.
When i then add...
Simon Whale
|
04-06-2010 06:21 AM
Fred | 3 | 224 |
|  | How do I create an html report in vb.net instead of Crystal or ReportViewer?
Ryan
|
04-06-2010 05:46 AM
Patrice | 1 | 341 |
|  | Hi All,
I've always so far designed menus at design time and never had a
problem.
Today I want to create menus programmatically and add Sub Menus to...
JB
|
04-05-2010 08:15 PM
JB | 2 | 565 |
|  | Very sorry for reposting same message. I cannot figure out this concern
issue....
Good day. I have asp.net page in vb.net that gets set of photos...
J Snaith
|
04-05-2010 08:13 PM
J Snaith | 7 | 220 |
|  | I created a simple program that does little more than display a
bitmap on the screen so that I could try out the TransparancyKey
property. Any color...
Gregory A Greenman
|
04-05-2010 03:59 PM
Gregory A Greenman | 4 | 222 |
|  | Hello all,
I am reading 3 strings from a DB table. I need to apply the
same process to all three strings, so I figured that I would use
a for loop....
Saga
|
04-05-2010 11:50 AM
Saga | 4 | 146 |
|  | Hello.
Is there any container on VB.NET 2008, so I can drop queries & tables
objects on it?
Thanks :)
Mr. X.
|
04-05-2010 10:36 AM
Mr. X. | 12 | 287 |