Click here to Skip to main content
15,896,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to change the font in the title bar Pin
Chatura Dilan5-Feb-06 14:50
Chatura Dilan5-Feb-06 14:50 
AnswerRe: How to change the font in the title bar Pin
Dave Kreskowiak5-Feb-06 16:53
mveDave Kreskowiak5-Feb-06 16:53 
GeneralRe: How to change the font in the title bar Pin
Chatura Dilan5-Feb-06 23:56
Chatura Dilan5-Feb-06 23:56 
QuestionHow to solve PInvokeStackImbalance problem! Pin
JUNEYT5-Feb-06 7:23
JUNEYT5-Feb-06 7:23 
AnswerRe: How to solve PInvokeStackImbalance problem! Pin
Dave Kreskowiak5-Feb-06 7:30
mveDave Kreskowiak5-Feb-06 7:30 
GeneralI am sorry I forgot the header Pin
JUNEYT5-Feb-06 7:40
JUNEYT5-Feb-06 7:40 
GeneralRe: I am sorry I forgot the header Pin
Dave Kreskowiak5-Feb-06 7:47
mveDave Kreskowiak5-Feb-06 7:47 
GeneralI have stated it below! Thanks Pin
JUNEYT5-Feb-06 7:55
JUNEYT5-Feb-06 7:55 
GetShortPathName

The GetShortPathName function retrieves the short path form of the specified path.


DWORD GetShortPathName(
LPCTSTR lpszLongPath,
LPTSTR lpszShortPath,
DWORD cchBuffer
);

Parameters
lpszLongPath
[in] Pointer to a null-terminated path string. The function retrieves the short form of this path.
In the ANSI version of this function, the name is limited to MAX_PATH characters. To extend this limit to 32,767 wide characters, call the Unicode version of the function and prepend "\\?\" to the path. For more information, see Naming a File.

Windows Me/98/95: This string must not exceed MAX_PATH characters.
lpszShortPath
[out] Pointer to a buffer to receive the null-terminated short form of the path specified by lpszLongPath.
cchBuffer
[in] Size of the buffer pointed to by lpszShortPath, in TCHARs.
Return Values
If the function succeeds, the return value is the length, in TCHARs, of the string copied to lpszShortPath, not including the terminating null character.

If the lpszShortPath buffer is too small to contain the path, the return value is the size of the buffer, in TCHARs, required to hold the path. Therefore, if the return value is greater than cchBuffer, call the function again with a buffer that is large enough to hold the path.

If the function fails for any other reason, the return value is zero. To get extended error information, call GetLastError.

GeneralRe: I have stated it below! Thanks Pin
Dave Kreskowiak5-Feb-06 8:21
mveDave Kreskowiak5-Feb-06 8:21 
Questionrandom Pin
rzvme5-Feb-06 2:12
rzvme5-Feb-06 2:12 
AnswerRe: random Pin
Guffa5-Feb-06 2:54
Guffa5-Feb-06 2:54 
GeneralRe: random Pin
rzvme5-Feb-06 2:56
rzvme5-Feb-06 2:56 
AnswerRe: random Pin
Guffa5-Feb-06 3:24
Guffa5-Feb-06 3:24 
GeneralRe: random Pin
rzvme5-Feb-06 6:58
rzvme5-Feb-06 6:58 
GeneralRe: random Pin
Chatura Dilan5-Feb-06 15:21
Chatura Dilan5-Feb-06 15:21 
Questionhow to load,plot and work on maps. Pin
haripaddu4-Feb-06 23:13
haripaddu4-Feb-06 23:13 
AnswerRe: how to load,plot and work on maps. Pin
Colin Angus Mackay5-Feb-06 8:54
Colin Angus Mackay5-Feb-06 8:54 
QuestionHow to get the startdate and end-dates of the current week, or last week? Pin
Hiske Bekkering4-Feb-06 23:01
professionalHiske Bekkering4-Feb-06 23:01 
AnswerRe: How to get the startdate and end-dates of the current week, or last week? Pin
Dave Kreskowiak5-Feb-06 4:14
mveDave Kreskowiak5-Feb-06 4:14 
GeneralRe: How to get the startdate and end-dates of the current week, or last week? Pin
Hiske Bekkering5-Feb-06 5:11
professionalHiske Bekkering5-Feb-06 5:11 
QuestionRead source code from webpage Pin
MIke24844-Feb-06 17:07
MIke24844-Feb-06 17:07 
AnswerRe: Read source code from webpage Pin
Dave Kreskowiak5-Feb-06 3:58
mveDave Kreskowiak5-Feb-06 3:58 
GeneralRe: Read source code from webpage Pin
MIke24845-Feb-06 5:15
MIke24845-Feb-06 5:15 
GeneralRe: Read source code from webpage Pin
Dave Kreskowiak5-Feb-06 7:45
mveDave Kreskowiak5-Feb-06 7:45 
QuestionFill a dataset Pin
ricgre4-Feb-06 16:40
ricgre4-Feb-06 16:40 

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.