all groups > vb.net > april 2007 > threads for saturday april 28
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
Persistent settings
Posted by John at 4/28/2007 2:13:24 PM
Hi
I need to store the path to db in my app. I have used app setting for this.
Unfortunately various clients have different db paths and I have set them up
once on each client location. The problem is that when I send them updates
and they uninstall the old version and reinstall the new versio... more >>
Persistent settings
Posted by John at 4/28/2007 2:12:09 PM
Hi
I need to store the path to db in my app. I have used app setting for this.
Unfortunately various clients have different db paths and I have set them up
once on each client location. The problem is that when I send them updates
and they uninstall the old version and reinstall the new... more >>
Send keystroke to a datagridview control
Posted by Bernardo Salazar newb at 4/28/2007 10:20:02 AM
Hi everybody...
i need help with this issue: i have a textbox control with the focus. at
side, i have a datagridview control populated with some data. i need to
control behavior of dgv control from textbox. when i press pagedown/pageup
key (in textbox), i need to send that key to dgw, to move... more >>
a vb calculator, but with a twist.??
Posted by Ron at 4/28/2007 9:00:36 AM
Hello,
I made a vb calculator just a simple one using code like this.
ansmult = txtinput.text * txtinput.text
ansplus = txtinput.text + txtinput.text
but my calculator works like this. I enter in a number say 20 when I
hit the + , *, -, / operator signs, the 20 goes away from the testbox
... more >>
vb equivalent
Posted by John at 4/28/2007 12:20:54 AM
Hi
What is the vb.net equivalent of vb set x = nothing?
Thanks
Regards
... more >>
Zipping files
Posted by John at 4/28/2007 12:15:26 AM
Hi
Is there a way in vb.net to zip files?
Thanks
Regards
... more >>
vb.net c# mix
Posted by John at 4/28/2007 12:00:00 AM
Hi
Can I add classes written in c# to my vb.net project? If so how can I call
c# classes? Same as in vb.net?
Thanks
Regards
... more >>
|