all groups > vb.net > march 2005 > threads for sunday march 13
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
Main Menu is Invisible
Posted by S Shulman at 3/13/2005 10:34:35 PM
Hi
The main menu is just not visible on a regular form
I think that at some point it was visible but I havn't got a clue why it
changed
Any ideas?
Thanks,
Shmuel Shulman
... more >>
Grouping ctrl without relative tab ordering
Posted by Dhawal Patel via .NET 247 at 3/13/2005 9:51:39 PM
Hi, I'm looking for =2ENet equivalent of Frame Control=2E Though=
GroupBox and Panel controls are available in =2ENet, there is a=
slight change in behaviour=2E Both GroupBox & Panel have relative=
tab orders=2E But in a Frame ctrl, we can tab out to a control=
outside the Frame Container an... more >>
Generating Menu at run time
Posted by Sen at 3/13/2005 7:55:04 PM
Is there any source code/demo/sample to generating menu in MDI form at
runtime ?
I did tried to code myselft but very confusing haven't success yet.
Sen
TIA... more >>
Get last access date of desktop shortcut
Posted by yxq at 3/13/2005 7:44:41 PM
Hello,
The XP Desktop clean wizard can get the last access time of desktop
shortcut, i found that the info come from
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count"
The valuename and value are encrypted using ROT1... more >>
radiobuttonlist is showing text
Posted by Brent at 3/13/2005 6:16:38 PM
I have several radiobuttonlists that I don't want the
text to show for. I have made that so through the
datalist item editor. It looks great in designtime but
it shows text at runtime. The text it is showing is what
i have entered as the values for the radiobuttonlists.
Any thoughts ... more >>
how do I get the highest value from an array
Posted by Jan at 3/13/2005 5:47:50 PM
Hi there,
Is there a fast way to get the highest value from an array?
I've got the array strStorage(intCounter)
I tried something but it all and's to nothing
If someone good helpme, TIA... more >>
Parse Command Line Parameters
Posted by slonocode at 3/13/2005 5:47:13 PM
I have created a filter in Eudora email program that will notify a
program when the criteria is met. For instance if the filter criteria
is met it will send the following command:
C:\MyProgam.exe "C:\MyFile.txt"
I have been able to process the command line by writing a small sub main
in... more >>
saving event logs vb.net
Posted by marfi95 NO[at]SPAM yahoo.com at 3/13/2005 5:09:01 PM
I'm automating a piece of my app to allow my customers to send me a
copy of their event logs (for diagnostics) on demand just through the
click of a button. I know I can use the EventLog/EventObjEntry objects
and write the event entries to another flat file or xml or something
like that, but ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dragging a mail from Outlook/Outlook Express in to a .NET VB app
Posted by Jim Florence at 3/13/2005 4:31:21 PM
Hello,
I've just started to look seriousl at VB and .Net.
I have written a calendar app and am trying to find the best way to drag and
drop messages from Outlook/Outlook Express ditrectly in to the calendar.Not
looking for specifics really just the best way of dragging the message and
an... more >>
ANN: free DPack for VS.NET 2003/2005 v2.0.6
Posted by Sergey M at 3/13/2005 4:21:15 PM
Hi all,
I'm pleased to announce that after several months of development,
DPack 2.0.6 has been finally released. DPack is a free VS.NET
2003/2005 add-in collection. DPack includes various browser tools that
allow the developer to quickly narrow the search down to a particular
class, metho... more >>
How can I programatically do GPEdit tasks?
Posted by Jim Bob at 3/13/2005 3:35:06 PM
I have a mix environment where most of my user PC are not part of a
domain. They use Term Serv & Citrix to do their work.
I want to push som Group Policy settings to these non domaoin PCs.
I would like to do some tasks done in gpedit.msc through vb.net.
Is this possible? Is there a na... more >>
CollectionBase
Posted by barry at 3/13/2005 11:34:38 AM
My question is why is it that when using the inherits
System.Collections.CollectionBase in a class you defined, you can use the
members from the Ilist, Ienumerable and Icollection that you want but if you
defined a class using the interface Icollection, for example, you would have
to define all... more >>
'AddressOf' expression cannot be converted to 'Integer' because 'Integer' is not a delegate type.
Posted by Patrick Dugan at 3/13/2005 11:03:33 AM
I am *trying* to convert a VB6 program to vb.net. One error I am getting
that I cannot figure out is:
'AddressOf' expression cannot be converted to 'Integer' because
'Integer' is not a delegate type.
This is the offending line where the error is located:
res = UUIRTSetReceiveCallback(hD... more >>
Need Help Computing Volume of Cylinder
Posted by Basil Fawlty at 3/13/2005 10:34:46 AM
Hi everyone, I have an assignment, to create a simple VB program that
computes the volume of a cylinder. The Form is pretty simple, it has a
label and text box for base radius, another for height and another for
volume with an OK button. I have the code to put into the OK button (Which
I've do... more >>
Round Button
Posted by Zorpiedoman at 3/13/2005 9:13:04 AM
I am trying to create my own button control, but I want it round, not square.
I can draw the graphics just fine, but I wish there was some way to make the
background of the Usercontrol area transparent.
Is there a way to do this?
--
--Zorpie... more >>
Formatting "Short Time" in VB.NET
Posted by rehughes at 3/13/2005 6:31:04 AM
When I use: Format(datetime, "Short Time") or Format(datetime, "t") or
Format(datetime, "hh:mm") I always get an AM/PM value on the end of the time
string. How do I get a short time in military format without AM/PM? Thanks.
Bob Hughes
... more >>
BitMap to Control in Paint Event
Posted by Dennis at 3/13/2005 6:17:08 AM
I am trying to implement drawing on a bitmap and using bitblt to transfer
it to the control graphics object in the paint event. It seems to draw on
the bitmap ok but doesn't get transferred to the control graphics object in
the paint event. Any help would be appreciated. Here is my code:
... more >>
Shopping cart
Posted by gceng2 NO[at]SPAM hotmail.com at 3/13/2005 3:48:02 AM
Hi,
I am an old-vb6 programmer and like to step it to the dotnet vb.
Does someone have a nice sample code for a web shopping cart ?
Best regards from The Netherlands,
Gert... more >>
|