all groups > vb.net > january 2007 > threads for thursday january 18
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
i want to replace cell value in a grid
Posted by zafar at 1/18/2007 11:35:41 PM
I need to replace a cell value in grid
e.g i have field "user_gender" of data type int where 1 means
male and 0 means female. i did not make parent table for "gender",
because there is only 2 possible records in table. i am assuming 1 and
0 as male and female. i need; when data is retri... more >>
I need to make backup for database
Posted by zafar at 1/18/2007 11:34:06 PM
I need to creating backup of database on user defined location in hard
disk. thanx for helping in this regard
... more >>
showing time only in ultra grid tool of infragestic
Posted by zafar at 1/18/2007 11:28:49 PM
in table i have a field for date and time, but in grid only date
is shown, where i want to display the time only ( i am using ultra grid
tool of infragestrics),, thanx if any body can help me for this
... more >>
Advice - Label Printing software to interface with dotnet
Posted by Simon Verona at 1/18/2007 10:10:42 PM
I have the requirement for address label printing within my software. I
have a name and address list in a ado.net in-memory dataset - I'd like a
pre-built software library which will display a number of label formats (eg
Avery label formats) and then be able to mailmerge and print the labels.... more >>
Webbrowser Object
Posted by Webnewsreader at 1/18/2007 10:07:58 PM
Hi,I have a webbrowser object with two frames with similar source
code<frameset cols="230,*">
<frame name="frame1" target="frm1" src="teste1.php?var=123">
<frame name="frame2" target="_blank" src="teste2.php?var=456">
</frameset>now the problem.At frame "frame1" there are several links that ... more >>
Specify custom disabled text color in ToolStripProfessionalRendere
Posted by ljlevend2 at 1/18/2007 9:21:01 PM
I want to specify a custom color for disabled text that is used by a class
that inherits from ToolStripProfessionalRenderer. The code would look
something like this:
Public Class MyRenderer
Inherits Windows.Forms.ToolStripProfessionalRenderer
Protected Overrides Sub OnRenderItemText(By... more >>
color coding libraries?
Posted by Thunder at 1/18/2007 5:42:45 PM
Hi all,
Are there any libraries available to help automatically color code text such
as .net, sql, etc...?
I am writing an app where I store code such as vb. I would like the data I
create in my rtf boxes to auto sense the correct color coding for that
language. It's a pet project of mine,... more >>
Q: Reports and Printouts in VB.Net
Posted by G .Net at 1/18/2007 3:41:47 PM
Hi all
I was wondering if somebody could give me some advice on an application I'm
writing.
In the application I want to be able to generate a printout of results. In
the past I have done this using MFC to write text, graphics etc. to a View
and then to print it out - a nightmare!!!
I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Force Update?
Posted by Thunder at 1/18/2007 3:31:46 PM
Hi All,
I am trying to figure out how/if it is possible to force a user to take an
update that has been published?
Currently if there is an update available from the publication the user can
select OK or Cancel.
I need to ensure that the updates are taken when available. Can anyone help
me... more >>
CUTand PASTE controls: where is the code?
Posted by teo at 1/18/2007 2:49:49 PM
When I Cut and Paste controls
(ie: from a 'Form' to a 'Tab control'
that I just put on the Form)
the pasted controls regularly arrive with their properties,
but the code behind them
remains ouside the form,
like user written subs remain
infact,
if I double-click on a pasted control
... more >>
reinitialize an array
Posted by Seigfried at 1/18/2007 2:46:50 PM
An array can be initialized with code like this:
Dim myArray() as String = {"1", "2", "3"}
What I'd like to do is reinitialize the same array. Something like the
statement:
myArrray = {"4", "5", "6"}
(which doesn't work, of course)
Any suggestions?
... more >>
Module Oddity
Posted by Rex the Strange at 1/18/2007 12:54:47 PM
Hello all,
Traditionally I'm a Delphi and VB6 programmer and have recently started
working with VB.NET (which, I might add, I love, but that's beside the
point). Anyway, I was trying to make a catch-all library of routines
which I use commonly (I have one in Delphi and I was porting some of
t... more >>
Shutting down GUI apps
Posted by _AnonCoward at 1/18/2007 12:48:34 PM
I have a windows GUI application (vb.net 2.0) and I need to manage how
it is closed. I want to have a single function that is called whenever
the user tries the close the app regardless of how:
* User selects File|Exit from the main menu
or clicks a [Close] button.
* the syste... more >>
The equivalent of C#'s yield contextual keyword
Posted by cartoper NO[at]SPAM gmail.com at 1/18/2007 11:44:21 AM
I am coming to VB.Net from C#. One feature I really like about C# is
the yield contextual keyword. Here is what MSDN says about it:
--------------
Used in an iterator block to provide a value to the enumerator object
or to signal the end of iteration. It takes one of the following forms:
y... more >>
Messagebox.Show
Posted by Lou at 1/18/2007 9:33:05 AM
How do I use Messagebox.Show in a dll.
It doesn't seem to work since i have no form?
-Lou
... more >>
How to handle XML anomalies!
Posted by Bill Nguyen at 1/18/2007 9:22:16 AM
The following XML has an empty <UserDefinedTag />
My VB.NET app got stuck here because I don't know how to handle it. It works
fine with a vlid user defined tag (next record)
<UserDefinedTag>40320121</UserDefinedTag>
Your help is greatly apprecited!!
Bill
- <JACOData>
- <In... more >>
Compilation of UserControls
Posted by Nathan Sokalski at 1/18/2007 2:23:12 AM
In several of my UserControls I add properties. If I access these properties
in the CodeBehind of the pages that use the controls, I recieve an error
when compiling. The reason for this is because the compiler tries to compile
the pages that use the UserControls before compiling the UserContro... more >>
|