Click here to Skip to main content
15,886,840 members
Home / Discussions / C#
   

C#

 
AnswerRe: Disabling any particular property form the Property List at Design Time Pin
Not Active6-Apr-07 3:17
mentorNot Active6-Apr-07 3:17 
QuestionHelp in HTML tags entry in SQL server Pin
EEmaan6-Apr-07 2:01
EEmaan6-Apr-07 2:01 
AnswerRe: Help in HTML tags entry in SQL server Pin
Not Active6-Apr-07 3:06
mentorNot Active6-Apr-07 3:06 
GeneralRe: Help in HTML tags entry in SQL server Pin
EEmaan6-Apr-07 5:42
EEmaan6-Apr-07 5:42 
QuestionAccess violation writing location 0x00000000 Pin
Farhan Ali6-Apr-07 1:50
Farhan Ali6-Apr-07 1:50 
AnswerRe: Access violation writing location 0x00000000 Pin
rp_suman6-Apr-07 2:12
rp_suman6-Apr-07 2:12 
GeneralRe: Access violation writing location 0x00000000 Pin
Farhan Ali6-Apr-07 2:22
Farhan Ali6-Apr-07 2:22 
GeneralRe: Access violation writing location 0x00000000 Pin
CPallini6-Apr-07 3:12
mveCPallini6-Apr-07 3:12 
Seems the wrong forum (C++ one is more appropriate), anyway...

you have to pass valid pointer to a valid LVITEM struct, i.e. a properly initialised struct (you have to take special care with pszText and cchTextMax members, the former must point to an allocated buffer, the latter must contain the size of the buffer itself, see MSDN [^]).

Hope that helps.

Smile | :)






If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

GeneralRe: Access violation writing location 0x00000000 Pin
Luc Pattyn6-Apr-07 4:21
sitebuilderLuc Pattyn6-Apr-07 4:21 
QuestionHow to enerate random numbers in C# Pin
Test2703076-Apr-07 1:26
Test2703076-Apr-07 1:26 
AnswerRe: How to enerate random numbers in C# Pin
V.6-Apr-07 1:49
professionalV.6-Apr-07 1:49 
AnswerRe: How to enerate random numbers in C# Pin
CPallini6-Apr-07 1:52
mveCPallini6-Apr-07 1:52 
QuestionHow to use Windbg for windows Pin
Farhan Ali6-Apr-07 0:37
Farhan Ali6-Apr-07 0:37 
AnswerRe: How to use Windbg for windows Pin
rp_suman6-Apr-07 2:18
rp_suman6-Apr-07 2:18 
QuestionConfiguration error! Pin
Nafiseh Salmani5-Apr-07 23:55
Nafiseh Salmani5-Apr-07 23:55 
AnswerRe: Configuration error! Pin
SABhatti6-Apr-07 6:00
SABhatti6-Apr-07 6:00 
QuestionGDIPlus Thread safeness Pin
a.mulay5-Apr-07 23:34
a.mulay5-Apr-07 23:34 
QuestionHelp for Window Service. Pin
blue_arc5-Apr-07 23:07
blue_arc5-Apr-07 23:07 
QuestionUsing a C++ function (defined in a dll) with char* param [modified] Pin
jozsurf5-Apr-07 22:35
jozsurf5-Apr-07 22:35 
AnswerRe: Using a C++ function (defined in a dll) with char* param Pin
CPallini6-Apr-07 2:06
mveCPallini6-Apr-07 2:06 
AnswerRe: Using a C++ function (defined in a dll) with char* param Pin
Luc Pattyn6-Apr-07 4:31
sitebuilderLuc Pattyn6-Apr-07 4:31 
GeneralRe: Using a C++ function (defined in a dll) with char* param Pin
jozsurf6-Apr-07 16:46
jozsurf6-Apr-07 16:46 
GeneralRe: Using a C++ function (defined in a dll) with char* param Pin
jozsurf8-Apr-07 15:28
jozsurf8-Apr-07 15:28 
QuestionWebpage load Pin
linhuu5-Apr-07 22:01
linhuu5-Apr-07 22:01 
AnswerRe: Webpage load Pin
Stefan Troschuetz5-Apr-07 23:45
Stefan Troschuetz5-Apr-07 23:45 

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.