Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~3K People Reached
Member Avatar for zuve_fox

Hi... I wrote code using vb.net [B]picturebox1.image=image.Fromfile("C:\a.jpg")[/B] picturebox1 display image a.jpg. if picturebox1 display, file a.jpg can't delete it because "being used by another person". how to close picturebox1 so file a.jpg can delete? i have tried to use picturebox1.dispose() and picturebox1.image=nothing but still can delete and display error message …

Member Avatar for hkkkk
1
984
Member Avatar for zuve_fox

hi..I got problem in Entity Framework how to Update Child One to Many I Have two table one to many contact (ContactID,Name) Address (AddressID, street, ContactID) how to add,modified address record automatically using vb.net? if data input same addressID in table Address then modify that record,if not same addressID then …

Member Avatar for kvprajapati
0
131
Member Avatar for zuve_fox

Hi... file with extension vb(*.vb) can compile to exe using vb.net coding. could everyone help me how to compile to exe using vb.net coding if use own extension(not *.vb) ? thanx

Member Avatar for Teme64
0
299
Member Avatar for zuve_fox

hi.. I am developing sms application using vb.net that application can send and deliver sms, the problem of my application is can't display delivery report such as pending,delivered,fail how can i display delivery report using atcommand on vb.net? i have searched google, all status delivered message is "Delivered" if destination …

Member Avatar for kvprajapati
0
109
Member Avatar for zuve_fox

Hi.. could everyone help me how to send qdcode (barcode 2d) to mobile via sms using vb.net? and how to send sms with pdu format? thanx

0
51
Member Avatar for zuve_fox

Hi.. could everyone help me how to send qdcode (barcode 2d) to mobile via sms using vb.net? and how to send sms with pdu format? thanx

0
53
Member Avatar for zuve_fox

hi.. I am using vb.net to build webcam capture (avicap) and success but i want to make selected area to capture/crop like rectangle.It can't display rectangle.how to make selected area display so i can capture image suitable with selected area? thanx

Member Avatar for arunvarapuzha
-1
101
Member Avatar for zuve_fox

hi.. I has camera digital Powershot A400 canon, that's camera support psremote application (application to shot and live view/video using computer for Canon) How to make application to live view like video via computer using windows vb.net? I can shot using my application but i can't live view like video …

Member Avatar for kvprajapati
0
87
Member Avatar for zuve_fox

hi.. I has camera digital Powershot A400 canon, that's camera support psremote application (application to shot and live view/video using computer for Canon) How to make application to live view like video via computer using windows vb.net? I can shot using my application but i can't live view like video …

Member Avatar for privatevoid
0
69
Member Avatar for zuve_fox

hi.. could anyone help me to solve. I build vb.net application (windows service/windows form) as agent, how to make my application can request status using snmp(not snmp trap) ? i plan PRTG application (monitoring application using snmp) can monitoring my application(agent) and display that request status on PRTG. thanx

0
83
Member Avatar for zuve_fox

Hi.. I use vb.net windows application How to select Folder or File on desktop using vb.net and detect which folder selected. like on Desktop. If we selected "My computer", vb application will know we selected "My Computer" select Folder or File On Desktop not on application (browser windows) thanx

Member Avatar for §AE§
0
56
Member Avatar for zuve_fox

hi.. 1 have 2 wav files mono duration 30 second. how to combine that 2 files with stereo so that 2 files can run together in 1 wav file? not joint.mean 2 files joint become 60second. i want combine so that duration still 30 second because that wav run together. …

0
53
Member Avatar for zuve_fox

Hi.. I am using vb.net 2003 to capture image from scanner,web cam and sucess but when i caputure image from digital camera Canon EOS 10D,can't capture. could everyone can help me how to capture/shot image using vb.net? and what canon type which can support? thanx

Member Avatar for kvprajapati
0
65
Member Avatar for zuve_fox

Hi.. I build Scanner Application using WIA vb.net windows. Could everybody help me how to convert WIA.Imagefile to image so I can display on picturebox thanx

0
55
Member Avatar for zuve_fox

Hi.. I created dll file using vb.net 2005. can I call that dll using javascript ? thanx

Member Avatar for DangerDev
0
48
Member Avatar for zuve_fox

Hi.. Could Everybody help me how to display preview image from scan image and set area size to scan and also convert to pdf when Acquire Image from scanner device I use vb.net to build this application thanx

0
49
Member Avatar for zuve_fox

Hi All. could everyone how to make Effect Fade in/Fade out using [B]tao.OpenGL.dll in VB.net [/B] thanx

0
55
Member Avatar for zuve_fox

Dear, How to write/rename mifare cardID using vb.net? like mifare card reader read mifare card = 2A CC 20 D0 how to change/write again become 3C 35 90 7C thanx

-1
57
Member Avatar for zuve_fox

hi.. plz help me i have application to read mifare card(smart card) which use vb.net to build application my mifare/smart card read display UID "F4 76 4A 3C" but i use that application and smart reader to read my mifare/smart card, that display in decimal "1011513076". How display that value.should …

1
68
Member Avatar for zuve_fox

Hi.. I use vb.net 2003 to write coding and build to dll file. can dll file compile again to vb file? thanx

Member Avatar for kvprajapati
0
54
Member Avatar for zuve_fox

Hi... Plz help me.. How to send Message to Yahoo Messenger (YM) using vb.net? windows application thanx

0
57
Member Avatar for zuve_fox

HI.. could u help me,how to Login windows user account using vb.net ? thanx

Member Avatar for Micheal_2009
0
101
Member Avatar for zuve_fox
Member Avatar for dileepkumars1
0
96
Member Avatar for zuve_fox

Hi I am Fredy... could anyone help me how to build wireless antenna and set it. plz help me thanx Fredy ym:zuve_fox

Member Avatar for blud
0
37
Member Avatar for zuve_fox

Hi..I am Fredy I want to access and get record from database mysql online( on internet) using vb.net could u help me how to connection and get record from database online. thanx Fredy ym:zuve_fox@yahoo.com.au

Member Avatar for kvprajapati
0
88
Member Avatar for zuve_fox

I write code using VB.net like: [code]Dim a As Thread Dim i As Integer [B] Private Sub Form1_Load[/B] For i = 1 To 5 a = New Thread(New ThreadStart(AddressOf coba)) a.Start() Next [B] End Sub[/B] [B]Sub coba()[/B] MsgBox(i) a.Sleep(500) [B]End Sub[/B] [/code] why result different sometimes: display MessageBox with text …

Member Avatar for Teme64
0
84