all groups > vb.net > october 2005 > threads for sunday october 2
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
Data Binding GUI refresh
Posted by Matthias at 10/2/2005 9:14:01 PM
Hi Team
this may be a newbie question. I have searched the discussions before
posting:
I'd like to re-use a form instance to edit record details. My data binding
(a DataTable bound to TextBoxes) works fine the first time round. I can see,
edit and update the details from my form, then... more >>
Word and VB.NET
Posted by Joey at 10/2/2005 4:23:33 PM
Hello friends, somebody could help me to insert in a document of Word
text that I go entering in 4 TextBox, in the word document I have
placed markers in the places that I want that it is the text, in vb6
you toward by means of markers, but with VB.NET and office 2003 are
lost. Thank you and... more >>
optional?
Posted by iwdu15 at 10/2/2005 2:42:02 PM
hi, im rewriting my printing class i wrote and i want to make one of the
parameters optional, but i cant figure out how to do it. i want it to b
something like this
Public Sub PrintText(Byval text as string, Optional font as Font)
....
End Sub
thanks... more >>
Calling methods
Posted by Jon at 10/2/2005 2:39:32 PM
I have a class for complex numbers and an exponential function. This
event handler does not reach Expz in debug mode:
z = New Complex(CDbl(Real.Text), CDbl(Imag.Text))
Real.Text = CStr(z.Expz().GetReal())
Imag.Text = CStr(z.Expz().GetImaginary())
But when I do this... more >>
Capturing the Windows 2003 login user name in ASP.NET
Posted by Paul Ponzelli at 10/2/2005 1:43:48 PM
I'm using the VB.NET language in ASP.NET, with Windows XP on the desktops
and Windows 2003 on the network servers. When users log on, they have to
enter a user name and password in the netowrk operating system. Is there a
function or other means I can use to capture the Windows 2003 login us... more >>
File Import Wizard
Posted by David Berry at 10/2/2005 11:50:56 AM
Hi All. I'm looking for any help or sample code that can show me how to =
make a file import wizard in ASP.NET (VB preferred) like the one that MS =
Access uses. I'm working on a web site where the user has the ability =
to upload a file (.txt or .csv). The data in the file may be comma =
del... more >>
dotnet 2 and VB.net
Posted by Maileen at 10/2/2005 11:50:24 AM
Hi,
I've install the dotnet 2 beta 2 but how can i tell VB.net to using it ?
i only have the choice between 1.0, 1.1 or both...but never about v2.
how can i solve that ?
thx,
Maileen... more >>
Put all colors in a ComboBox
Posted by cashdeskmac at 10/2/2005 11:44:02 AM
I am building an application and would like to give the user the chance to
configure the look of the user interface.
I am adding a ComboBox to a DialogBox and want to populate it with the
available System background colors. The user can then set the background
color for the application. I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VBE 2005 NetworkStream Question
Posted by Terry Olsen at 10/2/2005 11:07:08 AM
Dim clt as TcpClient
Dim stm as NetworkStream
clt = New TcpClient()
clt.Connect("192.168.0.200", 9999)
Do Until clt.Connected
Loop
stm = clt.GetStream
' --The following line throws "Object reference not set to an instance of an
object."
stm.BeginRead(buf, 0, 4096, AddressOf ReadEvent, No... more >>
Problem on LinearGradientBrush
Posted by Carlo, MCP at 10/2/2005 11:02:06 AM
Hello
I found an abnormal behaviour on LinearGradientBrush (or FillRectangle).
This code
Public Class PanelPanel
Inherits System.Windows.Forms.Panel
Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
Dim rect As System.Drawing.Rectangle = New Sy... more >>
Place Any Application in the System Tray
Posted by Crouchie1998 at 10/2/2005 10:38:04 AM
Hello To All You Real Programmers Out There!!
There is an application called: "Tray It"
Webpage:
----------
http://www.teamcti.com/trayit/trayit.htm
Direct Download:
------------------
http://www.teamcti.com/trayit/trayit.zip
What I want to do is mimic adding any application to t... more >>
How do I catch a right click of the mouse in a Button
Posted by Moises Durovni at 10/2/2005 10:20:56 AM
Hi Folks,
I need to know if the right button of the mouse was clicked on top of a
button. How do I catch this?
TIA
Moises
... more >>
Size of mdse database in Winform
Posted by ucasesoftware at 10/2/2005 5:36:53 AM
Hi
what is the transaq sql to know the current size of my msde database ?
Thx
... more >>
Getting the text in NumericUpDown
Posted by Xero at 10/2/2005 4:17:07 AM
hi.
i have written this code to get the text in a NumericUpDown control:
nudQuestions.Text
and i start the application in debug mode and use the arrow keys that come
with the numeric up down control to set the number to be 2. but when i break
the process and view the value inside the cont... more >>
Screen Scraping with VB.Net and IE.
Posted by kmcnet at 10/2/2005 3:06:04 AM
Hello Everyone and thanks for your help in advance. I am working on an
application that will be used to screen scrape a site utilizing the IE
webbrowser and VB.Net. Due to some idiosyncracies in the page to be
scraped, the IE approach appears to be the best rather thant the native .Net
cla... more >>
Response.Flush in Win App
Posted by ucasesoftware at 10/2/2005 12:55:25 AM
Hi
I have a form who is doing some work in datatabase... it's a wait form
like
Has my job is in the load sub, my form doesn't appear before the work
is not finish
Is it possible to have a response.flush like in Winform to make sure
the form is visible to the user...
or i need to do so... more >>
change font color, type,or style
Posted by beetdocta NO[at]SPAM gmail.com at 10/2/2005 12:12:44 AM
hello i was wondering is it possible in visual basic .net to change the
color of certain words or phrases without changing the color of all the
text in the lable or without having to create a new lable specificly
for that word or phrase
thanx
... more >>
Expert systems??
Posted by Don at 10/2/2005 12:00:00 AM
Does anyone know of any web resources pertaining to
designing/programming expert systems in VB or VB.Net?
Any (Good <g>) suggestions appreciated,
Don in Redmond... more >>
is it possible to run a windows form from a windows service application?
Posted by Loane Sharp at 10/2/2005 12:00:00 AM
Hi there
Is it possible to set the environment for a windows service application to
anything other than "Environment.UserInteractive = False"? Does this
(whether I can or can't set the user interactive mode to true) depend on
whether the service is running on the local system account or a u... more >>
|