all groups > dotnet general > september 2005 > threads for thursday september 15
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
I am confused now....
Posted by Chris at 9/15/2005 7:35:04 PM
Hi,
I was just asigned a project and was doing some research and am now confused
with Enterprise Service, Remoting and Web Services. Now I am not sure which
will be benificial to my project. I need to create and expose a component to
process credit card payment and log the details to a databa... more >>
Microsoft Picture and Fax View
Posted by dkalsow at 9/15/2005 1:33:02 PM
Does any know if it possible to create an instance of Microsoft's picture and
Fax Viewer in a vb.net program and then pass it the picture to display? If
so does any one have any code examples on how to do it?
Thanks!
Dale... more >>
Button Modal
Posted by Joe at 9/15/2005 1:06:04 PM
I have 5 submit buttons and various text boxes on a web page.
My problem is - I have for example a text box that says:
City:______ <btnLookupCity>
But when the user types in their city and hits <RETURN>, it pushes another
button on the page instead of the button right next to the text box.... more >>
Button Click event
Posted by RichieRich at 9/15/2005 12:09:05 PM
How can I check if a specific button was clicked inside of a OnServerValidate
routine?
Thanks in advance.... more >>
Email attachment gets corrupted when sending using SMTP server
Posted by New User at 9/15/2005 10:54:04 AM
Hi,
I have a PDF file that I am trying to send as an attachment through a C#
program. Even though the PDF file can be opened by itself, sometimes the
same
file cannot be opened as an attachment. If I try and open the original PDF
file I have no problems.
I have used System.Web... more >>
Need ref. to mobile code
Posted by Anders Jacobsen at 9/15/2005 9:50:22 AM
Hey
Within the next months i am to determine my research topic. I know i want to
look into mobile code. With mobile code iImean code that can travel between
computers over a network. Not PDA applications and soforth.
My general idea is to some how serialize the call stack and send this and... more >>
Dynamic Sql Connection String
Posted by Mike Moore at 9/15/2005 7:49:05 AM
We are developing an asp.net web application. When we drag and drop the sql
connection object to the form we set the in the dynamic properties connection
string to use the connection string in the web.config file. Works Great
except everytime we need drag and drop a new data adapter on the fo... more >>
Response.Redirect inside a Try Catch block
Posted by Craig at 9/15/2005 7:43:41 AM
Can you put a Response.Redirect inside a Try Catch block?
I think you will get a thread Abored Error, true?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Splitter control width at start-up...
Posted by celoftis at 9/15/2005 7:33:59 AM
I have a VB .NET 2003 application with a spliter docked to the right. I
want to control the width of the split as the application starts... is
there a property to-do that? Here's what I have:
'Code above...
Me.mySplitter = New Splitter
Me.mySplitter.Dock = DockStyle.Left
'T... more >>
CreateProcessWithLogon and managed Processes
Posted by Eric Livingston at 9/15/2005 7:12:04 AM
Sample code below:
Dim iRet As Integer
Dim si As New STARTUPINFO
Dim pi As PROCESS_INFORMATION
si.cb = Marshal.SizeOf(si)
iRet = CreateProcessWithLogonW(UserName, DomainName, Password, _
LOGON_WITH_PROFILE, Nothing, CommandLine, _
... more >>
How to run an internet adress ????
Posted by serge calderara at 9/15/2005 2:48:02 AM
Dear all,
I have a menu item in my application on which when a click is executed
should open internet explorer and jum to the predifined adress.
Doing this generated an execption error like "file not foud", sound strange..
I launch it in the following way :
Dim sWebLink As String
sWebLi... more >>
EntLib June 2005 Exception Logging
Posted by tintin at 9/15/2005 12:04:42 AM
By using the EntLib config tool, we have to set the filepath at design time.
I'm looking for a way to set path of the log file at a variable path because
when i package and deploy my desktop application the trace.log file should
be in the application path.
How can i set a filename as th... more >>
Clipboard Related Question
Posted by S Shulman at 9/15/2005 12:00:00 AM
Hi
I want to write some VB code that copies to the clipboard then pastes it
later, however the Clipboard is a system device that is shared between all
applications and that may interfere with other application both ways.
Is there any way to solve this problem, I have noticed that some appl... more >>
outlook-like control
Posted by Alexander Bolotnov at 9/15/2005 12:00:00 AM
Hello all,
can someone suggest a way to create a GridView (possibly with DataGridView
in .net 2.0) that will look something like list of messages in outlook.
Basically, what I am trying to get is a Grid that will accept something like
TableLayoutPanel in it's columns, where I will be able t... more >>
changed Property of Public Control a Designtime on UserControl disapears!
Posted by DraguVaso at 9/15/2005 12:00:00 AM
Hi,
I'm having some weird behaviour, and I can't find any solution to this.
I made a UserControl (uclCommands) which contains a Toolbar (ToolBar1) with
Modifiers = Public.
I put this usercontrol on my form and call it Ucl1. In the Property Window
in the Windows Forms Designer I change Ucl1.... more >>
|