all groups > dotnet general > november 2004 > threads for tuesday november 16
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
RegEx
Posted by dimension at 11/16/2004 11:39:01 PM
Hi,
If i have a string like this:
"<td class="yfnc_tablehead1" width="75%">Float:</td><td
class="yfnc_tabledata1">2.20M</td>
<td class="yfnc_tablehead1" width="75%">Outstanding Shares:</td><td
class="yfnc_tabledata1">222.20M</td>"
And i wanted to parse the value for Float and OutStanding... more >>
Using DAO 3.6 in .net environment
Posted by Eyal at 11/16/2004 9:48:33 PM
Hi
I would like to use DAO 3.6 dll for connecting to MsAccess in .net
environment.
I need to use that component since I have tried the other providers like
ADO, AdoDB , OleDB and they are very slow for my purpose.
I tried Dao 3.6 using vb6 and its very fast.
I don’t know which kin... more >>
Browser compatibility
Posted by Rob Oldfield at 11/16/2004 9:33:20 PM
Just a quick and hopefully straightforward question.... are there any issues
with web sites based on .Net not working correctly (or at all) for clients
using non IE browsers (Mozilla and Firefox being the two major concerns
obviously)?
Thanks
... more >>
shape and mdi 2 questions
Posted by gary at 11/16/2004 9:22:03 PM
I am building a simple window form application with c#. Now I get 2
questions:
1. I need a control like shape control which could let me lay shape(circle,
line etc..) in form. does c# have one?
2.I put a pictureBox in mdi form as background image. but when I show a
mdiChildForm, the picture... more >>
How can i view methods of a windows dll (or com) like advapi32.dll
Posted by aiKeith at 11/16/2004 8:18:01 PM
Could you tell me how (or what tools) I can use to view the available methods
of a dll that is not .net - such as the advapi32.dll?
... more >>
Visual studio missing namespace classes/objects?
Posted by dimension at 11/16/2004 7:24:01 PM
Hi,
in visual studio 2005 beta, when i type "using System.Web." no code complete
helper pops up. Similarly, when typing "using System.Net." i do not see an
HttpWebRequest in the list that pops up. According to the documentation,
HttpWebRequest should be a part of the System.Web namespace. ... more >>
Generate Big Integers
Posted by Mohit Gupta at 11/16/2004 7:04:02 PM
How do I generate Big Integers in VB .NET?
For example, if I have a number like
98908324328432864872364234623874682342234234242342
that can't be stored in INT64 or INT32 type variable. How can I generate it?
Secondly, how will I multiply 2 big Integers?
Your help will be... more >>
VB.Net Security Issue
Posted by birdie at 11/16/2004 5:32:01 PM
I have just finished developing a application that needs to be run on our
network of computers. It would be preferable that it run from a network share
stored on one of the servers, but I can't get it to run from either the
network share or even the local drive. I have tried relaxing the secur... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Referencing Assemblies
Posted by john bailo at 11/16/2004 5:17:05 PM
This is a multi-part message in MIME format.
--------------050705080109080002020900
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
I installed WSE 1 and WSE 2 using the msi files.
I see both registered in the GAC.
However, when I try to refere... more >>
Help with Openning MS Access from a web Page
Posted by Abiba at 11/16/2004 4:27:01 PM
How can I open MS Access ade file from an aspx page without asking the uer
wheather they want to save or open. Sorry am a newby
Many thanks.... more >>
Handling different versions of office
Posted by Jonathan Fong at 11/16/2004 4:23:43 PM
Hi, I am seeking advice about handling different versions of APIs of office
which I am writing a plug-in application for it in C# language. Which is
the best way to do?
1. Resolving different API using reflection.
2. create different setup files for each version
Is th... more >>
How to access C# library from C++ client
Posted by Ghanashyam at 11/16/2004 3:26:05 PM
I developed a simple C# library.Then produced a type library using the regasm
utility.And when I viewed the type library using objectbrowser(VB) or OLE/COM
Viewer in VC++ ,I could not see the member function of the class.
Pl. help on how to access C# library from C++ client.
using System;
C... more >>
Convert data to a printable format
Posted by Sean at 11/16/2004 2:30:16 PM
Hi,
I have a situation here regarding a VB.net application. I
need to convert a bunch of data to a presentable and
printable format.
Is there an economical (perhaps an open source third party
library) and easy way to do this? (For example: may be
build an XML document from the data and... more >>
Isn't this possible in C#???
Posted by Ramakant Kasar at 11/16/2004 2:22:06 PM
Hi All,
I have come across an application that runs in background and records the
communication over the Serial Port. How it works is, the sample application
needs to be started and mapped to a serial port say COM1. Then the
applicaiton starts waiting for the data over the configured port an... more >>
Question about embedded resource
Posted by leodippolito NO[at]SPAM terra.com.br at 11/16/2004 2:04:09 PM
Hello sirs,
I have a project for a .DLL in .NET that has an XML file as embedded
resource. Is it possible to update/substitute this embedded resource
in the DLL without having to re-compile the project?
Thanks in advance,
Leonardo... more >>
Good Books on ASP Net
Posted by Andy at 11/16/2004 1:18:03 PM
Can some one recommend a good book for asp classic developer to get into ASP
net ?
Thanks
Andy... more >>
SSL and transfer
Posted by Philip Korolev at 11/16/2004 1:00:32 PM
This is a multi-part message in MIME format.
------=_NextPart_000_000B_01C4CBDC.41AC6FC0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi All.
I am attempting to use SSL for the first time with ASP.NET I would like =
to be able to send my fo... more >>
Printer question
Posted by Alejandra Parra at 11/16/2004 12:26:01 PM
In my code, I print a dataSet
' get grid's PrintDocument object
Dim pd As System.Drawing.Printing.PrintDocument
pd = flexgrid.PrintParameters.PrintDocument()
' set up the page (landscape, 1.5" left margin)
With pd.DefaultPageSettings
..Landscape = False
..Margins.Left = 50
Dim a As New Pri... more >>
mixing c++ and vb.net
Posted by philip.dizon NO[at]SPAM gmail.com at 11/16/2004 12:16:59 PM
I have a C++ object with me, and I want to be able to
call its methods from VB.net. I don't know if this is going to make a
difference but I'm using VS .NET 2002.
e.g.
[c++ code]
Foo::Foo
{
}
void Foo::Display_Message()
{
printf("Hello World");
}
[vb code]
Dim myStringInstance ... more >>
regitering the Com Component in .net for the first time
Posted by KritiVerma NO[at]SPAM hotmail.com at 11/16/2004 12:04:06 PM
Please advice. I am trying to registera Com Component for the first time
andif i try to do
TlbExp VbDll.Dll in my cmd window
it gives me an Error as 'tlbexp' is not a recognized as an Internal or
external command operable program or batch file.
Please advice
thanks
samay
... more >>
Repair, compact an access database from .net
Posted by Roy at 11/16/2004 11:59:03 AM
Hi all,
Is it possible to repair, compact an access database from dotnet? If yes,
please tell me how.
Thanks in advance,
Roy... more >>
IDE console question
Posted by kevininstructor NO[at]SPAM state.or.us at 11/16/2004 10:41:03 AM
Can the IDE console window be cleared via VB.NET code ?
Thanks for your time.
Kevin
... more >>
SSL forms
Posted by VK at 11/16/2004 10:10:05 AM
Hi,
A form is being called on many different pages(VB.NET). We have to now
make the form as HTTPS, since some sensitive information is being
collected on form. I tried creating a meta refresh tag on form1.aspx as
is
<meta http-equiv="refresh"
content="0;https://<www.myurl.com>/form/form1.asp... more >>
Problems with Indexing Service for Search Engine
Posted by Brent at 11/16/2004 9:36:43 AM
Hi,
I have indexing servicing working fine on my test server for a search engine
in C# ASP.NET, but when I tried to make one on our live server, its not
working correctly. The index only returns results for pages in the root so
far. It seems like the indexing doesn't want to finish. It is lis... more >>
Newbie: Datagrid not displaying
Posted by JRM at 11/16/2004 9:34:03 AM
I've used ASP a lot in the past, and I'm trying to switch to asp.net and use
datagrids (bigger difference than I thought). I am also fairly new to Visual
Studio 2003. I've created my datagrid in the designer (connection, adapter,
grid, etc). I can click on my adapter and preview the data, a... more >>
web service to client question
Posted by R.A. at 11/16/2004 9:33:47 AM
Hi,
I have a web service that process a client call. When a client makes a call
to the web method the method needs to query some data from a client_A and
return the data to the calling client_B. How should I design the way the web
service will call client_A to retreive the data needed for clie... more >>
Margins incorrect when printing a report
Posted by Maurice Mertens at 11/16/2004 9:24:13 AM
Hello,
I'm trying to print a report to the printer but somehow it doesn't take the
margins I set.
I want the report to have a margin of 0.7 cm (397 twips), so in code I use
the following:
dim rpt as New rptOverview
margins = rpt.PrintOptions.PageMargins
margins.bottomMargin = 397
m... more >>
Satellite Assemblies using the Assembly Linker
Posted by cindy.fisher NO[at]SPAM emersonProcess.com at 11/16/2004 9:04:00 AM
I'm trying to create a satellite assembly for my winform project but
the resource.dll that gets created with the assembly linker (al.exe)
doesn't get used when the language is specified. However, if I create
the satellite assembly in VS by compiling the project with the the
translated .resx file... more >>
validate a date
Posted by Stephen at 11/16/2004 7:28:02 AM
Is there any way of using a validation control in c#.Net which finds out if
the date provided in a textbox is equal to or greater than the current date.
Does anyone know how to do this. Or does anyone know how to do this using c#
code.
Thanks for any help anyone is able to give me.
... more >>
Validating two textbox controls
Posted by Stephen at 11/16/2004 7:28:01 AM
Im trying to do a function to validation two textbox controls. I want the
user to enter in text to either txtSurname or txtCompanyName but not both. Is
my logic wrong and if so can someone help me change this to achieve my goal.
Im really terrible at this and am under pressure to get it done ... more >>
netfxupdate.exe
Posted by DanS at 11/16/2004 7:16:33 AM
Found this in
HKLM\Software\Microsoft\Windows\CurrentVersion\Run\"NetFxUp
date_v1.1.4322" "C:\WINNT\Microsoft.NET\Framework\v1.1.4322
\netfxupdate.exe" 1 v1.1.4322 GAC + NI NID"
We're running W2K Pro SP4 with all the latest patches.
Does anyone know if this item is supposed to be there, or... more >>
404 Error Redirects
Posted by VK at 11/16/2004 6:20:17 AM
Hi,
We built a new site using ASP.NET.
Our old site used mainly static pages, .shtml pages.
The issue arises when user searches and results with .shtml pages are
still be displayed by search engines. I have added some code in
webconfig file to redirect error, also changed in IIS Custom er... more >>
HTTP Get/Post from a command line C# app
Posted by Bredhal Jensen at 11/16/2004 5:17:48 AM
Hello,
I want to post http get and post request to a web server .
I know how in an asp.net web app but , the application here is a command
line app.
How can this be done?
Many Thanks
BJ
... more >>
Developing Windows Taskbar Toolbar
Posted by Kevin Lippiatt at 11/16/2004 4:59:02 AM
I want to develop (in .Net) a toolbar for the windows taskbar similar to the
Address Bar or the Media Player Control bar. I've been scouring Google for
some pointers, examples or anything to help me start, but I've not found
anything. Does anybody have any pointers or know of any info out ther... more >>
Calling user control from VBScript (managed and un-managed)
Posted by b.bardugo NO[at]SPAM gmail.com at 11/16/2004 4:57:21 AM
Hi all,
I have a C# user control (a little app I made to display video). In
this code I am using a third party .dll, which is written in C++
(un-managed). I am tring to put this control on a web page and somehow
the managed code is working OK but when it arrives the part of the
code where it is... more >>
asp.net +VB: get autonumber id
Posted by denis at 11/16/2004 3:25:01 AM
hello guys
I'm a novice for Asp.net, since now I've always used asp
I need to insert a record in an access database and get the last id of an
autonumber field
Can you please help me?
thanks... more >>
.net's altenative to java beans
Posted by sickky at 11/16/2004 2:19:09 AM
HI
please could anyone give me any links/URL's that i could visit for good
tutorials / examples on what .net uses as an altenative to java beans ?
as far as i can find out it uses "com" and wizards is this true ???
Thanks!!!! ... more >>
Date Formate when using ds.WriteXml
Posted by Robert Scarborough at 11/16/2004 1:48:02 AM
I have a Table in a Typed Dataset which contains a Date field called
EventDate.
I've ensured that the field is defined as Date as opposed to DateTime in the
Typed Dataset.
When I generate an xml file from an instance of this typed dataset using the
ds.WriteXml method, all the dates come out f... more >>
|