all groups > dotnet general > april 2006 > threads for friday april 7
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
vb.net:converting from byte array to string and back again
Posted by movieknight NO[at]SPAM gmail.com at 4/7/2006 6:31:28 PM
Hi,
I have an application that stores raw .wav files (and also
jpgs/bitmaps) within strings, and I need to sometimes convert these
strings to byte arrays, and sometimes go from byte arrays back to
strings.
How do I convert this raw data from one format to another? I don't
think system.te... more >>
Run app with elevated privliges
Posted by Brian at 4/7/2006 2:17:01 PM
I am writing an app to remotly stop and start windows services. I have the
app working fine as long as you have Admin rights to the remote box (where
I'm stoping services). I want to allow a user (who is not a admin) to run
this script with some sort of elivated privliges. So is there a way... more >>
Highlighter RichTextBox control
Posted by Ludwig at 4/7/2006 12:40:44 PM
Hi,
thanks to the insight that Kevin Spencer gave me concerning my regular
expressions question from a few days ago, I managed to create a first
version of my (free) Highlighter RichTextBox control. In short: it
highlights portions of text in specified (fore- and background)colors,
with a spe... more >>
framework 2.0
Posted by bindurajeesh at 4/7/2006 11:09:01 AM
How do I know which redistribution and sdk packages to install? x86, x64, ia64... more >>
Help Creation in VS 2005
Posted by vul at 4/7/2006 10:44:39 AM
I'm using HTML Work Shop along with FrontPage for Help development for VB6
application.
What is used for Help System creation for VB2005 application? The same tool,
or there is something newer?
Thank you
Al
... more >>
connecting to bluetooth profile
Posted by Logan at 4/7/2006 10:35:44 AM
I am interested in programmatically connecting my computer to my cell
phone's bluetooth Hands-Free Profile (HFP). So can can use my computer to
answer and make calls as well as route the audio through my computer
headset. I have found a lot of information on the profiles themselves, what
I ... more >>
XML Documentation
Posted by Tom Costanza at 4/7/2006 10:30:33 AM
Is there an xsl sheet that will transform the xml generated by the compiler
into something readable? NDoc doesn't seem to support VS2005.... more >>
What is C#'s default(of T) in VB.NET ?
Posted by herbert at 4/7/2006 10:30:20 AM
When initiating a variable in a generic class, C# uses default(of T).
How does a VB.NET guy code this?
thanks herbert... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
dotNet vs Java
Posted by Shayaan Siddiqui at 4/7/2006 9:46:45 AM
Hello
I am working on a new project and I would like to do it in dot Net
Can someone provide me with good irrefutable reasons to do it in dot net
than J2EE?
Shayaan... more >>
An exception 'System.ExecutionEngineException' has occurred in ser
Posted by NormD at 4/7/2006 6:41:02 AM
An exception 'System.ExecutionEngineException' has occurred in servername
I have deployed a windows application on a server; I'm running the same on
my pc using http://servername/myApps/myApp.exe. myApp.exe contains some third
party controls used to display data in a grid and to print a previ... more >>
VB .Net circular dependency error
Posted by djm at 4/7/2006 5:56:02 AM
I have a method in a "Business" Class that needs to call a method in a "UI"
Class
Currently, the "UI" Class calls methods in the "Business" Class...this I
can't change.
When I tried to add a reference to the "UI" in the "Business" project, I got
an error saying I couldn't because of circul... more >>
PtrToStringAnsi returns error while using LookupAccountSid functi
Posted by AndyL at 4/7/2006 2:21:38 AM
Hi,
i want to enumerate the name of the user from a SID string. So I use the
LConvertStringookupAccountSID function.
It looks good up to the converting the name pointer to a string. I receive a
Null reference error. Why????
Here my code:
Declare Function ConvertSidToStringSid Lib "ad... more >>
Weird BindingList - BindingSource problem: Add(New)/Insert/... not called
Posted by Pieter at 4/7/2006 12:00:00 AM
Hi,
I have a custom List that inherits from BindingList.
It has some methods overloaded, like the Add/Insert/etc to add and remove
some eventhandlers when adding or removing an item T of the list.
The problem happens when:
- I use such a BindingList as DataSource for a BindingSource.
- Ad... more >>
|