Click here to Skip to main content
15,891,943 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: LED Display Code Query Pin
Luc Pattyn15-Mar-09 9:50
sitebuilderLuc Pattyn15-Mar-09 9:50 
QuestionPage viewing using .NET (capable of zoom, control editing) Pin
David Hovey14-Mar-09 13:30
David Hovey14-Mar-09 13:30 
QuestionHow to load the right Interop Assembly in run time ? Pin
Yanshof14-Mar-09 2:33
Yanshof14-Mar-09 2:33 
AnswerRe: How to load the right Interop Assembly in run time ? Pin
Eddy Vluggen15-Mar-09 2:15
professionalEddy Vluggen15-Mar-09 2:15 
QuestionIdle processing in .NET framework 2.0 Pin
saksp14-Mar-09 1:18
saksp14-Mar-09 1:18 
Answercross-post Pin
Luc Pattyn14-Mar-09 3:22
sitebuilderLuc Pattyn14-Mar-09 3:22 
Questioninsert query error in vb .net(windows application) Pin
mdhashim13-Mar-09 23:23
mdhashim13-Mar-09 23:23 
AnswerRe: insert query error in vb .net(windows application) Pin
Eddy Vluggen13-Mar-09 23:47
professionalEddy Vluggen13-Mar-09 23:47 
The date-conversion from DatePicker.Value fails, probably the string isn't recognized as a real date.

Untested code incoming;
objcon.getconnection()
Dim query As String

query = @"
    insert into kalavithik (
        name,
        address,
        phone_no,
        mobile_no,
        date,
        lenth,
        shoulders,
        cheast,
        waist,
        sleeves,
        nack,
        [...]) 
    values (
        @name,
        @address,
        @phone_no,
        @mobile_no,
        @date,
        @lenth,
        @shoulders,
        @cheast,
        @waist,
        @sleeves,
        @nack,
        [...])

Dim mycmd AS OleDbCommand
mycmd = New OleDbCommand(query, objcon.mycon)

mycmd.Parameters.AddWithValue("@name", txtname.Text)
mycmd.Parameters.AddWithValue("@address", txtAddress.Text)
mycmd.Parameters.AddWithValue("@phone_no", txtPhoneNo.Text)
mycmd.Parameters.AddWithValue("@mobile_no", txtMobileNo.Text)
mycmd.Parameters.AddWithValue("@date", DateTimePicker1.Value)
[...]

mycmd.ExecuteNonQuery()

Enjoy Smile | :)

I are troll Smile | :)

Questioninsert query error in vb .net (windows application) Pin
mdhashim13-Mar-09 23:16
mdhashim13-Mar-09 23:16 
QuestionFIPS Compliance without 3rd Party Applications Pin
gscheek13-Mar-09 10:28
gscheek13-Mar-09 10:28 
Questionhow can i use the system.managment librery ?? Pin
moumen2212-Mar-09 10:40
moumen2212-Mar-09 10:40 
AnswerRe: how can i use the system.managment librery ?? Pin
Pete O'Hanlon12-Mar-09 12:33
mvePete O'Hanlon12-Mar-09 12:33 
QuestionXmlNode Attributes Pin
Michael Bookatz12-Mar-09 6:39
Michael Bookatz12-Mar-09 6:39 
QuestionRe: XmlNode Attributes Pin
led mike12-Mar-09 8:51
led mike12-Mar-09 8:51 
QuestionIs this possible? Win32.DLL --> PInvoke --> COM Interop .Net Assembly --> VB App using COM Pin
danvdw0312-Mar-09 5:39
danvdw0312-Mar-09 5:39 
AnswerRe: Is this possible? Win32.DLL --> PInvoke --> COM Interop .Net Assembly --> VB App using COM Pin
led mike12-Mar-09 8:49
led mike12-Mar-09 8:49 
QuestionHow can I run an expression which is in string format Pin
RezaAsAdi11-Mar-09 23:05
RezaAsAdi11-Mar-09 23:05 
AnswerCross Post Pin
Pete O'Hanlon12-Mar-09 0:38
mvePete O'Hanlon12-Mar-09 0:38 
QuestionVS2008 & IE8 designer issue Pin
Jim Weiler11-Mar-09 16:04
Jim Weiler11-Mar-09 16:04 
AnswerRe: VS2008 & IE8 designer issue Pin
Jim Weiler11-Mar-09 16:47
Jim Weiler11-Mar-09 16:47 
QuestionHow to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
James Poulose11-Mar-09 8:59
James Poulose11-Mar-09 8:59 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
Pete O'Hanlon11-Mar-09 10:16
mvePete O'Hanlon11-Mar-09 10:16 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
Joe Woodbury12-Mar-09 8:15
professionalJoe Woodbury12-Mar-09 8:15 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
supercat912-Mar-09 8:27
supercat912-Mar-09 8:27 
QuestionGetSystemMetric(SM_NETWORK) returns alwas 3 as the value!!! Pin
CoolCoder_New11-Mar-09 4:18
CoolCoder_New11-Mar-09 4:18 

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.