Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~696 People Reached
Favorite Forums
Favorite Tags
java x 4
Member Avatar for Tazsweet19

I tried to looking for website about EventDelegate for removeItemAt. I saw the error message, it said no overload for 'removeItemAt' matches delegate 'GUI.TabsAdd.eventDelegate'. Thanks [code] internal void removeItem(IEvent anEvent) { if (anEvent == null) return; if (!tab.InvokeRequired) { IEventThingData metadata = anEvent.GetThingData(); lock (EventUpdaterLock) { tab.Items.Remove(anEvent); } } else …

0
60
Member Avatar for Tazsweet19

How do I figure out about dynamic each of tabs in GUI with C#? I tried to looking for website about dynamic with tabs. Thanks

Member Avatar for Mitja Bonca
0
56
Member Avatar for Tazsweet19

I tried to fixed and figure out to move bottom and top for swap. it won't move. [code] private void topbutton_Click(object sender, EventArgs e) { int moveSpace = postProcesslistBox.SelectedIndex; int ItemIndexOfItemToMove = postProcesslistBox.SelectedIndex; if (this.postProcesslistBox.SelectedIndex != 0) { for (int i = ItemIndexOfItemToMove; i != 0; i--) { Swap(i, i …

Member Avatar for Momerath
0
115
Member Avatar for Tazsweet19

I try to make to set up [code] public Datas getData() { Node node; if (Process.TryDequeue(out node)) return node.getdata(); else if (downloads.tryDequeue(out node)) return node.getdata(); else return null; } public void GetNextItemToADD() { ConcurrentQueue<Node>.GetNextItemToProcess(); } [/code] I think I am wrong.. I try to find example for GetNextItem. I want …

0
66
Member Avatar for Tazsweet19

I tried to looking for website about ForAll() "Invokes the specified action for each element in the source sequence in paralle from LINQ (PLINQ). There is no example for ForAll(). Let me know thanks.

Member Avatar for Momerath
0
58
Member Avatar for Tazsweet19

I tried to figure out the Queue with moveup and movedown (like swap). But I will make the consoleApplication but i can't make the window forms application. I want to know about it. If I will make thread safe too. Thanks.

Member Avatar for ddanbe
0
84
Member Avatar for Tazsweet19

How do I take to set up for network connect with Socket. I make the JList to press Go to run the post processing (like files). I feel about it and it is not work for me I try to figure out. Thanks. [code] public final static int port = …

Member Avatar for Tazsweet19
0
116
Member Avatar for Tazsweet19

I made the 4 buttons with top, move up, move down and bottom. But I took open the files for test.txt in LJist and it won't move it How do I add something. I will show you the code. And I saw Error for to press move down, it won't …

Member Avatar for Tazsweet19
0
141