Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ejohns85

Hello, I am trying to capture a video stream from a webcam, and simultaneously display the frames, using OpenCV. Previously, I have captured one image, and then at the end of my program displayed the image in a window, which works fine. However, when I try to capture a sequence …

Member Avatar for josephbeluan
0
462
Member Avatar for cig_buttz

I wanted to create this program which lets the user choose from the 4 number systems, binary,decimal,hexadecimal, and octal. inputs a number for the chosen number system, then converts it to the other three number systems. Help anyone?

Member Avatar for josephbeluan
0
121
Member Avatar for Gambit0789

Hey it's me again. i know u guys might be sick of me asking q's but i really need ur help. i'm trying to make a game now for my brother for his birthday. and i have the boundary code i need thanks to u guys but i decided to …

Member Avatar for Gopher2011
0
336
Member Avatar for os.hacker64

When you do something like [code] cmp eax,ebx ja start;jump if above start: [/code] Jump if above jumps if eax is greater or if ebx is greater?

Member Avatar for GunnerInc
0
115
Member Avatar for josephbeluan

HI, I'm new to VB6 programming and i need some help of anyone to please help with my problem. I want to know what do I need to do or know before to create a code that connect VB6 to my SQL. and if you desire please give a sample …

Member Avatar for Jx_Man
0
103
Member Avatar for skalra63

i am currently using the following code so that when the cursor is over an object, it displays a description. [CODE]Private Sub txtSearchbox_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) frmeObjectDescription.Visible = True lblSearchCriteria.Visible = True End Sub[/CODE] however, i dont know how to make it …

Member Avatar for AndreRet
0
133
Member Avatar for hajjo

[CODE]Imports System Imports System.Drawing Imports System.Windows.Forms Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click End Sub End Class[/CODE] Hello, I have a textbox and I have a button. Okey, when the button is clicked I want my mouse to go and click a …

Member Avatar for josephbeluan
0
919
Member Avatar for josephbeluan

Is there anyone can post a simple code using vb,that start building a simple games? we have a project, by using vb, build a simple game. can you help me?

Member Avatar for codeorder
-1
93
Member Avatar for josephbeluan

hi,everyone i need help about simple code to move the picture in form simply animation of the picture. thanks

Member Avatar for Jx_Man
0
95
Member Avatar for josephbeluan

hi, anyone could help on how to attach file in mobile phone? if you have sample code for it, can post that. so that we have a reference for our study about attaching file. thank you.

0
61
Member Avatar for himanshusharma

hey frnds ... my query is regarding the [B].bak[/B] files which are genrated when we compile our code. For some files i hv seen the [B].bak files[/B] but for others they dont exist . I just want to know the start n the end of these [B].bak files[/B] . Whats …

Member Avatar for josephbeluan
0
182
Member Avatar for Paritosh Das

[CODE]#include <graphics.h> #include <stdlib.h> #include <stdio.h> #include <conio.h> #include<dos.h> int main(void) { int gdriver = DETECT, gmode, errorcode,i; int midx, midy; int radius = 100; initgraph(&gdriver, &gmode, "c:\\tc\\bgi"); errorcode = graphresult(); midx = getmaxx() / 2; midy = getmaxy() / 2; setcolor(getmaxcolor()); for(i=5;i<=90;i+=2) { delay(50); setcolor(i); circle(midx+i, midy-i, radius); setcolor(i); …

Member Avatar for josephbeluan
-2
132