all groups > vb.net > january 2007 > threads for thursday january 25
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
DataGridView - Fixed Row Height
Posted by Spam Catcher at 1/25/2007 8:47:57 PM
Is it possible to fix the row height of a data grid view row?
Thanks!... more >>
how to fix this IF statement ?
Posted by Ron at 1/25/2007 7:24:54 PM
thanks for all the help everyone. Ok so there are exception years and
I am trying to write this code in for the exception years, anyone see
what i am doing wrong:
easter = (22 + d + g)
easterinapril = (easter - 31)
easterspecialyear = (easter - 7)
'for years 1954... more >>
GridView problem on Page 2+ of a TabControl
Posted by Richard Carpenter at 1/25/2007 6:57:37 PM
I have a four-page tabcontrol with a gridview on each page. I have the
primary key column of each gridview set to hidden (visible = false),
but it still shows up on all but the first page. Anyone else see this
behavior? How might I correct it?
... more >>
VB 6.0 Cntrls In VBE - 'DriveListBox', 'DirListBox' & 'FileListBox
Posted by Scanboy at 1/25/2007 5:09:01 PM
Guyz,
I have just learnt how to add the 'DriveListBox', 'DirListBox' and
'FileListBox' controls that were always included in the toolbox with VB 3.0 /
4.0 / 5.0, but always missing in VBE 2005.
And I have managed to create a simple file browsing project with the
'DriveListBox',
'DirList... more >>
table merge error
Posted by Matt F at 1/25/2007 4:50:31 PM
I'm having difficulty with a function and can't find what the problem is.
The code is below. Essentially, it works fine if the target table (tbl
variable in code) is empty, however if it contains rows prior to the method
being called, the error "'column' argument cannot be null" is thrown on ... more >>
System types not CLS compliant?
Posted by NickP at 1/25/2007 3:46:49 PM
Hi there,
I keep getting warnings appear in VS about a class of mine being non-cls
compliant.
The strange thing is that it only exposes system types, the properties
it exposes are as follows....
name String
company String
email String
... more >>
internationalization of MessageBox?
Posted by Pieter at 1/25/2007 1:49:00 PM
Hi,
What's the commonly used way to do internationalization of the text in
MessageBoxes?
Thanks a lot in advance,
Pieter
... more >>
constraint programming
Posted by Pieter at 1/25/2007 1:06:52 PM
Hi,
How can I include contraints in VB.NET (Windows Forms, 2.0), using Objects
with Propertys?
I need several property's be recalculated when others change, but not in a
straightforward way: When A is changed, B has to change, but when B changes,
A has to change (or C or ...).
Untill no... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ANSI <--> Unicode conversion VB6 compliant with any codepage
Posted by msdnuniv at 1/25/2007 12:07:12 PM
Hello everybody,
since days i try to convert Unicode-Strings in VB.NET to ANSI which should
be processable in VB6 and converted to unicode again.
It should be possible with any codepage, e.g. somebody on a greek PC should
be able to handle chinese strings
-------------- VB.NET -----------... more >>
databinding problem
Posted by Vlado Jasovic at 1/25/2007 11:41:50 AM
Hello,
I'm using typed dataset for databinding to windows controls and I'm having
some problems.
I'm trying to move all business logic to datatable column_changing events
and the problem that I'm having is when I change some other column, control
value doesn't update immediately until I ... more >>
Type initializer error on form1
Posted by John Dann at 1/25/2007 10:41:43 AM
Running VB2005 on Windows XP SP2:
I've started to get type initializer errors on Form1 whenever I try to
run a project within the IDE - this never used to happen. I can open
the project within the IDE and see all the code, it's just trying to
run the app that triggers the error.
Projects ar... more >>
Like operator is not working with Dataview.RowFilter
Posted by neeraj at 1/25/2007 9:54:17 AM
Hi, all
Could anny one give me help how can I use like operator with these data
types "integer , datetime or boolean" in DataView.RowFilter
Actually when I try to get the data from dataview using rowfilter with
like operator
Its working fine when data type of searching column is "string" .... more >>
Get Novell Username from .net web app
Posted by stephshomeemail NO[at]SPAM aol.com at 1/25/2007 9:38:12 AM
>From my .net web page, I would like to retrieve the novell username.
(This is for an intranet application.)
Can anyone help? I have searched the web.
These don't work, they get the windows username:
apiGetUserName Lib "advapi32.dll"
(Environment.UserName)
I have seen something about nw... more >>
WIA and Twain
Posted by Ricardo Furtado at 1/25/2007 9:08:47 AM
I'm facing what i consider to be a serious problem, because i can't find the
solution!!!
I've made possible, for the software i'm developing, to aquire images from a
scanner using WIA. The problem is that, when i aquire an image in, for
instance, photo editor, i have the oportunity to choose ... more >>
Can't get my array to work
Posted by tshad at 1/25/2007 8:43:37 AM
I have Web Service that I am accessing that has as part of it's definition a
couple of objects (employees and employee). Employees has 4 properties -
one being an array of "employee" objects.
********************************************
Public Class Employees
Public AuthGUID As... more >>
a questions about classes
Posted by PamelaFoxcroft NO[at]SPAM gmail.com at 1/25/2007 8:42:49 AM
I have a class like this
Public Class Class1
Public Class Token
Public TokenString As String
Public TokenValue As Double
End Class
End Class
in my code I fill an array of these classes like this
Dim Tokens As New ArrayList
Dim token As Class1.Token= New Class... more >>
VBScript or VB.Net?
Posted by Systems Admin at 1/25/2007 8:21:05 AM
Hi All,
I need to write a program/script that gathers some data from Windows
systems, compare it with SQL Database and update if it's changed.
My question is what should i use? VBScript or VB.Net?
Here is my background..
I am a systems administrator.
I have experience with: C, C++, ... more >>
Get header name from data grid
Posted by neeraj at 1/25/2007 8:21:01 AM
Hi, all
Could any one suggest me how to get the column name or
column index of the datagrid , when user click on any column header of
the grid in vb.net (windows) application ..
... more >>
Errors in Compiling
Posted by Paulo at 1/25/2007 6:46:00 AM
Hi,
I got the following error messages whenever I try to build a project:
Unable to copy file "obj\Debug\Experiment.exe" to
"bin\Debut\Experiment.exe". Unknown error "-1".
Could not write lines to file "obj\Experiment.vbproj.FileList.txt". Unknown
error "-1".
(Experiment.exe is the n... more >>
Create and Edit Resource Files - Newbie Question
Posted by JB at 1/25/2007 4:29:02 AM
Hi All,
I'm new to VB.NET 2005 coming from VB6.
What is the easiest way to create and edit multiple resource files?
1) I have a form where my labels and buttons are in English. I want to
create resource files for the same form in French and Spanish, and edit
them. How do I do that?
2) Th... more >>
Update wont work
Posted by Ivan Jericevich at 1/25/2007 3:59:02 AM
For some reason the update does not change the data in the database. It was
working fine before, I checked that the bindingsource and tableadapter are
still on the form....what else could be wrong?
Me.Validate()
Me.AreaBindingSource.EndEdit()
Me.AreaTableAdapter.Update(Me.Knysna2DataSet... more >>
|