all groups > dotnet general > october 2004 > threads for tuesday october 12
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
Rotating a Picturebox
Posted by Charles A. Lackman at 10/12/2004 11:23:08 PM
Hello,
I am trying to rotate a picturebox control. I have done some experimenting
with rotating the image inside the picturebox, but I am trying to get the
affect of grabbing the corner of the picturebox and moving the mouse to
change the angle. I am sure I can implement the code to grab ... more >>
What is the report tool in .NET?
Posted by Peter at 10/12/2004 9:09:02 PM
Is there any tools in .NET to produce reports? In MS Access, there si report
tool. Thanks
... more >>
Printing DataGrid
Posted by JasmineC at 10/12/2004 8:23:02 PM
Hi there!
I'm having some problems printing out my windows form. Here's what I need to
do:
I need to print a datagrid off a windows form, however the datagrid is
bigger than screen. When I tried to print the datagrid, it only print
whatever is on the screen and it cut off the rest. I'm not f... more >>
Can't open form in IDE when project opened from mapped drive
Posted by MC at 10/12/2004 7:38:49 PM
Hi all,
I've read the various posts concerning file access on mapped drives--I
think problem is different:
The problem: Open a VB Winforms project from a mapped drive and all
files open fine except form files. Their code opens fine but trying
to open them in the form designer I get (for in... more >>
RichTextBox not Available
Posted by Anne at 10/12/2004 6:59:02 PM
Hi All,
I need to use RichTextBox 's LostFocus event, but on my .net toolbox, the
RichTextBox control under Windows Forms and HTML tabs are grayed out. How can
I drag it to my web form then?
Please Help. Thank you in advance.
--
Anne... more >>
download file to client machine
Posted by Nimesh at 10/12/2004 6:07:12 PM
Hi All,
I am new to ASP.NET. I need to download a file from server to the client
machine.
Any ideas on how to go about this ?
Thanks In Advance.
... more >>
What programming language
Posted by dev-jared NO[at]SPAM shaw.ca at 10/12/2004 5:43:04 PM
This is going to seem like a generic question that has been posed 1001
times and is probably very subjective, but I need some real world
answers, rather than textbook answers.
Let me give my background in 2-3 sentences:
1. I am a developer who has been programming for about 3 years and
have d... more >>
deserialize an object serialized in c
Posted by Christopher Dedels at 10/12/2004 4:19:50 PM
Is it possible to deserialize an object which was serialized in c/c++? If
so, how?
Regards,
Chris
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
HTML Renderer
Posted by Michael C at 10/12/2004 2:47:36 PM
Anyone know of a good HTML Rendering control? I need a control that will
render and display HTML in a Windows form. It doesn't need to pull down
HTML pages from the Web - I'll feed it all the HTML it needs to display.
I've already spent way too much time trying to get the Microsoft WebBrowser
... more >>
VB.NET + MS ACCESS
Posted by Kevin Robinson at 10/12/2004 2:00:06 PM
Can anyone recommend a book or source of info on how to use VB.NET with MS
ACCESS.
Visual Basic 5 and 6 had loads of such books describing how to carry out
all of the every day db activities but I cannot find much for VB.NET
Thanks
... more >>
Browser Helper Objects
Posted by JohnFol at 10/12/2004 1:43:36 PM
I am trying to make use of BHO's (and no not to write spyware). It seems all
articles relate to C++, whereas my background si in VB.Net
I've managed to understand that I need the following i/face defined
<ComVisible(True), InterfaceType(ComInterfaceType.InterfaceIsIUnknown),
Guid("FC4801A3-2BA... more >>
thread pooling and short lived threads
Posted by AlexeiOst at 10/12/2004 12:15:03 PM
Everywhere in documentation there are recommendations to use threads from
thread pooling for relatively short tasks. As I understand, fetching a page
or multiple pages (sometimes up to 50 but not tipical) from the Internet and
doing some processing on those would be considered to be a big/long... more >>
Connecting to Informix
Posted by John Spiegel at 10/12/2004 11:54:16 AM
Hey All,
This may be a bit off topic, but I'm looking for recommendations on sources
for OLEDB/ODBC drivers that will allow me to connect w/ ADO.NET to an
informix database hosted locally on a Linux box. I'll admit that next to
being able to connect to an existing driver given a connection st... more >>
Error executting Stored procedure using Microsoft Oracle managed p
Posted by Chetan at 10/12/2004 11:39:10 AM
Hi We have Oracle 8.1.7.4 and
using .net framework 1.1 with Microsoft client.
While executting the stored procedure we are getting an error message.
Here is our code.
here is the code that executes the Stored procedure.
Dim connstr As String
Dim conn As OracleConnection
D... more >>
how to download webcast
Posted by zbcong at 10/12/2004 11:08:12 AM
hello
i find following link:
http://www.microsoft.com/seminar/events/webcasts/library/default.mspx
that could link to archieved online webcast,but i can't find how to download
them.who can tell me,thank you!!!!
... more >>
Reproducible DataGrid problem
Posted by guy at 10/12/2004 9:25:02 AM
VS.NET 2003 , .Net Framework 1.1 SP1
Create a new WinForms project with one form.
on the form place a DataGrid and a TextBox.
(Just use the default names)
add the following code:-
Private al As New ArrayList
Private Sub Form1_Load(ByVal sender As Object, ByVal e As
System.Eve... more >>
do i need to install visual studio to fix this?
Posted by Sam at 10/12/2004 7:11:15 AM
we are running windows 2003 server. it has NET framework installed, but
doesn't have Visual Studio etc. installed on it. i created a new
sulotion/project on my development pc and FTP'd it up to our server with all
of the files from my dev. pc. i also created a \bin directory and copied
tth... more >>
open Excel/Htm file in Excel mode
Posted by zino at 10/12/2004 5:41:17 AM
I have a file that is created in Excel and saved as an htm file.
(if I open the file through Excel it open as Excel file, if I click on the
file name it open in internet explorer).
I need to read this Excel/htm file but in excel mode through VB.net, in
order to have acces to specifc cells an... more >>
Problem with .NET Array and TlbExp (10/12)
Posted by NOtcarvinSPAM NO[at]SPAM lycos.com at 10/12/2004 5:08:34 AM
I'm having a problem exposing a method from .NET to COM (specifically VB).
I had a pre-existing .NET Assembly that I needed to expose to COM. So
I created an explicit interface for the classes and methods I wanted to
expose, and then had my existing .NET classes implement them (pretty much
I ... more >>
Does a VB project work as it is in VB.NET ?
Posted by samir at 10/12/2004 4:13:05 AM
Does a VB project work as it is in VB.NET without changing any lines of code ?
Thanks.
... more >>
Combobox.SELECTEDVALUE within a DataGrid
Posted by Supa Hoopsa at 10/12/2004 3:43:10 AM
I have a databound combobox within a datagrid. I have set the DisplayMember
and ValueMember.
BUT, how do I capture the Value (SelectedValue) when the user changes the
selection?... more >>
Missing Text
Posted by Dingo at 10/12/2004 2:53:12 AM
Hi all,
I'm a total novice when it comes to .Net, but i'm having a problem when i
create buttons in Visual Stidio.Net the buttons appear and will carry out
there function,
but no text appears on the buttons?? So if anyone has had this problem or
know if it is an issue with java componets e... more >>
Help needed with a datatable
Posted by Stephen at 10/12/2004 2:25:30 AM
I am trying to add some code to below to include a datatable and fill the
datatable. The reason for doing this is so as I can check to see whether
there are any rows returned by the stored procedure. If there are no records
returned then this would give me an indicator and I can re-direct the ... more >>
Controls disappear after postback when added to a controlcollectio
Posted by Martin at 10/12/2004 1:13:03 AM
I run into a problem where an ASP CheckBoxList control disappears after being
added to a controlcollection. (Have not tested this with other Controls ...)
It takes a WebForm with 3 lines of codes to reproduce the behaviour
Create a WebForm with a CheckBoxList and a Linkbutton. Add a few item... more >>
remoting simple..
Posted by Tom at 10/12/2004 1:04:27 AM
hi I have a simple question.
I am writing a simple remoting app.. basically I have client/server and a
serialised service class.. the problem is I am doing some db work on the
server and I want to return a dataset and send it to the client.
now in my service class if I reference the dataset ... more >>
|