all groups > c# > march 2007 > threads for sunday march 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
connecting to sqlite
Posted by bla at 3/18/2007 11:41:28 PM
i have a sqlite3.dll but i always get errors when trying to reference it.... more >>
Web browser automation in .NET
Posted by Ludwig Wittgenstein at 3/18/2007 11:34:21 PM
Hi, all.
Does anyone know of any .NET library that can do web automation? I
was trying to use SHDocVw myself but I'm having so much problems
capturing the events and getting document elements. Is there a library
that can do all this?
Thanks,
... more >>
How can I draw graphics?
Posted by Overseer at 3/18/2007 11:13:22 PM
What is the best way to draw graphics like Task Manager's Performance
Graphic??
... more >>
Regular Expressions Help
Posted by JoeW at 3/18/2007 9:31:34 PM
Sorry if I am asking something has already been asked but I am
somewhat stuck on a problem with regular expressions. My task is
simple: take an HTTP url and remove all the characters after the .com|
org|edu TLD identifier and return the string. So far all my attempts
have been unsuccessful. Basi... more >>
Splitting Name and Value Parameters
Posted by Jeff Williams at 3/18/2007 9:27:32 PM
I have a string which is formated like this
Name1=Value1; Name2=Value2; Name3=Value3
I need to split this to an array of
Name1=Value1
Name2=Value2
Name3=Value3
What is the best way to split the Name and Values so I can place them
into an array.
Regards
Jeff
... more >>
Navigating between forms
Posted by ganesh at 3/18/2007 9:24:23 PM
hi
i have a simple application that has 2 forms - FormA and FormB. I have
a button on FormA that opens up FormB, but I need to hide FormA first
(not close, since i do not want to lose the data collected on FormA).
So, I used the Hide() method for this. On FormB, i have another button
that sho... more >>
Looking for a job?
Posted by good_online_jobs at 3/18/2007 7:47:53 PM
Free. Find a Job here now--> http://www.jobbankdata.com
... more >>
How do I pass a string to a new form
Posted by mcmillan NO[at]SPAM viselect.com at 3/18/2007 7:22:56 PM
Hi:
I have MS C# 2005 Express Edition and I'm trying to pass a string to a
new form in my project.
First I created the form, Customer, with a textbox, "textBox1", and
declared a string "name":
namespace myProject
{
public partial class Customer : Form
{
public string name;
publ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WCF not returning data in DataTable, even though that's what I told it to do
Posted by Ronald S. Cook at 3/18/2007 6:41:34 PM
Thanks for reading this.
I've successfully implemented a WCF solution. However, even though I
designate the return type to be DataTable in my class on the server (hosted
under IIS), it comes back as the following in the generated proxy class:
Public Function SelectCountryByID(ByVal guiID ... more >>
Controlling a TV/PVR card : looking for brands and models with known API's
Posted by Sagaert Johan at 3/18/2007 6:28:17 PM
Hi
I want ot control a a TV / FM Tuner pci card using C# , any hints or
recommendations on models that have a known set of API's to control them
with C#
( or through p/invokes ) ?
Johan
... more >>
How to derive from textbox to get an autoscroll property?
Posted by sherifffruitfly at 3/18/2007 4:40:24 PM
Hi,
I want to derive of of TextBox, and add on an auto-scroll-to-bottom
boolean property. I can use a regular textbox (rich or otherwise) and
get the effect by:
mytextbox.append("my text");
mytextbox.focus();
mytextbox.scrolltocaret();
What sorts of things do I need to look into in orde... more >>
Polymorphy Problem
Posted by mfunkmann NO[at]SPAM yahoo.com at 3/18/2007 4:27:59 PM
Hi there,
I was trying to pogram a class hierachy, and it worked great until I
was trying to implement GetModel, for some reasons I can't acess it in
the main program. But if I add the GetModel-function in the Auto
Object it suddenly it suddelny works, I am not sure want went wrong
there..
... more >>
Get currently logged in user's ojectGUID
Posted by MuZZy at 3/18/2007 3:44:10 PM
Hi,
I am looking to find a way to get currently logged in user's object GUID
without querying ActiveDirectory. For example, when i log in to my
laptop from home, I'm not on the office network so i can't reach AD but
I'm sure i still can get my AD's objectGUID, as the profile is cached
loc... more >>
Form not painted. Or is it?
Posted by Nayan at 3/18/2007 12:31:08 PM
I have been working on a card game (called Uno) for past few days.
Language used : C# 2.0
When I start a new game, a dialog window pops up asking the name of
the player. I enter the name, and then cards are distributed to the
computer and player. Then I set a flag true, to signal that the clie... more >>
How to get current drive mapping
Posted by Dave at 3/18/2007 10:11:03 AM
I am actually trying to get the UNC path of the main module of a process
running from a mapped drive, and I am trying to do this from a service. The
ProcessModule class only provides the full path with the mapped drive letter,
but the drive letter refers to the drive mapping for the user that ... more >>
Looking For computer Job?
Posted by good_online_jobs at 3/18/2007 9:01:48 AM
Simply Find Your computer Job Vacancy and resources here -->
http://www.jobbankdata.com/job-computer.htm
... more >>
WinForm sizing problem in different computers
Posted by lamxing NO[at]SPAM gmail.com at 3/18/2007 3:30:04 AM
Hi,
I've come across a strange problem with the WinForm's sizing.
I've designed a WinForm and it runs fine on my computer and some other
PCs. But when I was trying to run the app under some PCs with wide
screen, some of my controls on the WinForm will automatic resize
themselves to be b... more >>
Application takes a long time to open a dialog after some time
Posted by nagar NO[at]SPAM community.nospam at 3/18/2007 12:00:00 AM
I noticed this behavior in a C# application. For its nature the
applications stays mainly minimized to the tray icons
As soon as it's launched the application responds normally. After a
while, when I double click on the tray icon to show the window or I
type a shortcut to open a new dialog (whic... more >>
Load Image
Posted by Bob at 3/18/2007 12:00:00 AM
Hi,
I have a pictureBox.
What is the most efficient way to load an image (png) : FromFile or
FromStream ?
The picture Box is set to Visible = True or Visible = False at the run time.
For the moment i use FromFile, but sometimes, i have an error saying that
the file is all ready in use (can... more >>
|