Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: shared keyword in vb.net Pin
Hossein Narimani Rad20-Feb-07 19:13
Hossein Narimani Rad20-Feb-07 19:13 
Questiontransfer attribute from 1 datagrid to another Pin
kendo1718-Feb-07 0:17
kendo1718-Feb-07 0:17 
AnswerRe: transfer attribute from 1 datagrid to another Pin
Johan Hakkesteegt23-Feb-07 0:40
Johan Hakkesteegt23-Feb-07 0:40 
QuestionSelectedIndexChange of DDL inside Datagrid.. HELP!! Pin
Huvandhuma17-Feb-07 19:50
Huvandhuma17-Feb-07 19:50 
AnswerRe: SelectedIndexChange of DDL inside Datagrid.. HELP!! Pin
Marcus J. Smith19-Feb-07 3:39
professionalMarcus J. Smith19-Feb-07 3:39 
QuestionCopy any Folder & its Sub Folder in My Document Pin
Vikash Yadav17-Feb-07 17:59
Vikash Yadav17-Feb-07 17:59 
AnswerRe: Copy any Folder & its Sub Folder in My Document Pin
MatrixCoder17-Feb-07 18:28
MatrixCoder17-Feb-07 18:28 
AnswerRe: Copy any Folder & its Sub Folder in My Document Pin
TwoFaced17-Feb-07 18:45
TwoFaced17-Feb-07 18:45 
You can use system.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) to get the path of the MyDocuments folder. As for copying a directory you'll need to create your own recursive routine to do that. I believe the System.IO.Directory and System.IO.File classes will be most usefull to you in that endeavor. Check them out and see if you can figure something out. If you need further help just ask.

As for creating a shortcut try google: http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGIC,GGIC:2006-40,GGIC:en&q=vb%2enet+create+shortcut[^]
QuestionColor of a Pixel in a image in a pictureBox Pin
charchabil0317-Feb-07 7:58
charchabil0317-Feb-07 7:58 
AnswerRe: Color of a Pixel in a image in a pictureBox Pin
Christian Graus17-Feb-07 9:48
protectorChristian Graus17-Feb-07 9:48 
AnswerRe: Color of a Pixel in a image in a pictureBox Pin
The ANZAC17-Feb-07 14:14
The ANZAC17-Feb-07 14:14 
Questioncrystal report multiple headings Pin
nilam1117-Feb-07 1:51
nilam1117-Feb-07 1:51 
Questiondatetime setting Pin
nilam1117-Feb-07 1:31
nilam1117-Feb-07 1:31 
AnswerRe: datetime setting Pin
nlarson1117-Feb-07 1:45
nlarson1117-Feb-07 1:45 
QuestionHow to deploy .net Crystal Report with .net setup project Pin
Ali 11016-Feb-07 23:38
Ali 11016-Feb-07 23:38 
QuestionColor of a Pixel in a image in a pictureBox Pin
charchabil0316-Feb-07 23:13
charchabil0316-Feb-07 23:13 
AnswerRe: Color of a Pixel in a image in a pictureBox Pin
Guffa17-Feb-07 1:12
Guffa17-Feb-07 1:12 
GeneralRe: Color of a Pixel in a image in a pictureBox Pin
charchabil0317-Feb-07 3:52
charchabil0317-Feb-07 3:52 
AnswerRe: Color of a Pixel in a image in a pictureBox Pin
Guffa17-Feb-07 9:31
Guffa17-Feb-07 9:31 
AnswerRe: Color of a Pixel in a image in a pictureBox Pin
The ANZAC17-Feb-07 14:11
The ANZAC17-Feb-07 14:11 
QuestionHow do i store my font and return back. Pin
.NetRams16-Feb-07 22:30
.NetRams16-Feb-07 22:30 
AnswerRe: How do i store my font and return back. Pin
Dave Kreskowiak17-Feb-07 10:37
mveDave Kreskowiak17-Feb-07 10:37 
QuestionHow to use AddressOf with a Function in an API into VB.Net Pin
MammadAlimoradi16-Feb-07 22:04
MammadAlimoradi16-Feb-07 22:04 
AnswerRe: How to use AddressOf with a Function in an API into VB.Net Pin
Dave Kreskowiak17-Feb-07 10:33
mveDave Kreskowiak17-Feb-07 10:33 
QuestionHow do i know my control have Set BringtoFront? Pin
.NetRams16-Feb-07 21:57
.NetRams16-Feb-07 21:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.