Click here to Skip to main content
15,913,115 members
Home / Discussions / C#
   

C#

 
AnswerRe: store & retrive image from database Pin
CooperWu16-Aug-06 0:12
CooperWu16-Aug-06 0:12 
Questionprint a form [modified] Pin
Rohit Dev15-Aug-06 20:09
Rohit Dev15-Aug-06 20:09 
QuestionConverting Bit to byte Pin
Tiger45615-Aug-06 19:20
Tiger45615-Aug-06 19:20 
AnswerRe: Converting Bit to byte Pin
stancrm15-Aug-06 19:29
stancrm15-Aug-06 19:29 
AnswerRe: Converting Bit to byte Pin
Christian Graus15-Aug-06 19:51
protectorChristian Graus15-Aug-06 19:51 
Questionlisten to port Pin
m_mor15-Aug-06 19:06
m_mor15-Aug-06 19:06 
AnswerRe: listen to port Pin
stancrm15-Aug-06 19:30
stancrm15-Aug-06 19:30 
QuestionFileInfo Class in CompactFramework Pin
Sri harini15-Aug-06 18:09
Sri harini15-Aug-06 18:09 
public NewDBBroker(string Path)
{
FileInfo fi = new FileInfo(path);
if (!fi.Exists)
CreateDataBase(Path);
else
{
DBFile = Path;
OpenDataBase();
}
}
public void CreateDataBase(Path);
{
FileStream fi = File.Create(path);
fi.Close();
}
Hi,

I tried the above code,I am developing WIndowsMobile Application using VisualStudio 2005,I am using SQLLite Database.
NotSupportedException coming.. for class FileInfo, Even I cannot Create Database.The part of the path could not find Exception coming.
Anybody help me,

sarala

AnswerRe: FileInfo Class in CompactFramework Pin
stancrm16-Aug-06 1:28
stancrm16-Aug-06 1:28 
QuestionModal dialog box Pin
Imtiaz Murtaza15-Aug-06 17:37
Imtiaz Murtaza15-Aug-06 17:37 
AnswerRe: Modal dialog box Pin
Christian Graus15-Aug-06 18:52
protectorChristian Graus15-Aug-06 18:52 
QuestionNeed Help With Parsing Strings Pin
Flynn Arrowstarr / Regular Schmoe15-Aug-06 16:40
Flynn Arrowstarr / Regular Schmoe15-Aug-06 16:40 
AnswerRe: Need Help With Parsing Strings Pin
Christian Graus15-Aug-06 17:02
protectorChristian Graus15-Aug-06 17:02 
GeneralRe: Need Help With Parsing Strings Pin
Flynn Arrowstarr / Regular Schmoe15-Aug-06 20:15
Flynn Arrowstarr / Regular Schmoe15-Aug-06 20:15 
AnswerRe: Need Help With Parsing Strings [modified] Pin
Bitwise Gamgee16-Aug-06 4:41
Bitwise Gamgee16-Aug-06 4:41 
QuestionCustom permissions in active directory Pin
cobyjone15-Aug-06 15:47
cobyjone15-Aug-06 15:47 
QuestionAdding C++ Class to a C# Project [modified] Pin
Fahmawi15-Aug-06 14:30
Fahmawi15-Aug-06 14:30 
AnswerRe: Adding C++ Class to a C# Project Pin
Christian Graus15-Aug-06 16:03
protectorChristian Graus15-Aug-06 16:03 
Questionhow to draw a string with background highlight? Pin
FocusedWolf15-Aug-06 14:25
FocusedWolf15-Aug-06 14:25 
AnswerRe: how to draw a string with background highlight? Pin
Christian Graus15-Aug-06 16:03
protectorChristian Graus15-Aug-06 16:03 
GeneralRe: how to draw a string with background highlight? Pin
FocusedWolf15-Aug-06 16:32
FocusedWolf15-Aug-06 16:32 
GeneralRe: how to draw a string with background highlight? [modified] Pin
FocusedWolf16-Aug-06 7:15
FocusedWolf16-Aug-06 7:15 
Question[Message Deleted] Pin
aeliminate15-Aug-06 13:01
aeliminate15-Aug-06 13:01 
AnswerRe: how to approach the project. please explain....... Pin
Christian Graus15-Aug-06 13:20
protectorChristian Graus15-Aug-06 13:20 
AnswerRe: how to approach the project. please explain....... Pin
Professor Sharada Ulhas15-Aug-06 13:26
Professor Sharada Ulhas15-Aug-06 13:26 

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.