Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~7K People Reached
Favorite Tags
Member Avatar for Cronicle8

Good morning, so I'm hoping anyone can help me, I'm planning this app, but I'm still searching if it's possible to be done or not. My question is the following: Imagine I'm in Spain, and I would like to get all the Network Operators in Spain. Is it possible to …

Member Avatar for Cronicle8
0
216
Member Avatar for Cronicle8

Hi everyone, so I'm developing this app for android, I'm using "Android Studio" to code it and it's layout, but there's the thing, I can't seem to make the layout as I want, like the buttons are too huge or they aren't in the correct position and they're always messed …

Member Avatar for peter_budo
0
212
Member Avatar for Cronicle8

Hello, I'm building this app, which requires a Camera, but it is not working, it doesn't show anything except the design, here's teh code: Camera c = null; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.qrreaderscreen); SurfaceView v = (SurfaceView) findViewById(R.id.v); SurfaceHolder surface_holder = null; v = new SurfaceView(getApplicationContext()); if (surface_holder …

Member Avatar for Cronicle8
0
300
Member Avatar for Cronicle8

Good afternoon, I'm trying to develepop an app which requiers to read a QRCode, any help would be appreciated.

0
102
Member Avatar for Cronicle8

Hello everyone, I am trying to create a thermometer, i do have an idea of how to make it, not sure if it is correct, but here it goes: I have an image of a thermometer, and i would apply a mask(Rectangle), and it's width and X would vary. I'm …

Member Avatar for Ab000dy_85
0
103
Member Avatar for Cronicle8

Good day, I'm building up a project in "AIR for Android" (AS3), it consists in connecting a camera(Fully functional), then do it like a game in PSVITA, cut only the face of a person after taking a picture of herself, i'm having a hard time developing this part. I downloaded …

0
82
Member Avatar for Denden17

Hi guyz, anyone here who know how to set your form in a full screen in any type of screen resolution. Like for example im working here in my pc with a resolution of 1366x768 now if i want my application to run in another pc with another screen resolution …

Member Avatar for Denden17
0
217
Member Avatar for prancode

how do I set a shortcut key for 1 of the textboxes in vb.net. When I goto the textbox and press F3, then it should give the current date in the textfield...Can somebody help me with this?? Thanks in advance..:)

Member Avatar for Pgmer
0
288
Member Avatar for HibaPro
Member Avatar for vincent5487

Hey guys, when i doing my VB, i get stuck on the try catch end try...i dono where should i put the try catch end try for the question..this is my question Using loop statement, write a VB .NET program that prompts TWENTY (20) integers in the range of 1 …

Member Avatar for vincent5487
0
172
Member Avatar for mzeewashooo

i am using c# and i have radion buttons that i want to check them, then when i click ok button it takes me to the required form corresponding to the text on the radio button. thanks

Member Avatar for Mitja Bonca
0
197
Member Avatar for roemerito

Hello everyone, I've been programming in VB.Net since i started and now i want to do everything in C#, but i ran in to some trouble in VB.Net is really easy If(form1.Visible=true)Then { form1.Textbox1.Text = Textbox1.Text //And So on for any field that i wanted } But in C# I'm …

Member Avatar for roemerito
0
257
Member Avatar for swagatmali

how to use one clear method for all forms in project for clearing all textboxes text.

Member Avatar for Cronicle8
0
84
Member Avatar for gayathriravi

hello all.....i have a combo box in one form and data grid view in another form. What i want is when i select a value in the combo box that value should appear in the grid view. How can i achieve this?? thanks in advance

Member Avatar for Cronicle8
0
67
Member Avatar for LateNightCoder

Hi there I am currently creating a game, where you drop items in certain areas, at the moment i want the player to drop only a max of 6 bombs, but one at a time. Currently my programignores the list count max of 6 and just keeps drawing until i …

Member Avatar for Cronicle8
0
103
Member Avatar for mukhavele

Hi I am Luka Mukhavele, a music researcher and performer from Mozambique. I enjoyed working with the xenyx 1204, as it gave me excellent results. However, after I upgraded my system to a windows 7, 64bit everything was over, as the the drivers were incompatible. Since then I have been …

Member Avatar for Cronicle8
0
192
Member Avatar for cheesepotato

how to disable a button with another button in another form that hasn't been opened yet in visual basic 2008?

Member Avatar for cheesepotato
0
739
Member Avatar for morgan.wowk

I'm wondering why this code doesn't work on form load. Everything works except the item being added to the listview. I just got back into C# syntax, so can you guys explain this a bit please, thanks ahead. if (System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable() == true) { } else { MessageBox.Show("An error occured in …

Member Avatar for Mitja Bonca
0
278
Member Avatar for princy.mohan.1

i'm using 4 pictureboxes and 1 textbox in one particular application. when i click on picturebox1 i need a certain value to be fed as input to the textbox, simillarly for the other pictureboxes too. how can it be done ?

Member Avatar for Gé48
0
262
Member Avatar for Cronicle8

Good morning, I'm having some trouble getting this to work, but i am using 1 color filter to detect a color in my webcam video, but to achieve what i want, is it possible to use 2 color filters? Thank you in advance.

Member Avatar for Kousha
0
1K
Member Avatar for Rubinder singh

I am unable to find line , oval ,rectangle etc Drawing tools in Visual Studio 2010 ......... I am also unable to find VisualBasic.PowerPack ........... Plz tell how to get them Thnks :)

Member Avatar for Cronicle8
0
297
Member Avatar for srvstv.prnc
Member Avatar for Cronicle8

Good morning, So i was finally able to solve all the errors in my game, but now i can't seem to get a Motion Detector to work using Aforge, so far i've got: private void device_NewFrame(object sender, AForge.Video.NewFrameEventArgs eventArgs) { tmpImage = eventArgs.Frame.Clone(Rec, PixelFormat.Format24bppRgb); Bitmap image = (Bitmap)tmpImage.Clone(); //BitmapData bitmapData …

Member Avatar for Cronicle8
0
322
Member Avatar for Cronicle8

Good morning, I'm coding a game which ovject is to capture the feed of a webcam, then apply some filters to detect movement, so far i've managed to get the webcam to work but when i apply the filters it says "Bitmap locked" i've managed to solve that error, right …

Member Avatar for Cronicle8
0
291
Member Avatar for Cronicle8

Good afternoon, I'm having somee trouble with a functional application, the only thing missing is switching the motion regions with an image. Any help is higly appreciated. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Imaging; using System.Text; using System.Windows.Forms; using System.Threading; using AForge; using AForge.Imaging; using …

0
158
Member Avatar for Cronicle8

Good morning, Here i am again, asking help to all of you that are able to help me, my problem is the following, i translated some code from C# to VB, mas the code in C3, what it does is change the wallpaper and it's style for Windows Starter, but …

Member Avatar for Cronicle8
0
219
Member Avatar for Cronicle8

Good morning, I'm having some difficulties fixing a problem, I need to allow permissions for a user to change the wallpaper but i can't seem to get it to work, i hope you can help me. :) Here's the code : [CODE] Dim RespostaMess As MsgBoxResult = MsgBox("Tem a certeza …

Member Avatar for Cronicle8
0
114