all groups > dotnet general > january 2006 > threads for monday january 30
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
Just in time compiling
Posted by Justin Naidl at 1/30/2006 10:55:05 PM
A group of friends and I are doing a RPG (role-playing game) maker for a
school project. It occured to us, however, that if you want the user to be
able to have almost complete control over the contents of his/her game, that
you would end up with a tiny executable and a huge datafile. We wanted... more >>
.net blogging software?
Posted by Darrel at 1/30/2006 9:04:06 PM
Are there options out there? .text is the only thing I can find and it
hasn't been updated in a long while.
-Darrel
... more >>
Building a ITEMIDLIST from a number of SHITEMID structs
Posted by Peter Larsen at 1/30/2006 7:21:00 PM
Hi,
I'm new to C# and need help to build a list if pidl's (ITEMIDLIST).
I am currently working on a shell-browser, and i think i have most of it
done right now - except from the icon stuff.
Up to now i have used SHGetFileInfo to load the icon-index, but its slow and
doest'n work on network ... more >>
Type cast
Posted by Peter Larsen at 1/30/2006 7:11:37 PM
Hi,
How do i type cast a type to an array of type,
e.g. IntPtr to IntPtr[] ??
/Peter
... more >>
Panel Control
Posted by Gomathi at 1/30/2006 5:09:08 PM
hi all,
Can i have vertical scroll bar inside a panel or place holder?
Is it possible?
Possible means how to do that one?
Regards,
Gomathi
... more >>
Saving Checkboxlist settings in VB 2005 for Each user.
Posted by mattfracassa NO[at]SPAM hotmail.com at 1/30/2006 12:51:14 PM
VB 2005, .net 2.0
Is there an easy way to save the items checked in a CheckedListBox for
each user (so that everytime the user opens the app, it remembers and
displays what was checked.)
I know I can make a collection in user settings, and save/retreive
items by looping through the indices.... more >>
Fatal Error
Posted by Stephanie at 1/30/2006 10:59:29 AM
I have VB.NET 2003 installed that I used in a recent college course. It
worked fine. This week I started another class and when I went to open a
project, I got a fatal error.
I tried to reinstall VB.NET and got the same error.
I tried to UNINSTALL VB.NET and got the same error.
At the... more >>
Problem inheriting managed C++ from C#
Posted by PDHB at 1/30/2006 10:59:28 AM
Hi.
I have an interface written in managed C++. I try to implement the interface
in C#. I try to override the function, but the compiler says no suitable
function can be found to override. If I remove this function the compiler
complains that it is not implemented. The code is below. I can ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem Crystal
Posted by chinobi27 at 1/30/2006 10:47:27 AM
Considered...
It wanted to know if it is possible to group of vertical form in a report.
EXAMPLE:
A | B | C | D
2 4 0 0
3 0 5
AT THE MOMENT:
A
2 3
B
4
C
0 0
D
0 5
--
Victor Gutierrez... more >>
Advice
Posted by Chris at 1/30/2006 10:22:45 AM
Hi,
I need to send some files weekly (generated by another program) to some of
our customers. I was thinking of writing a program to do just that, however,
wouldn't be better to create an addin for outlook so the user can basically
see a list of the customers being emailed and click a button ... more >>
Start and Stop service on remote server programatically
Posted by Chris Dunaway at 1/30/2006 8:53:32 AM
I need to be able to start and stop a service on another computer on
the network. But I cannot connect to the other computer using my
standard user credentials. I have a separate login for that for which
I use Remote Desktop to connect to the other machine.
The other machine is a test serve... more >>
String Constructor (Char, Int32) not working?...
Posted by Eric at 1/30/2006 7:30:28 AM
Initializes a new instance of the String class to the value indicated by a
specified Unicode character repeated a specified number of times.
String Constructor (Char, Int32)
Why am I getting these errors:
1) C2078: too many initializers and
2) C2440: 'initializing' : cannot convert from '... more >>
FileSystemWatcher - New Form Hanging
Posted by Frederic H at 1/30/2006 6:56:09 AM
Hi,
I have a problem when I try to open a new form with the Changed event
(FileSystemWatcher) : the form hangs just after the paint. But I use the same
function (OpenFormPerform) to open a new form when I click on the Button1 and
it works fine. I think that it's a problem with thread or ap... more >>
document to PDF
Posted by aj at 1/30/2006 6:41:27 AM
Hi,
We need to convert any document to PDF in .NET. Is there any component
available which can readily convert .doc file to PDF.
We are looking for free components only.
Please reply ASAP.... more >>
Question Regarding HashTables
Posted by Terrance at 1/30/2006 5:13:27 AM
Hello, I have a question in regards to hashtables that I was hoping someone
can share some light on. I'm currently working with VB.net and I'm trying to
learn as much as possible about the developer software. Can someone clarify
what a hashtable is? What is it's purpose? Why/when should one b... more >>
n-Tier development
Posted by Steve Barnett at 1/30/2006 12:00:00 AM
Ok, I've never done n-Tier development and I'm getting confused...
Assuming I have a business layer and a data access layer that may be running
on different machines, how does my business layer know where my data access
layer is running? What is it I have to do in the business layer that
"c... more >>
|